aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorHolger Durer <hdurer@google.com>2018-04-04 18:19:26 +0100
committerJohnson Denen <johnson.denen@gmail.com>2019-03-04 22:44:28 -0500
commit6d622b53ae5d5815e2104d9b38a559ae77cbcbf0 (patch)
treed7231533b4b3c1b0b1a0779283d51694b728705b /README.org
parent0bfb7f843b508c78de94d534a67a6967a22bb95b (diff)
Improvements on posting toots.
- Visual feedback in the buffer of: - Number of characters - Content warning flag - Posting visibility - Can't post an empty toot. - Changing visibility to something other than "public". Still missing: - Attaching media - Enabling the NSWF-flag toggling.
Diffstat (limited to 'README.org')
-rw-r--r--README.org18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.org b/README.org
index 600e0dd..9eb7e52 100644
--- a/README.org
+++ b/README.org
@@ -136,15 +136,19 @@ Authentication stores your access token in the =mastodon-auth--token=
variable. It is not stored on your filesystem, so you will have to
re-authenticate when you close/reopen Emacs.
+The visibility of the new toot defaults to the value of
+=mastodon-toot--default-visibility= which you can customize.
+
**** Keybindings
-|-----------+---------------------|
-| Key | Action |
-|-----------+---------------------|
-| =C-c C-c= | Send toot |
-| =C-c C-k= | Cancel toot |
-| =C-c C-w= | Add content warning |
-|-----------+---------------------|
+|-----------+---------------------------------------|
+| Key | Action |
+|-----------+---------------------------------------|
+| =C-c C-c= | Send toot |
+| =C-c C-k= | Cancel toot |
+| =C-c C-w= | Add content warning |
+| =C-c C-v= | Change the visibility of the new toot |
+|-----------+---------------------------------------|
** Roadmap