You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: