- html css js snippets
- run, edit, share
- mobile friendly
- offline webapp
loadingaccountcookiesdatabase
- no server involved
- local storage
- be careful when clearing browser data
- open menu and dump to export backup
- url hash
- click share and keep url
- use url shortener service
-
first js block = main (entry point, cannot be deleted) = runs last
-
load external js and css from md block
@js https://url.to/script.js @css https://url.to/style.css
- ctrl+r = run
- ctrl+s = save