diff options
author | H Durer <h.duerer@gmail.com> | 2018-03-10 06:04:13 +0000 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | 1e7882a709ac1d67b2ff1ec17577637b70571b6a (patch) | |
tree | acd9c1c68b67829f702ee14b7c4355706ae69513 /README.org | |
parent | 967d2835da2a77a0f4935a2392f667e0330608c8 (diff) |
Support toggling content warning anywhere in the toot. (#180)
This new functionality is bound to the 'c' key.
To help with this functionality this also changes the 'toot-json and 'toot-id properties. These are now applied to the whole toot not just the toot's byline.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ Opens a =*mastodon-home*= buffer in the major mode so you can see toots. You wil | Key | Action | |--------------------------+-----------------------------------------------------------------------------------| | =?= | Open context menu (if =discover= is available) | +| =c= | Toggle the visibility of sensitive text (if there is text with a content warning) | | =b= | Boost toot under =point= | | =f= | Favourite toot under =point= | | =F= | Open federated timeline | |