summaryrefslogtreecommitdiff
path: root/controllers/editor.php
AgeCommit message (Collapse)Author
2017-01-06support rich editor in logged-out modeAaron Parecki
2017-01-04add tags, slug and status field to quill editorAaron Parecki
2016-12-17show logged-in user on editorAaron Parecki
fixes #9
2016-12-17move logged-out routes to new fileAaron Parecki
2016-05-11support media endpoint, autosave notes in local storageAaron 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-21move editor folder to editor-files, remove appcacheAaron 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
2015-09-09enable appcacheAaron Parecki
2015-09-08add banner to opt in to html content changeAaron Parecki
2015-05-13remove the extra spaceAaron Parecki
2015-05-11enable appcache for editorAaron Parecki
2015-05-11adds a simple publish status UI to show errorsAaron Parecki
2015-05-10do the micropub post and redirect after it's created!mediumAaron Parecki
2015-05-10disable manifest during development, set placeholder textAaron Parecki
2015-05-10set up medium-style editor with image embedding and appcacheAaron Parecki