blob: 9f8f91527079aea6da1f59b9248466562a4c26ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
### Basic Viewing and Editing
- pencil.rs for basic framework?
- tera for jinja2 (or just use pencil's handlebars default)
- 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/
- https://github.com/benweet/stackedit
- vue.js
### 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
|