- Open todo.txt
- Opens the current project's todo.txt and/or done.txt files in an app of your choice.
- 59 Installs
-
This extension is allowed to:
- Launch Subprocesses
Readme
Open todo.txt adds the ability to open the current project's todo.txt
and/or done.txt
in Nova, or an external app of your choice.
Usage
To access the commands:
- Select the Editor → Open todo.txt menu item; or
- Open the command palette and type
open txt
to see all provided commands.
The available workspace commands are:
- Open todo app
- Open todo.txt & done.txt
- Open todo.txt
- Open done.txt
Configuration
You can select which app
to open the todo.txt
and/or done.txt
files in. The default value is /Applications/Nova.app
, so the files will open in new tabs in the current workspace.
Alternatively, you can choose an external app such as TodoTxtMac or SwiftoDo Desktop.
To configure global preferences, open Extensions → Extension Library... then select Todo'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 Open will filter menu items to include those provided by this extension.
Notes
If either or both of todo.txt and done.txt do not exist then you'll get an error. You will need to create these two files yourself.
Changelog
Version 1.1
Add command to open the chosen app without any files, so you can return to its previous state
Version 1.0.1
Documentation corrections and additions
Version 1.0
Initial release
License
MIT License
Copyright (c) 2023 Matt Sephton
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.