beakerbrowser / unwalled.garden

Schemas for a p2p social-media network built on the Dat Web.
MIT License
131 stars 10 forks source link

Add bookmark records #5

Closed pfrazee closed 5 years ago

pfrazee commented 5 years ago

This PR adds the /data/bookmarks folder which contains a collection of links shared by the user. This is used for search and discovery and is integrated into the browser's bookmarking tools.

Example bookmark:

{
  "type": "unwalled.garden/bookmark",
  "content": {
    "href": "dat://beakerbrowser.com",
    "title": "Beaker Browser",
    "description": "An experimental peer-to-peer Web browser by Paul Frazee. Built using the dat protocol.",
    "tags": "p2p web dat"
  },
  "createdAt": "2018-12-07T02:52:11.947Z"
}