diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-10-25 22:11:52 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-10-25 22:11:52 -0700 |
commit | ec630361e25e765285a03931dfae49a478917538 (patch) | |
tree | ac0d3cac4853fcba80162cfe9aa19571c091c01b /notes | |
parent | 537272c5a764dc97414a50e535039232506fe174 (diff) | |
download | modelthing-ec630361e25e765285a03931dfae49a478917538.tar.gz modelthing-ec630361e25e765285a03931dfae49a478917538.zip |
add webface skeleton
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 |