diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-12 13:48:22 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-12 13:48:22 +0200 |
commit | 892eeff1a9b08caa00a1ec4bdbdd3fdc02a6a396 (patch) | |
tree | ab87ab57aaa87f6a409e1a2b21ab3cbec9aebff9 | |
parent | 82d1189d7ea816c4419c28558ce5ce4a5c26b16e (diff) |
update info
-rw-r--r-- | mastodon.info | 44 | ||||
-rw-r--r-- | mastodon.texi | 8 |
2 files changed, 31 insertions, 21 deletions
diff --git a/mastodon.info b/mastodon.info index 6d8ba6d..bea876e 100644 --- a/mastodon.info +++ b/mastodon.info @@ -278,8 +278,10 @@ your ‘mastodon-token-file’ does not contain ‘:client_id’ and Marker Meaning -------------------------------------------- - ‘(B)’ I boosted this toot - ‘(F)’ I favourited this toot + ‘(🔁)’ (or I boosted this toot + ‘(B)’) + ‘(⭐)’ (or I favourited this toot + ‘(F)’) ‘(🔖)’ (or I bookmarked this toot (‘K’)) @@ -389,6 +391,10 @@ and should work without first loading ‘mastodon.el’: • ‘mastodon-tl--unfollow-tag’: Unfollow a tag • ‘mastodon-tl--list-followed-tags’: View a list of tags you’re following. + • ‘mastodon-tl--followed-tags-timeline’: View a timeline of all your + followed tags. + • ‘mastodon-tl--some-followed-tags-timleine’: View a timeline of + multiple tags, from your followed tags or any other. • ‘mastodon-switch-to-buffer’: switch between mastodon buffers. @@ -640,23 +646,23 @@ Node: Logging in to your instance3508 Node: Timelines4505 Ref: Keybindings4980 Ref: Toot byline legend9469 -Node: Composing toots9741 -Ref: Keybindings (1)11318 -Ref: Draft toots11836 -Node: Other commands and account settings12307 -Node: Customization15235 -Node: Alternative timeline layout16021 -Node: Live-updating timelines mastodon-async-mode16398 -Node: Translating toots17234 -Node: bookmarks and mastodonel18406 -Node: Dependencies18876 -Node: Network compatibility19468 -Node: Contributing19954 -Node: Bug reports20243 -Node: Fixes and features21149 -Node: Coding style21632 -Node: Supporting mastodonel22256 -Node: Contributors22786 +Node: Composing toots9778 +Ref: Keybindings (1)11355 +Ref: Draft toots11873 +Node: Other commands and account settings12344 +Node: Customization15502 +Node: Alternative timeline layout16288 +Node: Live-updating timelines mastodon-async-mode16665 +Node: Translating toots17501 +Node: bookmarks and mastodonel18673 +Node: Dependencies19143 +Node: Network compatibility19735 +Node: Contributing20221 +Node: Bug reports20510 +Node: Fixes and features21416 +Node: Coding style21899 +Node: Supporting mastodonel22523 +Node: Contributors23053 End Tag Table diff --git a/mastodon.texi b/mastodon.texi index dee530f..13ae33b 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -348,9 +348,9 @@ not contain @samp{:client_id} and @samp{:client_secret}. @multitable {aaaaaaaaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaa} @headitem Marker @tab Meaning -@item @samp{(B)} +@item @samp{(🔁)} (or @samp{(B)}) @tab I boosted this toot -@item @samp{(F)} +@item @samp{(⭐)} (or @samp{(F)}) @tab I favourited this toot @item @samp{(🔖)} (or (@samp{K})) @tab I bookmarked this toot @@ -497,6 +497,10 @@ instance. @samp{mastodon-tl--unfollow-tag}: Unfollow a tag @item @samp{mastodon-tl--list-followed-tags}: View a list of tags you're following. +@item +@samp{mastodon-tl--followed-tags-timeline}: View a timeline of all your followed tags. +@item +@samp{mastodon-tl--some-followed-tags-timleine}: View a timeline of multiple tags, from your followed tags or any other. @end itemize |