Aaron Parecki
61a80c5a2c
add docs for bookmark posts
7 years ago
Aaron Parecki
d376dac11c
allow only mp-syndicate-to and syndicate-to
7 years ago
Aaron Parecki
0e8ee9973a
use `mp-syndicate-to` by default, add setting
* adds setting to choose the property to use for the syndication targets
* all existing users default to the old value `syndicate-to`
* new users default to `mp-syndicate-to`
closes #66
7 years ago
Aaron Parecki
3bdcd009c8
add tokenfield for tags
7 years ago
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
7 years ago
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
7 years ago
Aaron Parecki
fa06932a9c
use XRay to parse tweets
7 years ago
Aaron Parecki
92615f6183
expand documentation
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
e7fe68f73e
front-end check for author
7 years ago
Aaron Parecki
b9a283f4b1
automatically expand text field
closes #61
8 years ago
Aaron Parecki
29dcea294d
fix reply context display for long posts
closes #62
8 years ago
Aaron Parecki
40bc510cb7
reset reply context state when URL is removed
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
53964f2622
update docs on syndicate-to response
8 years ago
Aaron Parecki
ab0c5f9bfa
show logged-in user on editor
fixes #9
8 years ago
Aaron Parecki
926546106e
add loading indicator to post buttons
fixes #42
8 years ago
Aaron Parecki
7d19f61b10
remove facebook/instagram stuff
8 years ago
Aaron Parecki
efd82f8ff8
use emoji in footer
8 years ago
Aaron Parecki
ad8ac102f0
use config vars for home page client_id and redirect_uri
8 years ago
Aaron Parecki
836929fd2b
add autofocus on login field
replaces #56
8 years ago
Aaron Parecki
a2fed54635
replace sign in field with button when logged in
fixes #50
8 years ago
Aaron Parecki
e5fb668bd3
auto prefix http:// in sign-in form
fixes #48
8 years ago
Aaron Parecki
1fac25a340
add nice labels to bookmark page
8 years ago
Aaron Parecki
6d1756a512
send h-product
8 years ago
Aaron Parecki
64452d3d6c
add h-review interface
8 years ago
Aaron Parecki
41da80b668
use emoji icons because they're prettier
8 years ago
Aaron Parecki
4f20fa3c74
fix removing photo url
8 years ago
Aaron Parecki
84e0aa6237
fix replacing photo upload form with uploaded photo
8 years ago
Aaron Parecki
c1972ee08c
support posting multiple photos by URL
8 years ago
Aaron Parecki
9c3ef26741
add manual photo URL field
8 years ago
Aaron Parecki
dbb17a5182
fix syndicate-to on bookmarks
8 years ago
Aaron Parecki
455a6c9dfe
don't restore previous note state if reply URL is set
8 years ago
Aaron Parecki
f255179c39
don't need to json.parse when the content type header is right
8 years ago
Aaron Parecki
bc2ce00d55
check for saveNoteState function
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
29f0c9b054
fix syndication for bookmarks
8 years ago
Aaron Parecki
c1101c687d
escape html in syndication targets
8 years ago
Aaron Parecki
1743621c48
get rid of duplicate ctrl-s handlers
8 years ago
Aaron Parecki
3cd68c5331
hide remove photo button before JS loads
8 years ago
Aaron Parecki
35aa1b78c8
fix when multiple syndication are checked
8 years ago
Prateek Saxena
3f7f28418f
Add fullscreen meta tags for Safari and Chrome
Also set the theme color for Chrome to the blue used
in the logo.
8 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
8 years ago
Prateek Saxena
e42a94a988
Use jQuery event handler instead of the HTML onchange attribute
The `#note_photo` form element is the only instance in the application
that used the attribute.
8 years ago
Prateek Saxena
f020bd9129
Add a way to remove image from post once added
Accidents happen, you shouldn't have to refresh the entire page
to get rid of the image.
8 years ago
Prateek Saxena
ef77497442
Stop showing broken image icon on the new post page
8 years ago
Aaron Parecki
3f61541094
accept new json q=syndicate-to response
closes #36
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
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
8 years ago