Todoist Shortcuts (GMail / vim inspired)
Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts
What is Todoist Shortcuts (GMail / vim inspired)?
Todoist Shortcuts (GMail / vim inspired) is a Chrome extension developed by mgsloan, and its main feature is "Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts".
Extension Screenshots
Download Todoist Shortcuts (GMail / vim inspired) Extension CRX File
Download Todoist Shortcuts (GMail / vim inspired) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds a bunch of keybindings for Todoist. In particular, it adds a cursor in the task view which can be moved via the arrow keys or j / k / h / l (vim style keys). Many of the keybindings are inspired by gmail's keyboard shortcuts, so those that are familiar with those will find it very easy to get used to it. Currently it provides keybindings for most non-premium features you might want to use, including: task completion, archival, deletion, setting priority, setting project, rescheduling, changing ordering, changing indent levels, and more. If this extension is useful to you, feel free to show your appreciation at https://www.buymeacoffee.com/mgsloan
Extension Basic Information
Name | Todoist Shortcuts (GMail / vim inspired) |
ID | dehmghpdcahlffompjagejmgbcfahndp |
Official URL | https://chromewebstore.google.com/detail/todoist-shortcuts-gmail-v/dehmghpdcahlffompjagejmgbcfahndp |
Description | Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts |
File Size | 63.67 KB |
Installation Count | 2,200 |
Current Version | 194 |
Last Updated | 2024-01-17 |
Publish Date | 2020-07-01 |
Rating | 4.94/5 Total 35 Ratings |
Developer | mgsloan |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mgsloan/todoist-shortcuts |
Help Page URL | https://github.com/mgsloan/todoist-shortcuts/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Todoist Shortcuts (GMail \/ vim inspired)", "short_name": "Todoist Keys", "author": "Michael Sloan", "description": "Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https:\/\/github.com\/mgsloan\/todoist-shortcuts", "version": "194", "homepage_url": "https:\/\/github.com\/mgsloan\/todoist-shortcuts", "content_scripts": [ { "matches": [ "https:\/\/todoist.com\/app*", "https:\/\/*.todoist.com\/app*" ], "js": [ "common.js", "inject.js" ], "all_frames": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "mousetrap.js", "todoist-shortcuts.js", "options-page.html" ], "matches": [ " |