From 374ab01f0cb982f982039e089e3e28e7d7d6aee9 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 22 Aug 2024 09:32:22 +0300 Subject: [PATCH] Quoted highlights This is to prevent the creation and multiple notes (highlight + kind 1) for a single highlight action, which looks bad in micro-blogging clients where these notes may appear in succession. Signed-off-by: William Casarin --- 84.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/84.md b/84.md index d5f54d4c..5aaec4a0 100644 --- a/84.md +++ b/84.md @@ -40,3 +40,10 @@ last value of the tag. ### Context Clients MAY include a `context` tag, useful when the highlight is a subset of a paragraph and displaying the surrounding content might be beneficial to give context to the highlight. + +## Quote Highlights +A `comment` tag may be added to create a quote highlight. This should be rendered like a quote repost with the highlight as the quoted note. + +This is to prevent the creation and multiple notes (highlight + kind 1) for a single highlight action, which looks bad in micro-blogging clients where these notes may appear in succession. + +p-tag mentions should have a `mention` attribute to distinguish it from authors and editors.