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
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
1e1039846d
use input type url
8 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
8 years ago
Aaron Parecki
de12b9ef24
icons for dashboard
8 years ago
Aaron Parecki
c62c5205ac
crude UI for creating events
8 years ago
Aaron Parecki
f852b1b24f
fix category array for bookmarks
8 years ago
Aaron Parecki
bcfb8731ca
fix sending category as array
8 years ago
Aaron Parecki
1fdf8feb67
switch to bookmark-of
8 years ago
Aaron Parecki
704241a3a4
add dashboard with links to all post types
8 years ago
Aaron Parecki
d62b497b40
add interface for posting travel itinerary
8 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
Pelle Wessman
d979c81758
don't use php shorttags
9 years ago
Aaron Parecki
ebb58a16a2
add note about bookmark-of
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
6083000764
replace "favorite" bookmarklet
Twitter changed some XSS security settings which prevents Quill from injecting JS onto the page for the inline "favorite" button. This change makes it open the "favorite" screen in a new window.
9 years ago
Jeena
85e80df0ba
Adds possibility to post photos.
With this it is possible to post a photo note with a description, nothing
more. It doesn't move the file in the file system, just posts it from
the temp location to the users server. It also does validate for file size,
content type and max upload size and shows the errors to the user.
If everything goes according to plan the response from the users server
is shown, together with a link with the posted photos URL.
9 years ago
Aaron Parecki
9d917dca8e
add repost form
9 years ago
Aaron Parecki
5b1d595fcf
make image embed button darker
9 years ago
Aaron Parecki
d6a2dddc5b
apparently MediumEditor already has a placeholder text mechanism
9 years ago
Aaron Parecki
aea6e8a029
full query string URLs for appcache
9 years ago