Skip to content

tinker-web-runner

A frontend code playground plugin for TINKER, supporting writing and running HTML/CSS/JS in real time.

Screenshot

Features

  • HTML/CSS/JS editors — separate code panels for HTML, CSS, and JavaScript with syntax highlighting
  • Live preview — run your code instantly and see the result in an embedded preview panel
  • Dark/Light mode — toggle the preview background between dark and light themes
  • Flexible layout — arrange the editor and preview in left, right, top, or bottom positions
  • Panel visibility — show or hide individual HTML, CSS, and JS panels as needed
  • Code formatting — format your code with one click
  • Save to directory — export your code as separate index.html, style.css, and script.js files
  • DevTools — open built-in developer tools with configurable position (bottom, left, right)
  • Context menu — right-click for copy, paste, clear, and format actions
  • Persistent state — your code and layout preferences are saved automatically

Usage

  1. Write your HTML, CSS, and JavaScript in the respective editor panels
  2. Click the Run button (or use the toolbar) to execute the code and see the preview
  3. Use the layout buttons in the toolbar to rearrange the editor/preview position
  4. Toggle panel visibility using the HTML, CSS, JS buttons in the toolbar center
  5. Click the Save button to export your code to a directory as separate files
  6. Use the dark/light mode switch to toggle the preview background color

Released under the AGPL-3.0 License.