Skip to content

Commit

Permalink
Extend readme to mention extra functions #237 #239
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Jan 24, 2023
1 parent 6e1dd32 commit 7634f26
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,20 @@ See the git documentation. A miscellaneous aside is that I highly recommend
[git from the bottom up](https://jwiegley.github.io/git-from-the-bottom-up/) as
a guide to understanding git's data model.

# Extra functionality only available via manual editing

There are some extra functions that can be used to define your own
keybindings:

* `navigateToLeftMenuItem` selects a specific section from the left
menu. See [#239][].

* `moveToProjectNamed` moves the current selected tasks to a specific
project. See [#237][].

[#237]: https://github.com/mgsloan/todoist-shortcuts/issues/237
[#239]: https://github.com/mgsloan/todoist-shortcuts/issues/239

# `todoist-shortcuts` in [electron] application

This repository provides browser extentions for both Chrome and Firefox, and
Expand Down

0 comments on commit 7634f26

Please sign in to comment.