diff options
author | Holger Durer <hdurer@google.com> | 2018-04-04 18:19:26 +0100 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2019-03-04 22:44:28 -0500 |
commit | 6d622b53ae5d5815e2104d9b38a559ae77cbcbf0 (patch) | |
tree | d7231533b4b3c1b0b1a0779283d51694b728705b /README.org | |
parent | 0bfb7f843b508c78de94d534a67a6967a22bb95b (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.org | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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 |