Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README for keybinding changes | Johnson Denen | 2019-03-04 | 1 | -34/+30 |
| | |||||
* | Update README | Johnson Denen | 2019-03-04 | 1 | -3/+10 |
| | |||||
* | Fix #219 no `with-eval-after-load` in the code (#220) | H Durer | 2019-03-04 | 1 | -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 Dormitzer | 2019-03-04 | 1 | -15/+18 |
| | |||||
* | Improvements on posting toots. | Holger Durer | 2019-03-04 | 1 | -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 README | Johnson Denen | 2018-08-10 | 1 | -32/+34 |
| | |||||
* | More profile work (#193) | H Durer | 2018-08-10 | 1 | -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 Griffith | 2018-08-10 | 1 | -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 Durer | 2018-08-10 | 1 | -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 Durer | 2018-08-10 | 1 | -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 Durer | 2018-08-10 | 1 | -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 Durer | 2018-03-05 | 1 | -18/+21 |
| | |||||
* | Update contribution instructions | Johnson Denen | 2017-04-27 | 1 | -10/+6 |
| | |||||
* | Add =mastodon-toot-mode= keybindings to README | Johnson Denen | 2017-04-25 | 1 | -0/+10 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-25 | 1 | -2/+15 |
| | | | Close #4 | ||||
* | Update README.org | Johnson Denen | 2017-04-24 | 1 | -9/+1 |
| | |||||
* | Bump to v0.5.1 | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-23 | 1 | -49/+15 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-23 | 1 | -2/+3 |
| | |||||
* | Update README with 2FA notice | Johnson Denen | 2017-04-23 | 1 | -0/+3 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-22 | 1 | -6/+5 |
| | |||||
* | fix 32 added instructions in readme to enable emojies | Alexander Griffith | 2017-04-22 | 1 | -0/+39 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-21 | 1 | -2/+2 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-21 | 1 | -2/+4 |
| | |||||
* | Update roadmap | Johnson Denen | 2017-04-18 | 1 | -7/+2 |
| | |||||
* | Add keybinding for `mastodon-tl--thread' and update README | Johnson Denen | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | Add reply keybinding and update README | Johnson Denen | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | Add keybinding and update README | Johnson Denen | 2017-04-18 | 1 | -5/+7 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-18 | 1 | -4/+2 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-18 | 1 | -1/+12 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-15 | 1 | -0/+2 |
| | |||||
* | Provide context menu from `with-eval-after-load' block | Johnson Denen | 2017-04-15 | 1 | -19/+23 |
| | | | | | Check for `discover' with `require' Clean up README | ||||
* | Fixes #29 - Provide context menu for discover mode | fap | 2017-04-15 | 1 | -0/+10 |
| | | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up | ||||
* | Update README with keybindings | Johnson Denen | 2017-04-14 | 1 | -2/+13 |
| | |||||
* | Update README.org | Johnson Denen | 2017-04-14 | 1 | -0/+7 |
| | |||||
* | Fixes #19 Change README.md to README.org | fap | 2017-04-12 | 1 | -0/+90 |