aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-06-05 12:43:19 +0200
committermousebot <mousebot@riseup.net>2021-06-05 12:43:19 +0200
commita32a239d7e64d46df8e76c712a2335cecf8776e9 (patch)
tree8835e5713b81b50b96ef99f71636e67b06ab4f69 /README.org
parent21bbab0885097ce7e47cbb88f9214c1f507adf87 (diff)
implement updating user profile note
uses a tiny minor mode 'profile-update', with bindings. U is a general binding for it.
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.org b/README.org
index 6da0f4b..c6eab5a 100644
--- a/README.org
+++ b/README.org
@@ -6,13 +6,15 @@ It adds the following features:
| Profiles: | |
| | display profile metadata fields |
+| | display pinned toots on profiles |
| | display relationship (follows you/followed by you) on profiles |
| | display toots/follows/followers counts on profiles |
-| | links and tags in profiles are tab stops like in posts |
+| | links and tags in profiles and metadata fields are tab stops like in posts |
| =R=, =a=, =r= | view/accept/reject follow requests |
| =v= | view your favorited toots |
-| =i= | (un)pin toots, display pinned toots on profiles |
+| =i= | (un)pin toots |
| =S-C-P= | jump to your profile |
+| =U= | update your profile bio note |
| Timelines: | |
| =W=, =M=, =B= | (un)follow, (un)mute, (un)block users |
| | images are links to the full image, can be zoomed/rotated/saved (see their keymap) |
@@ -37,7 +39,7 @@ I did this for my own use and to learn more Elisp. If the code is terrible, feel
(code adapted from https://github.com/alexjgriffith/mastodon-future.el).
-Works for federated, local, and home timelines and for notifications. It's pretty necro, so use at your own risk. Not a super high priority for me, but some people dig it. The command prefix is =mastodon-async--stream=
+Works for federated, local, and home timelines and for notifications. It's pretty necro, so use at your own risk. Not a super high priority for me, but some people dig it. The command prefix is =mastodon-async--stream=.
** NB: dependency