Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-17 | change header levels in editor | Aaron Parecki | |
2016-12-17 | show logged-in user on editor | Aaron Parecki | |
fixes #9 | |||
2016-05-11 | support media endpoint, autosave notes in local storage | Aaron Parecki | |
* looks for a media endpoint in the micropub config * if media endpoint is available, both the note interface and the editor will upload files to it instead of posting the photo directly * the note interface autosaves in-progress notes in localstorage | |||
2016-04-21 | move editor folder to editor-files, remove appcache | Aaron Parecki | |
* it sometimes confuses web servers to have a folder named "editor" while also serving routes with the same name * dropped appcache stuff since it wasn't working super well * add nginx config to the readme |