Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | split tags using tokenfield instead of comma-separated | Aaron 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-17 | use `mp-syndicate-to` by default, add setting | Aaron 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-15 | add tokenfield for tags | Aaron Parecki | |
2016-12-17 | add loading indicator to post buttons | Aaron Parecki | |
fixes #42 | |||
2016-12-17 | add nice labels to bookmark page | Aaron Parecki | |
2016-06-30 | fix syndicate-to on bookmarks | Aaron Parecki | |
2016-05-20 | don't need to json.parse when the content type header is right | Aaron Parecki | |
2016-05-07 | fix syndication for bookmarks | Aaron Parecki | |
2016-05-05 | get rid of duplicate ctrl-s handlers | Aaron Parecki | |
2016-02-11 | fix category array for bookmarks | Aaron Parecki | |
2016-02-10 | fix sending category as array | Aaron Parecki | |
2016-02-11 | switch to bookmark-of | Aaron Parecki | |
2015-07-26 | add note about bookmark-of | Aaron Parecki | |
2014-12-26 | new "favorite" form with bookmarklet | Aaron 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-15 | add ctrl-s keyboard shortcut | Aaron Parecki | |
2014-09-07 | adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵ | Aaron Parecki | |
given a login token. |