summaryrefslogtreecommitdiff
path: root/public/js/script.js
AgeCommit message (Collapse)Author
2018-05-27split tags using tokenfield instead of comma-separatedAaron Parecki
this allows tag values to contain spaces, which is up to your own micropub server to handle appropriately. closes #95 and replaces #96
2016-12-17auto prefix http:// in sign-in formAaron Parecki
fixes #48
2016-04-07integrates photo uploading in the main note interfaceAaron Parecki
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.
2016-02-10fix sending category as arrayAaron Parecki
2016-02-10add interface for posting travel itineraryAaron Parecki