Skip to content

Interactive coding environment which lets you run Javascript and see it executed with the show function. It also runs a markdown for documentation

Notifications You must be signed in to change notification settings

johnNeil-castillo/docspad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docspad

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 cell #1, 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 into this environment. Call show multiple times to show multiple values.

  • 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 get saved to the file you open Docspad with. So if you ran npx docspad serve test.js, all of the text and code you write will be saved to the tes.js file.

Click here to download in npm: docspad

About

Interactive coding environment which lets you run Javascript and see it executed with the show function. It also runs a markdown for documentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published