aboutsummaryrefslogtreecommitdiff
path: root/README.org
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request '2FA login support' (#255) from ↵martianh2022-03-231-13/+19
|\ | | | | | | | | | | Red_Starfish/mastodon-up.el:login into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/255
| * update READMEAbhiseck Paira2022-01-171-13/+19
| | | | | | | | update the README to inform about the new changes.
* | readme on translating toots, etcmousebot2022-03-141-2/+19
| |
* | readme update for foll reqs, foll suggests, filtersmousebot2022-02-171-44/+44
| | | | | | | | readme follow req reject binding
* | buffer local keymap, error handling, make filters nicermousebot2022-02-151-1/+2
| | | | | | | | | | | | | | | | - separate goto-next/prev-filter commands - we use properties toot-id and byline so the navigation works, calqued on - goto-prev/next-toot - error handle no word or context supplied - reload filters view on create or delete
* | upread readme re mpv for gifs videosmousebot2022-02-131-0/+1
|/
* readmemousebot2021-12-171-5/+6
|
* bump version, change homepage link, readmemousebot2021-12-171-1/+1
|
* readme updatemousebot2021-12-161-25/+15
|
* tiny cleanupmousebot2021-11-061-0/+1
|
* mastodon-async readmemousebot2021-10-281-2/+2
|
* readmemousebot2021-10-261-0/+1
|
* readmemousebot2021-10-251-4/+10
|
* readmemousebot2021-10-221-1/+2
|
* readmemousebot2021-10-221-1/+2
|
* readmemousebot2021-10-211-5/+11
|
* readmemousebot2021-10-181-1/+1
|
* readme re fixesmousebot2021-10-041-0/+6
|
* readmemousebot2021-10-031-1/+2
|
* flycheck: docstrings, autoloads, etcmousebot2021-10-031-1/+2
|
* readme re bugsmousebot2021-10-031-6/+2
|
* readme updatemousebot2021-09-231-25/+30
|
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-7/+3
|
* try to handle reblogged pollsmousebot2021-08-101-1/+1
|
* functions to vote on polls in timelines, bound to "v"mousebot2021-08-091-2/+3
| | | | - masto view favorites binding moved to "V", in line with other separate views being in capitals
* follow requests accept/reject from notifications +mousebot2021-08-091-0/+1
| | | | | | | - new bindings for f-req accept/reject (in both notifs and in f-req views) - check if we are at an f-req before accept/rejecting - flycheck / docstrings - fix notifs byline formatting for f-reqs
* readme updatemousebot2021-08-091-28/+29
|
* readme mastodon-toot bugsmousebot2021-07-301-0/+2
|
* typo in async http-layer, unless in http process-json, typo in readmmousebot2021-06-211-1/+1
|
* typos and readmemousebot2021-06-141-20/+24
|
* implement updating user profile notemousebot2021-06-051-3/+5
| | | | | uses a tiny minor mode 'profile-update', with bindings. U is a general binding for it.
* enable async stream for user notifications.mousebot2021-06-031-4/+9
| | | | creates a notifications filter for the 'user' stream, then handles display of notifications, which have their own timeline funs.
* add basic live updates of home/local/federated timelines.mousebot2021-06-011-0/+1
| | | | | the code, mastodon-async.el is taken from https://github.com/alexjgriffith/mastodon-future.el and only slightly modified to make the home stream work.
* foll reqs/faves bindings global, autoloads and declarations, readmemousebot2021-06-011-19/+43
|
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-0/+3
|
* update readmemousebot2021-05-301-24/+46
|
* Update README for keybinding changesJohnson Denen2019-03-041-34/+30
|
* Update READMEJohnson Denen2019-03-041-3/+10
|
* Fix #219 no `with-eval-after-load` in the code (#220)H Durer2019-03-041-1/+9
| | | | The package-lint logic is too daft to cope with this (you cannot even mention it in a comment). We now move the discover functionality into its own package and just mention in the README file how to make use of it.
* Make default visibility customizable; add documentation.Jeremy Dormitzer2019-03-041-15/+18
|
* Improvements on posting toots.Holger Durer2019-03-041-7/+11
| | | | | | | | | | | | | - 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.
* Update READMEJohnson Denen2018-08-101-32/+34
|
* More profile work (#193)H Durer2018-08-101-31/+32
| | | | | | | | | | | | * Add an alternative approach to user profile opening. This way asks the user in the minibuffer for the handle and offering completion for all user handles in the current status but allowing the user to also enter any other handle to browse whichever account they wish. This also cleans up some compiler warnings about profile code. * Create a new minor mode for mastodon profile pages. There we override the 'f' and 'F' keys to show following and followers respectively. Those pages now look very similar to the regular profile page (with a header).
* Add user profiles closes #165 (#186)Alexander Griffith2018-08-101-2/+3
| | | | | | | | * Add user profiles - added keybinding U for opening user profiles - (also added vimish keybindings 'h' and 'l' as aliased for tab and stab in mastodon-mode to compliment jk nav) - autoloads 'mastodon-profile--get-next-author
* Some small tweaks to our keymap handling. (#183)H Durer2018-08-101-10/+18
| | | | | - Use special mode which sets up a sensible base keymap. - Define the keymap just once so that users can tweak it as they wish without us messing with that on each invocation of mastodon-mode.
* Optionally use auth-source-search for fetching and saving password. (#181)H Durer2018-08-101-0/+4
| | | | | | | | | * Use auth-source-search for fetching and saving password This gives users the ability to save their password to either the gpg-encrypted ~/.authinfo.gpg or ~/.authinfo so that they don't have to provide username/password each time * Add a new custom var to decide whether to use the auth-source package or not.
* Support toggling content warning anywhere in the toot. (#180)H Durer2018-08-101-0/+1
| | | | | This new functionality is bound to the 'c' key. To help with this functionality this also changes the 'toot-json and 'toot-id properties. These are now applied to the whole toot not just the toot's byline.
* Update the README file to mention the new keybindings for tab browsing. (#171)H Durer2018-03-051-18/+21
|
* Update contribution instructionsJohnson Denen2017-04-271-10/+6
|
* Add =mastodon-toot-mode= keybindings to READMEJohnson Denen2017-04-251-0/+10
|