Aaron Parecki
cbc237c8ce
whitespace
7 years ago
Aaron Parecki
1c3b6f50df
split tags using tokenfield instead of comma-separated
this allows tag values to contain spaces, which is up to your own micropub server to handle appropriately.
closes #95 and replaces #96
7 years ago
Aaron Parecki
7047fe16da
support posting code snippets
7 years ago
Aaron Parecki
db65ef5b5d
show syndication links with icons in reply context
7 years ago
Aaron Parecki
34afa1f5f2
add docs for favorites
8 years ago
Aaron Parecki
202a7876ec
nicer photo uploading experience
8 years ago
Aaron Parecki
d00c336a55
clean up editor HTML when posting to Micropub endpoint
closes #67
8 years ago
Aaron Parecki
61a80c5a2c
add docs for bookmark posts
8 years ago
Aaron Parecki
3bdcd009c8
add tokenfield for tags
8 years ago
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
8 years ago
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
8 years ago
Aaron Parecki
92615f6183
expand documentation
8 years ago
Aaron Parecki
3b122119f7
delete old file
8 years ago
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
8 years ago
Aaron Parecki
4aa06023f0
clean up note UI, show reply context
* shows reply context of the URL you're replying to
* autocomplete nicknames from the post when replying
* moved debug info to the settings screen to clean up the UI
8 years ago
Aaron Parecki
0a211e0218
change header levels in editor
8 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
926546106e
add loading indicator to post buttons
fixes #42
8 years ago
Aaron Parecki
e5fb668bd3
auto prefix http:// in sign-in form
fixes #48
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
9 years ago
Prateek Saxena
6ba8cf48a8
Remove vendor prefix for border-radius value
The -moz one was an invalid property too.
9 years ago
Prateek Saxena
3df5df9dc4
Add 196px icon for Android Chrome
Firefox picks up the last defined icon PNG for the add to
homescreen feature - https://bugzilla.mozilla.org/751712
9 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
9 years ago
Prateek Saxena
9c8559ad20
Fix publish now dropdown's position so it doesn't scroll off
Closes #11
9 years ago
Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
9 years ago
Aaron Parecki
9e817943ac
integrates photo uploading in the main note interface
Quill corrects the photo rotation based on exif data since iOS tends to take landscape photos and set the rotation bit when holding it in portrait mode.
9 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
9 years ago
Aaron Parecki
de12b9ef24
icons for dashboard
9 years ago
Aaron Parecki
c62c5205ac
crude UI for creating events
9 years ago
Aaron Parecki
bcfb8731ca
fix sending category as array
9 years ago
Aaron Parecki
d62b497b40
add interface for posting travel itinerary
9 years ago
Aaron Parecki
75d075412f
remove warning banner after clicking
9 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
881550cac7
better state management for editor
9 years ago
Aaron Parecki
e121c3f582
upgrade medium-editor
9 years ago
Pelle Wessman
723c7aa8ed
Simple .htaccess file to get it working
9 years ago
Aaron Parecki
c3fb722ad4
add post-by-email support to quill
9 years ago
Aaron Parecki
92b55f2636
some styling for photo uploads
9 years ago
Aaron Parecki
5b1d595fcf
make image embed button darker
10 years ago
Aaron Parecki
d6a2dddc5b
apparently MediumEditor already has a placeholder text mechanism
10 years ago
Aaron Parecki
cb93a9925b
adds a simple publish status UI to show errors
10 years ago
Aaron Parecki
475175da5f
adds a "new version available" banner and a dropdown menu for publish
made a nice looking dropdown menu for the publish button
10 years ago
Aaron Parecki
3b7d766c31
do the micropub post and redirect after it's created!
10 years ago
Aaron Parecki
3dc97d7478
autosave new posts in localstorage
10 years ago
Aaron Parecki
b92daf96f5
disable manifest during development, set placeholder text
10 years ago
Aaron Parecki
2792d5150d
oops add new controller
10 years ago
Aaron Parecki
4898ed74a5
set up medium-style editor with image embedding and appcache
10 years ago
Aaron Parecki
8be498a324
new "favorite" form with bookmarklet
* disable facebook liking for now since it was getting complicated
* new page for creating a favorite, can pass in a URL parameter too
* bookmarklet code added to the "favorite" page
10 years ago