Closed calpaterson closed 3 years ago
AS A frequent tagger
I WANT a way to quickly add a tag to bookmarks from the bookmarks div
SO THAT I can avoid the rigmarole of having to do a full edit
Add a line something like this to the div macro
<form action="/this/bookmark/quickly-add-tag"><input type="text"></input></form>
POST-REDIRECT-GET, ending in on the same page, with an anchor fragment pointing to the bookmark that was altered
Brief overview
AS A frequent tagger
I WANT a way to quickly add a tag to bookmarks from the bookmarks div
SO THAT I can avoid the rigmarole of having to do a full edit
Additional details
Add a line something like this to the div macro
<form action="/this/bookmark/quickly-add-tag"><input type="text"></input></form>
POST-REDIRECT-GET, ending in on the same page, with an anchor fragment pointing to the bookmark that was altered