summaryrefslogtreecommitdiff
path: root/public/editor-files/style.css
AgeCommit message (Collapse)Author
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-17show logged-in user on editorAaron Parecki
fixes #9
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