diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-05 17:21:13 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-05 17:21:13 +0100 |
commit | 5613c11e037ceb1d9beab26a48f2958c669ea029 (patch) | |
tree | 385ad25fb8a69e7277bd1e9fdd31180390461e3e /README.org | |
parent | f678fc83f777ef40e948c176b1343e4de3764856 (diff) | |
parent | 8f5cb76677836703f0b554fe5ab669ba1e9d6d91 (diff) |
Merge branch 'develop'
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -202,7 +202,8 @@ You can download and use your instance's custom emoji | =C-c C-n= | Add sensitive media/nsfw flag | | =C-c C-a= | Upload attachment(s) | | =C-c != | Remove all attachments | -| =C-c C-e= | add emoji (if =emojify= installed) | +| =C-c C-e= | Add emoji (if =emojify= installed) | +| =C-c C-p= | Create a poll | |---------+----------------------------------| **** draft toots @@ -222,6 +223,8 @@ You can download and use your instance's custom emoji - =mastodon-search-trending-tags=: View a list of trending hashtags on your instance. - =mastodon-profile-update-display-name=: Update the display name for your account. +- =mastodon-profile-update-user-profile-note=: Update your bio note. +- =mastodon-profile-update-meta-fields=: Update your metadata fields. - =mastodon-profile-set-default-toot-visibility=: Set the default visibility for your toots. - =mastodon-profile-account-locked-toggle=: Toggle the locked status of your account. Locked accounts have to manually approve follow requests. - =mastodon-profile-account-discoverable-toggle=: Toggle the discoverable status of your account. Non-discoverable accounts are not listed in the profile directory. @@ -283,8 +286,10 @@ to your translator function as its text argument. Here's what ** Dependencies -This version depends on the library =request= (for uploading attachments). You -can install it from MELPA, or https://github.com/tkf/emacs-request. +Hard dependencies (should all install with =mastodon.el=): +- =request= (for uploading attachments), https://github.com/tkf/emacs-request +- =persist= for storing some settings across sessions +- =ts= for poll relative expiry times Optional dependencies: - =company= for autocompletion of mentions and tags when composing a toot @@ -294,7 +299,7 @@ Optional dependencies: ** Contributing -PRs, issues, and feature requests are very welcome! +PRs, issues, feature requests, and general feedback are very welcome! *** Features |