vishalxl / nostr_console

Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
GNU Affero General Public License v3.0
439 stars 33 forks source link

[Feature Request] Support quoting posts/replies #60

Open Sakhalinfox opened 1 year ago

Sakhalinfox commented 1 year ago

To maintain client uniform functions it would be nice to add support for quoting posts/replies.

Quoting post Feature

Currently few other clients allow quoting notes or event ID's by using ampersand '&' or the at symbol '@' before the Note ID or Event ID. It would be good to support the same on Nostr_Console by allowing to quote using either Note ID and/or Event ID so that the end user has the flexibility to choose. Event ID's are probably easiest to quote on Nostr_Console because of the 6 abbreviated unique strings.

If multiple posts are quoted in a single user post, make sure that the user needs to enter at least a single space after each quote. For example

@/&<quote-note-or-event-id1><space>@/&<quote-note-or-event-id2>