The Pageforest Wiki is an excellent way to write documentation for JavaScript programs and code snippets.
You can use MarkDown syntax for all the textual parts of your documentation, and also include **embedded `
More than that, you can define whole function blocks within your code:
You can also mix and match functional blocks with expressions to be evaluated.
And finally, you can use the flexible print function to output lines to an output buffer that will be displayed immediately below your code block:
Warning: because script is being executed in the browser, it's possible to accidentally write infinite loops that will hang up the browser.
You should save frequently to avoid losing your work as your browser may crash.
Also, if you are currently signed in to this wiki, you may be warry of opening other people's wiki's as they could contain malicious code that will use your credentials to read or modify your own wiki documents (in a future version, I hope to sandbox `
You can use MarkDown syntax for all the textual parts of your documentation, and also include **embedded `
More than that, you can define whole function blocks within your code:
You can also mix and match functional blocks with expressions to be evaluated.
And finally, you can use the flexible print function to output lines to an output buffer that will be displayed immediately below your code block:
Warning: because script is being executed in the browser, it's possible to accidentally write infinite loops that will hang up the browser.
You should save frequently to avoid losing your work as your browser may crash.
Also, if you are currently signed in to this wiki, you may be warry of opening other people's wiki's as they could contain malicious code that will use your credentials to read or modify your own wiki documents (in a future version, I hope to sandbox `