blob: c7b846371383a6016c80ddf83f3263daa137b661 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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
Tabs
----
* Home
* Blog
* Pages
* Projects
* Users
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/)
|