From 4d335d45f4c9f3ea90b0b54822225fb0d3c80e9b Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 6 Jul 2024 17:18:17 +0200 Subject: index --- mastodon-index.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mastodon-index.org') diff --git a/mastodon-index.org b/mastodon-index.org index 4637403..949cd6d 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -110,7 +110,7 @@ | | 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--follow-tag | Prompt for a tag and follow it. | +| | 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. | | | mastodon-tl--follow-user-enable-boosts | Prompt for a USER-HANDLE, and enable display of boosts in home timeline. | @@ -121,9 +121,7 @@ | \ | mastodon-tl--get-remote-local-timeline | Prompt for an instance domain and try to display its local timeline. | | # | mastodon-tl--get-tag-timeline | Prompt for tag and opens its timeline. | | n | mastodon-tl--goto-next-item | Jump to next item. | -| C- | mastodon-tl--goto-next-toot | | | p | mastodon-tl--goto-prev-item | Jump to previous item. | -| C- | mastodon-tl--goto-prev-toot | | | " | mastodon-tl--list-followed-tags | List followed tags. View timeline of tag user choses. | | C- | mastodon-tl--mpv-play-video-at-point | Play the video or gif at point with an mpv process. | | | mastodon-tl--mpv-play-video-from-byline | Run `mastodon-tl--mpv-play-video-at-point' on first moving image in post. | -- cgit v1.2.3 From c95a19b2d5bb0de63e4cd6bd4e40080a658cdda3 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 19 Jul 2024 10:02:50 +0200 Subject: index update --- mastodon-index.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mastodon-index.org') diff --git a/mastodon-index.org b/mastodon-index.org index 949cd6d..7347fe1 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -140,6 +140,7 @@ | c | mastodon-tl--toggle-spoiler-text-in-toot | Toggle the visibility of the spoiler text in the current toot. | | C-S-b | mastodon-tl--unblock-user | Query for USER-HANDLE from list of blocked users and unblock that user. | | | mastodon-tl--unfilter-user-languages | Remove any language filters for USER-HANDLE. | +| | mastodon-tl--unfold-post | Unfold the toot at point if it is folded (read-more). | | | mastodon-tl--unfollow-tag | Prompt for a followed tag, and unfollow it. | | C-S-w | mastodon-tl--unfollow-user | Query for USER-HANDLE from current status and unfollow that user. | | | mastodon-tl--unmute-thread | Mute the thread displayed in the current buffer. | @@ -259,6 +260,7 @@ | mastodon-tl--enable-proportional-fonts | Nonnil to enable using proportional fonts when rendering HTML. | | mastodon-tl--enable-relative-timestamps | Whether to show relative (to the current time) timestamps. | | mastodon-tl--expand-content-warnings | Whether to expand content warnings by default. | +| mastodon-tl--fold-toots-at-length | Length, in characters, to fold a toot at. | | mastodon-tl--hide-replies | Whether to hide replies from the timelines. | | mastodon-tl--highlight-current-toot | Whether to highlight the toot at point. Uses `cursor-face' special property. | | mastodon-tl--load-full-sized-images-in-emacs | Whether to load full-sized images inside Emacs. | @@ -274,7 +276,6 @@ | mastodon-toot--completion-style-for-mentions | The company completion style to use for mentions. | | mastodon-toot--default-media-directory | The default directory when prompting for a media file to upload. | | mastodon-toot--default-reply-visibility | Default visibility settings when replying. | -| mastodon-toot--emojify-in-compose-buffer | Whether to enable `emojify-mode' in the compose buffer. | | mastodon-toot--enable-completion | Whether to enable completion of mentions and hashtags. | | mastodon-toot--enable-custom-instance-emoji | Whether to enable your instance's custom emoji by default. | | mastodon-toot--proportional-fonts-compose | Nonnil to enable using proportional fonts in the compose buffer. | @@ -283,3 +284,4 @@ | mastodon-toot-mode-hook | Hook run after entering or leaving `mastodon-toot-mode'. | | mastodon-toot-orig-in-reply-length | Length to crop toot replied to in the compose buffer to. | | mastodon-toot-timestamp-format | Format to use for timestamps. | +| mastodon-use-emojify | Whether to use emojify.el to display emojis. | -- cgit v1.2.3 From 6b0a0eb1fa7e5f4dcb353e1e3e422e560aee2c14 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 31 Jul 2024 10:16:27 +0200 Subject: readme, index, info --- README.org | 3 ++- mastodon-index.org | 7 +++++-- mastodon.info | 45 +++++++++++++++++++++++---------------------- mastodon.texi | 4 +++- 4 files changed, 33 insertions(+), 26 deletions(-) (limited to 'mastodon-index.org') diff --git a/README.org b/README.org index d8f94f9..122ab36 100644 --- a/README.org +++ b/README.org @@ -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. | | | 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 -- cgit v1.2.3