From c88709dc2541d86dd07e75dce89fade971cbae1d Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 18 Oct 2024 11:07:03 +0200 Subject: [PATCH] feat: :sparkles: Add html_uri field to Notes --- app/entities/note/page.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/entities/note/page.mdx b/app/entities/note/page.mdx index 7a3f363..01c98e0 100644 --- a/app/entities/note/page.mdx +++ b/app/entities/note/page.mdx @@ -89,6 +89,9 @@ Notes represent a piece of content on a Versia instance. They can be posted by [ A subject for the note. Useful for clients to display a "content warning" or "spoiler" feature, such as on Mastodon. Must be a plaintext string (`text/plain`). + + URI to the note in HTML, for web browsers. Useful for "open this note on remote instance" functionality. + @@ -126,6 +129,7 @@ Notes represent a piece of content on a Versia instance. They can be posted by [ ], "author": "https://versia.social/users/018eb863-753f-76ff-83d6-fd590de7740a", "category": "microblog", + "html_uri": "https://versia.social/@jessew/17652802716161", "content": { "text/html": { "content": "

In the next versia-fe update: account settings, finally!

"