diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes/webface.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/notes/webface.txt b/notes/webface.txt new file mode 100644 index 0000000..aaf0837 --- /dev/null +++ b/notes/webface.txt @@ -0,0 +1,20 @@ + +### Basic Viewing and Editing +- pencil.rs for basic framework? +- tera for jinja2 +- generic style: http://bootswatch.com/simplex/ + +editing markdown etc: +- https://github.com/benweet/stackedit: markdown, very fancy +- https://ace.c9.io: simple code-oriented +- http://dillinger.io/ + +### Dynamic Essay + +http://worrydream.com/Tangle/guide.html + +#### Charting/Rendering + +plotly.js: d3.js and stack.gl + https://plot.ly/javascript/ + https://github.com/plotly/plotly.js |