mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
Address composer feedback: - The annotation field is now the short-note composer's rich MessageField (@-mention + custom-emoji autocomplete, inline previews). On publish it becomes the highlight's `comment` tag, with the mentions (`p`), emoji, URLs (`r`), hashtags and quotes it references emitted as their own tags — via NewMessageTagger + a new tag-builder initializer on HighlightEvent.build(). - A nostr source now renders as a reply-style preview card (NoteCompose, quoted style) instead of showing a URL field; the URL field appears only for web sources. The source note is resolved from the a/e coordinate carried in the route. Verified with :quartz:jvmTest and :amethyst:compileFdroidDebugKotlin.