Codemark
This is an interactive coding environment. You can write Javascript, see it executed and write comprehensive documentation using Markdown.
- Click any text cell (including this one) to edit it.
- The code in each code editor is all joined together into one file. If you define a variable in the first cell you can refer to it in any following cell.
- You can show any React component, string, number or anything else by calling the
show
function. This is a function built in this environment. - Re-order or delete cells using the buttons on the top right.
- Add new cells by hovering on the divider between each cell.
All of you changes are saved automatically in your browser local storage.