Aaron Parecki
64452d3d6c
add h-review interface
8 лет назад
Aaron Parecki
4f20fa3c74
fix removing photo url
9 лет назад
Aaron Parecki
84e0aa6237
fix replacing photo upload form with uploaded photo
9 лет назад
Aaron Parecki
c1972ee08c
support posting multiple photos by URL
9 лет назад
Aaron Parecki
9c3ef26741
add manual photo URL field
9 лет назад
Aaron Parecki
455a6c9dfe
don't restore previous note state if reply URL is set
9 лет назад
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 лет назад
Aaron Parecki
c1101c687d
escape html in syndication targets
9 лет назад
Aaron Parecki
1743621c48
get rid of duplicate ctrl-s handlers
9 лет назад
Aaron Parecki
3cd68c5331
hide remove photo button before JS loads
9 лет назад
Aaron Parecki
35aa1b78c8
fix when multiple syndication are checked
9 лет назад
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.
9 лет назад
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.
9 лет назад
Prateek Saxena
ef77497442
Stop showing broken image icon on the new post page
9 лет назад
Aaron Parecki
3f61541094
accept new json q=syndicate-to response
closes #36
9 лет назад
Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
9 лет назад
Aaron Parecki
9662af5a17
set category from hashtags in post
9 лет назад
Aaron Parecki
42a5e44d17
autofill the note content with the username being replied to
9 лет назад
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 лет назад
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
9 лет назад
Aaron Parecki
bcfb8731ca
fix sending category as array
9 лет назад
Kyle Mahan
f0d8b18051
add reply={url} query param for posting a note
Support reply bookmarklets, and hopefully the Firefox Social API
"Share" provider too.
10 лет назад
Aaron Parecki
1c4bf54da4
use php arrays for syndicate-to properties
10 лет назад
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 лет назад
Aaron Parecki
3f090eeb30
add ctrl-s keyboard shortcut
11 лет назад
Aaron Parecki
cf8ecf1fc9
adds bookmark posting interface with bookmarklet. now any URL can auto-login given a login token.
11 лет назад
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.
11 лет назад
Aaron Parecki
3ef4104992
add slug field. collapse form after a successful post
11 лет назад
Aaron Parecki
9ff3e59193
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
11 лет назад
Aaron Parecki
e357730b31
remember if the user checks the "location" checkbox and always find their location in the future if so
11 лет назад
Aaron Parecki
3f82ec2f75
Working app! Copied signin logic from OwnYourGram. New "post" interface for writing a simple text post. Also supports browser geolocation.
11 лет назад