https://github.com/nbbaier/tana-day-navigator
Chrome extension to add keyboard shortcuts to navigate between days in Tana
https://github.com/nbbaier/tana-day-navigator
tana tanainc
Last synced: about 2 months ago
JSON representation
Chrome extension to add keyboard shortcuts to navigate between days in Tana
- Host: GitHub
- URL: https://github.com/nbbaier/tana-day-navigator
- Owner: nbbaier
- Created: 2023-09-18T02:13:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T05:48:42.000Z (over 1 year ago)
- Last Synced: 2025-02-16T15:18:09.183Z (4 months ago)
- Topics: tana, tanainc
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tana-day-navigator
This is a simple chrome extension that adds keyboard shortcuts to navigate between day pages in [Tana](https://tana.inc). Currently, the functionality is really limited, the following shortcuts are support:
- `Hyper` (⌃⌥⌘⇧) + `[` to go to the previous day page
- `Hyper` (⌃⌥⌘⇧) + `]` to go to the next day pageBecause there is no support for shortcut customization right now, you'll need some way to trigger the hyper key. I'm using [Karabiner Elements](https://karabiner-elements.pqrs.org/) for this right now.
# installation
1. Clone the repo or download the zip and unzip it.
2. Navigative to the Chrome extension manager (`chrome://extensions`) and turn on `Developer mode`.
3. Choose the `Load unpacked` button and open the extracted folder.# planned enhancements
- [ ] Customize keyboard shortcuts
- [ ] Open Tana's `Go to date` menu via the keyboard