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
7 years ago
Aaron Parecki
29dcea294d
fix reply context display for long posts
closes #62
7 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
Aaron Parecki
3f61541094
accept new json q=syndicate-to response
closes #36
8 years ago
Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
8 years ago
Aaron Parecki
9662af5a17
set category from hashtags in post
8 years ago
Aaron Parecki
42a5e44d17
autofill the note content with the username being replied to
8 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.
8 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
8 years ago
Aaron Parecki
bcfb8731ca
fix sending category as array
8 years ago
Kyle Mahan
f0d8b18051
add reply={url} query param for posting a note
Support reply bookmarklets, and hopefully the Firefox Social API
"Share" provider too.
9 years ago
Aaron Parecki
1c4bf54da4
use php arrays for syndicate-to properties
9 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
Aaron Parecki
3f090eeb30
add ctrl-s keyboard shortcut
10 years ago
Aaron Parecki
cf8ecf1fc9
adds bookmark posting interface with bookmarklet. now any URL can auto-login given a login token.
10 years ago
Aaron Parecki
592eac5d8d
Adds support for querying your micropub endpoint to check for syndication targets.
This changes the value of "in-reply-to" to use hyphens instead of underscore separators!!
Also shows you the full request made to your micropub endpoint.
10 years ago
Aaron Parecki
3ef4104992
add slug field. collapse form after a successful post
10 years ago
Aaron Parecki
9ff3e59193
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
10 years ago
Aaron Parecki
e357730b31
remember if the user checks the "location" checkbox and always find their location in the future if so
10 years ago
Aaron Parecki
3f82ec2f75
Working app! Copied signin logic from OwnYourGram. New "post" interface for writing a simple text post. Also supports browser geolocation.
10 years ago