Aaron Parecki
1c1f037a38
add minimal webmanifest
7 年之前
Aaron Parecki
782780234a
improvements to login UI, upgrades libraries
makes the login experience a bit friendlier to non-developer users
7 年之前
Aaron Parecki
b8c3b34c28
use google maps to autocomplete event locations
7 年之前
Aaron Parecki
0994a07522
fix for tags in editor
7 年之前
Aaron Parecki
cbc237c8ce
whitespace
7 年之前
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
7 年之前
Aaron Parecki
7047fe16da
support posting code snippets
7 年之前
Aaron Parecki
db65ef5b5d
show syndication links with icons in reply context
8 年之前
Aaron Parecki
34afa1f5f2
add docs for favorites
8 年之前
Aaron Parecki
202a7876ec
nicer photo uploading experience
8 年之前
Aaron Parecki
d00c336a55
clean up editor HTML when posting to Micropub endpoint
closes #67
8 年之前
Aaron Parecki
61a80c5a2c
add docs for bookmark posts
8 年之前
Aaron Parecki
3bdcd009c8
add tokenfield for tags
8 年之前
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
8 年之前
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
8 年之前
Aaron Parecki
92615f6183
expand documentation
8 年之前
Aaron Parecki
3b122119f7
delete old file
8 年之前
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
8 年之前
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 年之前
Aaron Parecki
0a211e0218
change header levels in editor
8 年之前
Aaron Parecki
ab0c5f9bfa
show logged-in user on editor
fixes #9
8 年之前
Aaron Parecki
0a662e33ee
move logged-out routes to new file
8 年之前
Aaron Parecki
926546106e
add loading indicator to post buttons
fixes #42
8 年之前
Aaron Parecki
e5fb668bd3
auto prefix http:// in sign-in form
fixes #48
8 年之前
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 年之前
Prateek Saxena
6ba8cf48a8
Remove vendor prefix for border-radius value
The -moz one was an invalid property too.
9 年之前
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
9 年之前
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
9 年之前
Prateek Saxena
9c8559ad20
Fix publish now dropdown's position so it doesn't scroll off
Closes #11
9 年之前
Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
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
de12b9ef24
icons for dashboard
9 年之前
Aaron Parecki
c62c5205ac
crude UI for creating events
9 年之前
Aaron Parecki
bcfb8731ca
fix sending category as array
9 年之前
Aaron Parecki
d62b497b40
add interface for posting travel itinerary
9 年之前
Aaron Parecki
75d075412f
remove warning banner after clicking
10 年之前
Aaron Parecki
7666ec33d1
enable appcache
10 年之前
Aaron Parecki
2bb18a66be
add banner to opt in to html content change
10 年之前
Aaron Parecki
881550cac7
better state management for editor
10 年之前
Aaron Parecki
e121c3f582
upgrade medium-editor
10 年之前
Pelle Wessman
723c7aa8ed
Simple .htaccess file to get it working
10 年之前
Aaron Parecki
c3fb722ad4
add post-by-email support to quill
10 年之前
Aaron Parecki
92b55f2636
some styling for photo uploads
10 年之前
Aaron Parecki
5b1d595fcf
make image embed button darker
10 年之前
Aaron Parecki
d6a2dddc5b
apparently MediumEditor already has a placeholder text mechanism
10 年之前
Aaron Parecki
cb93a9925b
adds a simple publish status UI to show errors
10 年之前
Aaron Parecki
475175da5f
adds a "new version available" banner and a dropdown menu for publish
made a nice looking dropdown menu for the publish button
10 年之前
Aaron Parecki
3b7d766c31
do the micropub post and redirect after it's created!
10 年之前
Aaron Parecki
3dc97d7478
autosave new posts in localstorage
10 年之前