diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-07-31 10:16:27 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-07-31 10:16:27 +0200 |
commit | 6b0a0eb1fa7e5f4dcb353e1e3e422e560aee2c14 (patch) | |
tree | 438d3b61404e28193503e5cb3f1a906567b535d2 | |
parent | 30b02296caffeb2fb95ccb26f7fed31c4961f358 (diff) |
readme, index, info
-rw-r--r-- | README.org | 3 | ||||
-rw-r--r-- | mastodon-index.org | 7 | ||||
-rw-r--r-- | mastodon.info | 45 | ||||
-rw-r--r-- | mastodon.texi | 4 |
4 files changed, 33 insertions, 26 deletions
@@ -185,6 +185,7 @@ For a full list of commands and variables, see [[file:mastodon-index.org][mastod | =i= | (un)pin your toot at point | | =d= | delete your toot at point, and reload current timeline | | =D= | delete and redraft toot at point, preserving reply/CW/visibility | +| =!= | toggle folding of toot at point | | (=S-C-=) =W=, =M=, =B= | (un)follow, (un)mute, (un)block author of toot at point | |----------------+---------------------------------------------------------------------------------| | | *Profile view* | @@ -414,7 +415,7 @@ to your translator function as its text argument. Here's what *** Bookmarks and =mastodon.el= -=mastodon.el= implements a basic bookmark record and handler. Currently, this means that you can bookmark a post item and later load it in thread view. This could be expanded to any item with an id, but probably not to things like timeline views. If you want to be able to bookmark something, open an issue and ask, it's trivial to expand the bookmarking code. +=mastodon.el= implements a basic bookmark record and handler. Currently, this means that you can bookmark a post item and later load it in thread view. This could be expanded to any item with an id, but probably not to things like timeline views. If you want to be able to bookmark something, open an issue and ask, as it's trivial to expand the bookmarking code. ** Dependencies diff --git a/mastodon-index.org b/mastodon-index.org index 7347fe1..4c57478 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -101,6 +101,7 @@ | | mastodon-search--trending-statuses | Display a list of statuses trending on your instance. | | | mastodon-search--trending-tags | Display a list of tags trending on your instance. | | | mastodon-search-mode | Toggle mastodon search minor mode. | +| / | mastodon-switch-to-buffer | Switch to a live mastodon buffer. | | B | mastodon-tl--block-user | Query for USER-HANDLE from current status and block that user. | | <mouse-2> | mastodon-tl--click-image-or-video | Click to play video with `mpv.el'. | | | mastodon-tl--copy-image-caption | Copy the caption of the image at point. | @@ -110,6 +111,8 @@ | | mastodon-tl--do-link-action-at-point | Do the action of the link at POSITION. | | | mastodon-tl--enable-notify-user-posts | Query for USER-HANDLE and enable notifications when they post. | | | mastodon-tl--filter-user-user-posts-by-language | Query for USER-HANDLE and filter display of their posts by language. | +| | mastodon-tl--fold-post | Fold post at point, if it is too long. | +| ! | mastodon-tl--fold-post-toggle | Toggle the folding status of the toot at point. | | | mastodon-tl--follow-tag | Prompt for a tag (from post at point) and follow it. | | W | mastodon-tl--follow-user | Query for USER-HANDLE from current status and follow that user. | | | mastodon-tl--follow-user-disable-boosts | Prompt for a USER-HANDLE, and disable display of boosts in home timeline. | @@ -134,7 +137,7 @@ | SPC | mastodon-tl--scroll-up-command | Call `scroll-up-command', loading more toots if necessary. | | | mastodon-tl--single-toot | View toot at point in separate buffer. | | | mastodon-tl--some-followed-tags-timeline | Prompt for some tags, and open a timeline for them. | -| RET, T | mastodon-tl--thread | Open thread buffer for toot at point or with ID. | +| RET, T | mastodon-tl--thread | Open thread buffer for toot at point or with THREAD-ID. | | | mastodon-tl--toggle-sensitive-image | Toggle dislay of sensitive image at point. | | | mastodon-tl--toggle-spoiler-in-thread | Toggler content warning for all posts in current thread. | | c | mastodon-tl--toggle-spoiler-text-in-toot | Toggle the visibility of the spoiler text in the current toot. | @@ -177,13 +180,13 @@ | | mastodon-toot--save-draft | Save the current compose toot text as a draft. | | C-c C-s | mastodon-toot--schedule-toot | Read a date (+ time) in the minibuffer and schedule the current toot. | | C-c C-c | mastodon-toot--send | POST contents of new-toot buffer to fediverse instance and kill buffer. | +| C-c C-w | mastodon-toot--set-content-warning | Set a content warning for the current toot. | | | mastodon-toot--set-default-visibility | Set the default visibility for toots on the server. | | C-c C-l | mastodon-toot--set-toot-language | Prompt for a language and set `mastodon-toot--language'. | | k | mastodon-toot--toggle-bookmark | Bookmark or unbookmark toot at point. | | b | mastodon-toot--toggle-boost | Boost/unboost toot at `point'. | | f | mastodon-toot--toggle-favourite | Favourite/unfavourite toot at `point'. | | C-c C-n | mastodon-toot--toggle-nsfw | Toggle `mastodon-toot--content-nsfw'. | -| C-c C-w | mastodon-toot--toggle-warning | Toggle `mastodon-toot--content-warning'. | | a | mastodon-toot--translate-toot-text | Translate text of toot at point. | | E | mastodon-toot--view-toot-edits | View editing history of the toot at point in a popup buffer. | | | mastodon-turn-on-discover | Turns on discover support | diff --git a/mastodon.info b/mastodon.info index 8154474..887dc62 100644 --- a/mastodon.info +++ b/mastodon.info @@ -302,6 +302,7 @@ your ‘mastodon-token-file’ does not contain ‘:client_id’ and ‘i’ (un)pin your toot at point ‘d’ delete your toot at point, and reload current timeline ‘D’ delete and redraft toot at point, preserving reply/CW/visibility + ‘!’ toggle folding of toot at point (‘S-C-’) ‘W’, ‘M’, ‘B’ (un)follow, (un)mute, (un)block author of toot at point *Profile view* ‘C-c C-c’ cycle between statuses, statuses without boosts, followers, and following @@ -584,7 +585,7 @@ File: mastodon.info, Node: Bookmarks and mastodonel, Prev: Translating toots, Currently, this means that you can bookmark a post item and later load it in thread view. This could be expanded to any item with an id, but probably not to things like timeline views. If you want to be able to -bookmark something, open an issue and ask, it’s trivial to expand the +bookmark something, open an issue and ask, as it’s trivial to expand the bookmarking code. @@ -755,27 +756,27 @@ Node: Usage4164 Node: Logging in to your instance4607 Node: Timelines5604 Ref: Keybindings6079 -Ref: Toot byline legend10853 -Node: Composing toots11162 -Ref: Keybindings (1)12714 -Ref: Autocompletion of mentions tags and emoji13249 -Ref: Draft toots14174 -Node: Other commands and account settings14645 -Node: Customization17812 -Node: Commands and variables index18690 -Node: Alternative timeline layout19206 -Node: Live-updating timelines mastodon-async-mode19611 -Node: Translating toots20463 -Node: Bookmarks and mastodonel21645 -Node: Dependencies22184 -Node: Network compatibility22867 -Node: Contributing23749 -Node: Bug reports24245 -Node: Fixes and features25156 -Node: Coding style25657 -Node: Supporting mastodonel26281 -Node: Contributors26848 -Node: screenshots27283 +Ref: Toot byline legend10919 +Node: Composing toots11228 +Ref: Keybindings (1)12780 +Ref: Autocompletion of mentions tags and emoji13315 +Ref: Draft toots14240 +Node: Other commands and account settings14711 +Node: Customization17878 +Node: Commands and variables index18756 +Node: Alternative timeline layout19272 +Node: Live-updating timelines mastodon-async-mode19677 +Node: Translating toots20529 +Node: Bookmarks and mastodonel21711 +Node: Dependencies22253 +Node: Network compatibility22936 +Node: Contributing23818 +Node: Bug reports24314 +Node: Fixes and features25225 +Node: Coding style25726 +Node: Supporting mastodonel26350 +Node: Contributors26917 +Node: screenshots27352 End Tag Table diff --git a/mastodon.texi b/mastodon.texi index efececf..c31caf1 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -344,6 +344,8 @@ For a full list of commands and variables, see @uref{mastodon-index.org, mastodo @tab delete your toot at point, and reload current timeline @item @samp{D} @tab delete and redraft toot at point, preserving reply/CW/visibility +@item @samp{!} +@tab toggle folding of toot at point @item (@samp{S-C-}) @samp{W}, @samp{M}, @samp{B} @tab (un)follow, (un)mute, (un)block author of toot at point @item @@ -691,7 +693,7 @@ to your translator function as its text argument. Here's what @node Bookmarks and @samp{mastodonel} @subsection Bookmarks and @samp{mastodon.el} -@samp{mastodon.el} implements a basic bookmark record and handler. Currently, this means that you can bookmark a post item and later load it in thread view. This could be expanded to any item with an id, but probably not to things like timeline views. If you want to be able to bookmark something, open an issue and ask, it's trivial to expand the bookmarking code. +@samp{mastodon.el} implements a basic bookmark record and handler. Currently, this means that you can bookmark a post item and later load it in thread view. This could be expanded to any item with an id, but probably not to things like timeline views. If you want to be able to bookmark something, open an issue and ask, as it's trivial to expand the bookmarking code. @node Dependencies @section Dependencies |