summaryrefslogtreecommitdiff
path: root/public/editor-files/editor.js
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-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