Tag json

2 bookmarks have this tag.

2024-08-12

1439.

Why RichText facets in Bluesky

pfrazee.com/blog/why-facets

Today in "our novel form of NIH," why does Bluesky use the richtext facets system instead of Markdown?

// slightly simplified
{
  text: "Hello @bob.com",
  facets: [
    {feature: "mention", index: {start: 6, end: 14}}
  ]
}

2023-06-14

342.

JSON Feed - JSON Feed Version 1.1

www.jsonfeed.org/version/1.1

JSON Feed format spec. Perhaps it will power Mycoverse...