Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-28 | fix for tags in editor | Aaron Parecki | |
2018-05-27 | whitespace | Aaron Parecki | |
2018-05-27 | split tags using tokenfield instead of comma-separated | Aaron 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-02 | clean up editor HTML when posting to Micropub endpoint | Aaron Parecki | |
closes #67 | |||
2017-01-15 | add tokenfield for tags | Aaron Parecki | |
2017-01-15 | add publish date field to editor | Aaron Parecki | |
allows backdating and future-dating posts | |||
2017-01-04 | add tags, slug and status field to quill editor | Aaron Parecki | |
2016-12-17 | change header levels in editor | Aaron Parecki | |
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 |