From ec630361e25e765285a03931dfae49a478917538 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 25 Oct 2016 22:11:52 -0700 Subject: add webface skeleton --- notes/webface.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 notes/webface.txt (limited to 'notes/webface.txt') 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 -- cgit v1.2.3