https://github.com/gingerbeardman/opentaskpaper.novaextension
Nova extension to open the current project's todo.taskpaper file in an app of your choice
https://github.com/gingerbeardman/opentaskpaper.novaextension
Last synced: about 1 year ago
JSON representation
Nova extension to open the current project's todo.taskpaper file in an app of your choice
- Host: GitHub
- URL: https://github.com/gingerbeardman/opentaskpaper.novaextension
- Owner: gingerbeardman
- License: mit
- Created: 2023-11-02T16:52:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:26:20.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:08:20.930Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
**Open TaskPaper** adds the ability to open the current project's `todo.taskpaper` in Nova, or an external app of your choice.

## Usage
To access the commands:
- Select the **Editor → Open TaskPaper** menu item; or
- Open the command palette and type `open task` to see all provided commands.
The available workspace commands are:
- **Open TaskPaper app**
- **Open todo.taskpaper**
### Configuration
You can select which `app` to open the `todo.taskpaper` file in. The default value is `/Applications/Nova.app`, so the file will open in a new tab in the current workspace.
Alternatively, you can choose an external app such as [TaskPaper.app](https://www.taskpaper.com).
To configure global preferences, open **Extensions → Extension Library...** then select Open TaskPaper's **Preferences** tab.
You can also configure preferences on a per-project basis in **Project → Project Settings...**
## Keyboard
Shortcut/hot keys for any of the provided menu items can be set the normal Nova way using **Preferences... → Key Bindings** and searching for *TaskPaper* will filter menu items to include those provided by this extension.
## Notes
If `todo.taskpaper` does not exist then you'll get an error. You will need to create that file yourself.