Aaron Parecki
37d315575f
add Protected to visibility options
5 years ago
Aaron Parecki
f0c5635c2f
add a dropdown to choose post visibility
5 years ago
Aaron Parecki
f8b122256f
wait for localforage callback before redirecting
should help clear out the draft when a post is created.
for #109
5 years ago
Aaron Parecki
136c1826dd
better error messages
6 years ago
Aaron Parecki
57c82d830d
if no syndication targets are found, hide the section
add syndication reload button to the settings screen
6 years ago
Aaron Parecki
f860747857
hide reply button unless replies are supported
6 years ago
Aaron Parecki
b749bc6c12
disable post type buttons if the server doesn't support them
6 years ago
Aaron Parecki
510c5a52a8
set max height on image to prevent tall images from blocking scrolling
closes #87
6 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
6 years ago
Aaron Parecki
4a0cb5a5b3
typing a backtick when replying to a github url switches to markdown
6 years ago
Aaron Parecki
dfa7811da3
keyboard shortcut to switch to markdown
6 years ago
Aaron Parecki
6b62bf3396
add hidden content type selector
6 years ago
Aaron Parecki
13c6005fb0
fix note name for github issues
6 years ago
Aaron Parecki
6cfd2eb151
add name field when replying to github repos
6 years ago
Aaron Parecki
6448298d95
updates for twitter 280 limit
7 years ago
Aaron Parecki
97ba7d0347
query the media endpoint for the last photo uploaded
7 years ago
Aaron Parecki
db65ef5b5d
show syndication links with icons in reply context
7 years ago
Aaron Parecki
965263492a
fix JSON request to always send arrays
7 years ago
Aaron Parecki
cbde68bafe
only send photo property if there is a photo
7 years ago
Aaron Parecki
d13425af4f
hide alt text field if no media endpoint exists
7 years ago
Aaron Parecki
b1b4aaa4d0
add interface for checking in to flights
let's give this a shot
7 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
7 years ago
Aaron Parecki
985642236c
fix JSON syntax on note form
7 years ago
Aaron Parecki
bb5fd837d1
add alt text input
* now you can enter alt text for photos. see https://www.w3.org/TR/micropub/#uploading-a-photo-with-alt-text for details
* if the note has alt text, then the request is sent as JSON instead
7 years ago
Aaron Parecki
202a7876ec
nicer photo uploading experience
7 years ago
Aaron Parecki
2c8387b1e0
replace photo section with camera icon
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
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
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
64452d3d6c
add h-review interface
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
455a6c9dfe
don't restore previous note state if reply URL is set
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
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
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