Aaron Parecki
ecb47c9c2f
don't load GA unless gaid is set
5 years ago
Aaron Parecki
e8b68115a4
drop flight tracking stuff
the API dropped their free tier
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
7e134358b5
clean up indieauth profile stuff
5 years ago
David Shanske
d30486e7c6
Simple Addition of Profile Data to Quill
5 years ago
Aaron Parecki
1c1f037a38
add minimal webmanifest
6 years ago
Aaron Parecki
f3f029d3db
add h-app
6 years ago
Aaron Parecki
136c1826dd
better error messages
6 years ago
Aaron Parecki
7f2d941717
s/endpoint/software
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
782780234a
improvements to login UI, upgrades libraries
makes the login experience a bit friendlier to non-developer users
6 years ago
Aaron Parecki
f860747857
hide reply button unless replies are supported
6 years ago
Aaron Parecki
926b3f8820
add check for user variable
6 years ago
Aaron Parecki
58a8a3a881
remove unused reference to library
6 years ago
Aaron Parecki
b749bc6c12
disable post type buttons if the server doesn't support them
6 years ago
Aaron Parecki
33796f7bd5
set timezone automatically based on location
6 years ago
Aaron Parecki
b8c3b34c28
use google maps to autocomplete event locations
6 years ago
Aaron Parecki
c67f48eb28
set timezone of itinerary legs based on airport location
6 years ago
Aaron Parecki
bb0752a726
add support for token revocation
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
cbc237c8ce
whitespace
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
b143cb94f3
typo
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
7047fe16da
support posting code snippets
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
fa9b6669bf
add url property to home page
7 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
d2827d5b0a
update docs
closes #72
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
34afa1f5f2
add docs for favorites
7 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
7 years ago
Aaron Parecki
bd535204e4
fix JSON syntax for reviews
7 years ago
Aaron Parecki
974f963d33
fix JSON syntax for itinerary
7 years ago
Aaron Parecki
985642236c
fix JSON syntax on note form
7 years ago
Aaron Parecki
402e1e06c1
comment out awesomplete library
7 years ago
Aaron Parecki
1151a6d17d
support editing reposts
7 years ago
Aaron Parecki
793199ad4e
show error messages when editing favorites
7 years ago
Aaron Parecki
1123ed958f
basic editing support
* new route `/edit?url=` intended to be used as an edit button target, which detects the type of post and redirects to the appropriate editing interface
* implemented the edit interface for favorites
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