summaryrefslogtreecommitdiff
path: root/views/new-bookmark.php
AgeCommit message (Collapse)Author
2018-08-01better error messagesAaron Parecki
2018-08-01if no syndication targets are found, hide the sectionAaron Parecki
add syndication reload button to the settings screen
2018-05-27whitespaceAaron Parecki
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
2017-01-17use `mp-syndicate-to` by default, add settingAaron Parecki
* adds setting to choose the property to use for the syndication targets * all existing users default to the old value `syndicate-to` * new users default to `mp-syndicate-to` closes #66
2017-01-15add tokenfield for tagsAaron Parecki
2016-12-17add loading indicator to post buttonsAaron Parecki
fixes #42
2016-12-17add nice labels to bookmark pageAaron Parecki
2016-06-30fix syndicate-to on bookmarksAaron Parecki
2016-05-20don't need to json.parse when the content type header is rightAaron Parecki
2016-05-07fix syndication for bookmarksAaron Parecki
2016-05-05get rid of duplicate ctrl-s handlersAaron Parecki
2016-02-11fix category array for bookmarksAaron Parecki
2016-02-10fix sending category as arrayAaron Parecki
2016-02-11switch to bookmark-ofAaron Parecki
2015-07-26add note about bookmark-ofAaron Parecki
2014-12-26new "favorite" form with bookmarkletAaron Parecki
* 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
2014-09-15add ctrl-s keyboard shortcutAaron Parecki
2014-09-07adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵Aaron Parecki
given a login token.