[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 3c7491c0ca 61/76: index
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 3c7491c0ca 61/76: index |
Date: |
Sun, 30 Mar 2025 13:01:56 -0400 (EDT) |
branch: elpa/mastodon
commit 3c7491c0caed7ece62f870d579048d7e1966768a
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>
index
---
mastodon-index.org | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/mastodon-index.org b/mastodon-index.org
index bcde1943f6..b10b4a45e1 100644
--- a/mastodon-index.org
+++ b/mastodon-index.org
@@ -152,12 +152,15 @@
| | mastodon-tl-mpv-play-video-from-byline | Run
`mastodon-tl-mpv-play-video-at-point' on first moving image in post. |
| | mastodon-tl-mute-thread | Mute
the thread displayed in the current buffer. |
| M | mastodon-tl-mute-user | Query
for USER-HANDLE from current status and mute that user. |
+| | mastodon-tl-next-full-image | From
full image view buffer, load the toot's next image. |
| TAB, M-n | mastodon-tl-next-tab-item | Move
to the next interesting item. |
| v | mastodon-tl-poll-vote | If
there is a poll at point, prompt user for OPTION to vote on it. |
+| | mastodon-tl-prev-full-image | From
full image view buffer, load the toot's prev image. |
| S-TAB, <backtab> | mastodon-tl-previous-tab-item | Move
to the previous interesting item. |
| | mastodon-tl-remote-tag-timeline | Call
`mastodon-tl-get-remote-local-timeline' but for a TAG timeline. |
| Z | mastodon-tl-report-to-mods | Report
the author of the toot at point to your instance moderators. |
| SPC | mastodon-tl-scroll-up-command | Call
`scroll-up-command', loading more toots if necessary. |
+| | mastodon-tl-shr-browse-image | Browse
the image under point. |
| | 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. |
| C-' | mastodon-tl-tag-group-timeline | Load a
timeline of a tag group from `mastodon-tl--tags-groups'. |
@@ -174,7 +177,8 @@
| | mastodon-tl-unmute-thread | Unmute
the thread displayed in the current buffer. |
| S-RET | mastodon-tl-unmute-user | Query
for USER-HANDLE from list of muted users and unmute that user. |
| u, g | mastodon-tl-update | Update
timeline with new toots. |
-| | mastodon-tl-view-full-image | Browse
full-sized version of image at point in a new window. |
+| = | mastodon-tl-view-first-full-image | From
item byline, fetch load its first full image. |
+| | mastodon-tl-view-full-image-at-point | Browse
full-sized version of image at point in a new window. |
| | mastodon-tl-view-full-image-or-play-video | View
full sized version of image at point, or try to play video. |
| | mastodon-tl-view-item-on-own-instance | Load
current toot on your own instance. |
| | mastodon-tl-view-whole-thread | From a
thread view, view entire thread. |
@@ -279,7 +283,6 @@
| Custom variable | Description
|
|----------------------------------------------------+------------------------------------------------------------------------------|
| mastodon-active-user | Username of the active
user. |
-| mastodon-auth-encrypt-access-token | Whether to encrypt the
user's authentication token in the plstore. |
| mastodon-auth-use-auth-source | Whether to use auth
sources for user credentials. |
| mastodon-client--token-file | File path where
Mastodon access tokens are stored. |
| mastodon-group-notifications | Whether to use grouped
notifications. |
- [nongnu] elpa/mastodon a8baf9bbcb 45/76: implement full sized image cycling. #666., (continued)
- [nongnu] elpa/mastodon a8baf9bbcb 45/76: implement full sized image cycling. #666., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 558d8aea5c 42/76: use poll symbol in toots with polls, like in notifs, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon e574ee01cb 44/76: Merge pull request 'Fix empty let body' (#674) from rahguzar/mastodon.el:develop into develop, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 6b0786127a 48/76: fix call to mastodon-tl-view-full-image-at-point, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 4ad4242c5c 49/76: media upload: rename funs so they're media funs, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 9220a65886 51/76: media: pcase a cond, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 21c02d8c75 52/76: image cycle: error if no attachments, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon a4e8600364 56/76: Refactor data validation, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 3ce1a72882 55/76: flycheck after image-cycle, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 55de8c92cf 59/76: tl: require image-mode for masto image mode map, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 3c7491c0ca 61/76: index,
ELPA Syncer <=
- [nongnu] elpa/mastodon 19a1ce722d 60/76: image cycle: add tl-prev-full-image cmd. #666., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 73fad4feb3 58/76: notifs amend render fun for avatars in non-grouped. FIX #678., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 8fbce728a1 65/76: tl update: error if no newest id. #673., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 9453f98716 69/76: readme: updates re encrypted tokens. #671, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 3234da7777 71/76: flycheck mastodon.el, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon e35f24ca94 70/76: Merge pull request 'Remove elisp-flymake-byte-compile-load-path from dir-locals' (#679) from rahguzar/mastodon.el:develop into develop, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 310e401c8d 74/76: Merge branch 'develop', ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 3d8c8bb64d 29/76: client: plstore read funs: close plstore at end, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 75b0e3cc1c 63/76: Merge pull request 'Fix #675 use url.el for posting attachments' (#677) from rahguzar/mastodon.el:develop into develop, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon ab2ce1c1a5 67/76: notifs: remove stray line, ELPA Syncer, 2025/03/30