How can I assign new tasks to a project when a vimwiki file containing tasks is opened? #438
Replies: 3 comments
|
This is probably because taskwiki only loads when opening a file, not saves. What might work is using vims (But then if you're automating this, you might just manipulate the taskwarrior database directly using |
0 replies
|
Ah, excellent idea! I'm scripting dozens of tasks with lots of complex dependencies. Creating, maintaining and updating that script would be a nightmare. Hoping taskwiki can save me a lot of time. |
0 replies
|
Thanks @liskin, your suggestion worked perfectly. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
To save time on inputting a long series of tasks I do over and over, I generate the task list from a template and save it to a markdown file. What I'd then like to do is open the file and have taskwiki add the tasks to the taskwarrior database.
However, it doesn't appear to be possible to assign these tasks to a project.
I tried:
When the file is opened for the first time, the tasks just disappear into oblivion.
Next I tried:
While this will create
some taskin the taskwarrior database when the file is opened, the task does not get assigned to a project.Is there any kind of workaround for what I want to accomplish?
All reactions