taskwiki
taskwiki copied to clipboard
Add / modify task in external editor
Hello,
I'm trying to achieve the following use case:
My taskwiki is inside a git repository. Tasks are correctly displayed when opening on my 'main' machine.
- Create/update the task-file on my main machine
- Edit / add task to the file on some external editor
- Open the file on my main machine and sync them with taskwarrior
I already learned that this is achieved by an autocmd BufEnter, which loads all tasks from taskwarrior and updates the file. Is there a way to disable this? g:loaded_taskwiki_auto = 0
is not working.
I'm aware, that this might cause synchonization conflicts, which might not be properly handled...
thanks!