From ddfa5275dfc10a555269ddb69aa91cd15cf3973b Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 29 Oct 2022 17:40:37 +0200 Subject: readme --- README.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 73a42e5..06ea15a 100644 --- a/README.org +++ b/README.org @@ -222,6 +222,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. -- cgit v1.2.3 From 437a4f0ad66e1b341b6d98f5719df2863b7926f3 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 5 Nov 2022 12:49:53 +0100 Subject: readme re poll --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 06ea15a..9b34848 100644 --- a/README.org +++ b/README.org @@ -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 -- cgit v1.2.3 From 8499e990cddb94ff94923f6d08b2f3c072b4fe3d Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 5 Nov 2022 16:10:05 +0100 Subject: readme deps --- README.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 9b34848..2db8681 100644 --- a/README.org +++ b/README.org @@ -286,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 @@ -297,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 -- cgit v1.2.3