aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-25 22:11:52 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-25 22:11:52 -0700
commitec630361e25e765285a03931dfae49a478917538 (patch)
treeac0d3cac4853fcba80162cfe9aa19571c091c01b /notes
parent537272c5a764dc97414a50e535039232506fe174 (diff)
downloadmodelthing-ec630361e25e765285a03931dfae49a478917538.tar.gz
modelthing-ec630361e25e765285a03931dfae49a478917538.zip
add webface skeleton
Diffstat (limited to 'notes')
-rw-r--r--notes/webface.txt20
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