diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-07-18 12:58:05 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-07-18 12:58:05 +0200 |
commit | 43cd626f6a3ec81cf72b4d7e522be3930e5a3846 (patch) | |
tree | 4a5ee702ee65b2d2d97fd4fc56681a0de6f8f3e1 /mastodon.texi | |
parent | f16fcb15a8be0143db1f4a11f5025512feca5b44 (diff) | |
parent | aa6b7b25bef714fe88493d4c04327a61fba0bd53 (diff) |
Merge branch 'emoji.el' into develop
Diffstat (limited to 'mastodon.texi')
-rw-r--r-- | mastodon.texi | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/mastodon.texi b/mastodon.texi index 571a2d7..059435e 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -38,6 +38,7 @@ README * Contributing:: * Supporting @samp{mastodon.el}: Supporting @samp{mastodonel}. * Contributors:: +* screenshots:: Installation @@ -85,6 +86,7 @@ NB: @samp{mastodon.el} now ships this readme as an .info file, so if you have it * Contributing:: * Supporting @samp{mastodon.el}: Supporting @samp{mastodonel}. * Contributors:: +* screenshots:: @end menu @node Installation @@ -150,8 +152,7 @@ it shouldn't be very hard to get it working. @node Emoji @subsection Emoji -@samp{mastodon-mode} will enable @uref{https://github.com/iqbalansari/emacs-emojify, Emojify} if it is loaded in your Emacs environment, so -there's no need to write your own hook anymore. @samp{emojify-mode} is not required. +Since Emacs 28, it has builtin emoji support with @samp{emoji.el}. If you prefer to use @uref{https://github.com/iqbalansari/emacs-emojify, Emojify}, @samp{require} it and set @samp{mastodon-use-emojify} to non-nil to display emoji in timelines and to use it when composing toots. @samp{Emoji.el} is the better option, but for now only @samp{emojify} supports downloading and using custom emoji from your instance. @node Discover @subsection Discover @@ -418,7 +419,7 @@ value of that hook is as follows: @anchor{Keybindings (1)}Keybindings -@multitable {aaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa} +@multitable {aaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaa} @headitem Key @tab Action @item @samp{C-c C-c} @@ -436,7 +437,7 @@ value of that hook is as follows: @item @samp{C-c !} @tab Remove all attachments @item @samp{C-c C-e} -@tab Add emoji (if @samp{emojify} installed) +@tab Insert emoji @item @samp{C-c C-p} @tab Create a poll @item @samp{C-c C-l} @@ -454,7 +455,7 @@ Autocompletion of mentions, tags, and emojis is provided by @samp{mastodon-toot--enable-completion} is enabled by default. To trigger completion, type a prefix followed by a few letters, @samp{@@} for -mentions, @samp{#} for tags, and @samp{:} for emoji. +mentions, @samp{#} for tags, and @samp{:} for emoji (for now this only works when using @samp{emojify.el}). If you want to enable @samp{company-mode} in the toot compose buffer, set @samp{mastodon-toot--use-company-for-completion} to @samp{t}. (@samp{mastodon.el} used to run its @@ -690,9 +691,7 @@ to your translator function as its text argument. Here's what @node Bookmarks and @samp{mastodonel} @subsection Bookmarks and @samp{mastodon.el} -@samp{mastodon.el} doesn’t currently implement its own bookmark record and handler, -which means that emacs bookmarks will not work as is. Until we implement them, -you can get bookmarks going immediately by using @uref{https://github.com/emacsmirror/emacswiki.org/blob/master/bookmark%2b.el, bookmark+.el}. +@samp{mastodon.el} implements a basic bookmark record and handler. Currently, this means that you can bookmark a post item and later load it in thread view. This could be expanded to any item with an id, but probably not to things like timeline views. If you want to be able to bookmark something, open an issue and ask, it's trivial to expand the bookmarking code. @node Dependencies @section Dependencies @@ -708,7 +707,7 @@ Hard dependencies (should all install with @samp{mastodon.el}): Optional dependencies (install yourself, @samp{mastodon.el} can use them): @itemize @item -@samp{emojify} for inserting and viewing emojis +@samp{emojify} to use custom emoji (else we use builtin @samp{emoji.el}) @item @samp{mpv} and @samp{mpv.el} for viewing videos and gifs @item @@ -826,4 +825,15 @@ Some significant contributors are: @uref{https://codeberg.org/Red_Starfish} @end itemize +@node screenshots +@section screenshots + +Here's a (federated) timeline: + +@image{screenshot-tl,,,,png} + +Here's a notifcations view plus a compose buffer: + +@image{screenshot-notifs+compose,,,,png} + @bye
\ No newline at end of file |