You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest a new feature for Hivemind and steemit.com: Bookmarks.
For each post and comment, users can set a bookmark. The functionality is provided by a custom_json operation on the blockchain. This means that other frontends can also process and display the bookmarks.
The operation is structured as follows and is to be processed by hivemind:
I would like to suggest a new feature for Hivemind and steemit.com: Bookmarks.
For each post and comment, users can set a bookmark. The functionality is provided by a
custom_json
operation on the blockchain. This means that other frontends can also process and display the bookmarks.The operation is structured as follows and is to be processed by hivemind:
Setting the bookmark
Removing the bookmark
A new table
hive_bookmarks
is required to save the bookmarks. A database migration is therefore necessary.First thoughts: https://steemit.com/hive-151113/@moecki/what-do-you-think-about-bookmarks-in-steemit
Demo: https://steemit.com/hive-146118/@moecki/bookmarks-fuer-steemit-com-exklusive-einblicke-vor-dem-finale
The text was updated successfully, but these errors were encountered: