Aaron Parecki
ffb3011eeb
convert all values to arrays for html editor
7 years ago
Aaron Parecki
def648bba6
editor sends JSON when sending HTML content
7 years ago
Aaron Parecki
d00c336a55
clean up editor HTML when posting to Micropub endpoint
closes #67
7 years ago
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
7 years ago
Aaron Parecki
bdff359178
support rich editor in logged-out mode
7 years ago
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
7 years ago
Aaron Parecki
ab0c5f9bfa
show logged-in user on editor
fixes #9
8 years ago
Aaron Parecki
0a662e33ee
move logged-out routes to new file
8 years ago
Aaron Parecki
542aa812f8
support media endpoint, autosave notes in local storage
* 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
8 years ago
Aaron Parecki
904782f973
move editor folder to editor-files, remove appcache
* 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
8 years ago
Aaron Parecki
7666ec33d1
enable appcache
9 years ago
Aaron Parecki
2bb18a66be
add banner to opt in to html content change
9 years ago
Aaron Parecki
95c8b73585
remove the extra space
9 years ago
Aaron Parecki
5ceefdf927
enable appcache for editor
9 years ago
Aaron Parecki
cb93a9925b
adds a simple publish status UI to show errors
9 years ago
Aaron Parecki
3b7d766c31
do the micropub post and redirect after it's created!
9 years ago
Aaron Parecki
b92daf96f5
disable manifest during development, set placeholder text
9 years ago
Aaron Parecki
4898ed74a5
set up medium-style editor with image embedding and appcache
9 years ago