summaryrefslogtreecommitdiff
path: root/public/editor-files
AgeCommit message (Collapse)Author
2018-05-28fix for tags in editorAaron Parecki
2018-05-27whitespaceAaron Parecki
2018-05-27split tags using tokenfield instead of comma-separatedAaron Parecki
this allows tag values to contain spaces, which is up to your own micropub server to handle appropriately. closes #95 and replaces #96
2017-02-02clean up editor HTML when posting to Micropub endpointAaron Parecki
closes #67
2017-01-15add tokenfield for tagsAaron Parecki
2017-01-15add publish date field to editorAaron Parecki
allows backdating and future-dating posts
2017-01-04add tags, slug and status field to quill editorAaron Parecki
2016-12-17change header levels in editorAaron Parecki
2016-12-17show logged-in user on editorAaron Parecki
fixes #9
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