aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: 23329bc477647ac45889ab1f381c47eb759a3c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODO
----
* post filters
* fts
* projects
* readonly-db connection (using `PRAGMA query_only`)
* per-site public/ directories
* history (in `PostModel#update_post`)
* triggers for removing unused `post_tag` and `tag` entries
* configurable dashboard
  (like wordpress, choose modules, columns, layout)
* user password strength
* expires\_at for posts

Projects
--------
* webhook support: https://developer.github.com/v3/repos/hooks/#create-a-hook

Editors
-------
* tinymce (http://tinymce.com/)
* ace (https://ace.c9.io/)
* codemirror (http://codemirror.net/)