diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-19 18:22:37 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-19 18:22:37 +0200 |
commit | 98606cc26e650ddd98e5e6d87f44ff9585a76e17 (patch) | |
tree | d5dbdc561946ba77e49f0250b877c5d39c540fc5 /README.org | |
parent | bfc45ff25df938891c317466c3200a86d0585081 (diff) | |
parent | 759267c593d88fcce453212b0a8a2892bb90ea8f (diff) |
Merge branch 'draft-toots' into develop
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -205,6 +205,14 @@ You can download and use your instance's custom emoji | =C-c C-e= | add emoji (if =emojify= installed) | |---------+----------------------------------| +**** draft toots + +- Compose buffer text is saved as you type, kept in =mastodon-toot-current-toot-text=. +- =mastodon-toot-save-draft=: save the current toot as a draft. +- =mastodon-toot-open-draft-toot=: Open a compose buffer and insert one of your draft toots. +- =mastodon-toot-delete-draft-toot=: Delete a draft toot. +- =mastodon-toot-delete-all-drafts=: Delete all your drafts. + *** Other commands and account settings: - =mastodon-url-lookup=: Attempt to load URL in =mastodon.el=. URL may be the one at point or provided in the minibuffer. Should also work if =mastodon.el= is not yet loaded. |