hugoh / todoist-shortcuts-nativefier

Updated version of Todoist desktop application with todoist-shortcuts and badge count support

Home Page:https://kevinjalbert.com/todoist-with-keyboard-navigation-via-nativefier/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todoist Shortcuts Nativefier

Why?

Todoist is a powerful todo-list and task manager. It offers a MacOS Application, which provides a dedicated application that has a quick task adding feature. The only issue is that Todoist doesn't have strong keyboard navigation and shortcuts. Enter todoist-shortcuts which is a browser extension that adds these missing functionalities to the web client. Unfortunately, there is no way to get this extension in the native application...

How?

This project uses nativefier to create a desktop application wrapping the web client. As part of this process, it is possible to inject custom JavaScript to be executed within the newly created application.

This allows us to inject the todoist-shortcuts source code into the application providing the desktop application with keyboard shortcuts and navigation.

This project is a fork of kevinjalbert/todoist-shortcuts-nativefier.

Usage

First, you install the dependencies: npm install

Then, we build the application: npm run buildApplication

Workflow using Both Applications

I personally renamed the original application to Todoist-native so the new application can be moved over to the application directory with no conflicts. I kept the original application as I still like the quick task adding feature. I hid the original application in the tray and prevent any notifications from appearing.

These changes then allow me to use the new application as my main Todoist application while retaining the quick task adding feature of the original application.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/todoist-shortcuts-nativefier/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Updated version of Todoist desktop application with todoist-shortcuts and badge count support

https://kevinjalbert.com/todoist-with-keyboard-navigation-via-nativefier/

License:MIT License


Languages

Language:JavaScript 79.1%Language:Shell 20.9%