MarketingPipeline / Code-Runner-Web-Component

A web component that allows you to run high level programming languages on your websites (static websites included!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Multiple Tab Support

MarketingPip opened this issue · comments

Is your feature request related to a problem? Please describe.

To compile / run scripts such as HTML, CSS / JS in the web component. Tabs will be required. This will also provide support for running multiple files as tabs via the Piston API and other plugins that allow usage of tabs.

Describe the solution you'd like

Possibly a plugin / addons or function built directly into the web component that allows / detects if tabs are needed.

Needs to-

  • allow tab content to be easily used in other plugins / addons.
  • allow plugin / addon to detect if tabs are needed or not.