diff options
| author | grunfink <grunfink@comam.es> | 2026-01-12 05:43:02 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-01-12 05:43:02 +0100 |
| commit | 181132331d744065b13e5c6134b39335c51940f5 (patch) | |
| tree | 2c7e8f3b285172cdb35e47ca34669506d6876a6c | |
| parent | 39da12904dd53a75c4100453098c7914d8821927 (diff) | |
Updated documentation.
| -rw-r--r-- | doc/snac.1 | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -110,6 +110,9 @@ URLs to RSS feeds of ActivityPub objects are also allowed .It Blocked hashtags... Enter here the list of hashtags you want to block, one per line, with or without the # symbol. +.It Muted words... +Enter here a list of words to be silenced. If a post includes +any of this words, it's hidden behind a dropdown. .El .Pp The user setup dialog allows some user information to be @@ -218,13 +221,20 @@ also private and cannot be liked nor boosted. For each entry in the timeline, a set of reasonable actions in the form of buttons will be shown. These can be: .Bl -tag -offset indent -.It Reply +.It Reply... Unveils a text area to write your intelligent and acute comment to an uninformed fellow. This note is sent to the original author as well as to your followers. The note can include mentions in the @user@format; these people will also become recipients of the message. If you reply to a boost or like, you are really replying to the note, not to the admirer of it. +.It Emoji react... +Unveils a text area that allows a user to react with an emoji +by typing its identifier, that should match one of the emojis +defined in the +.Pa emojis.json +file. By now, only those emoji identifiers surrounded by colons +can be used. .It Like Click this if you admire this post. The poster and your followers will be informed. |