taskwiki icon indicating copy to clipboard operation
taskwiki copied to clipboard

Add / modify task in external editor

Open ruapho opened this issue 2 years ago • 0 comments

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.

  1. Create/update the task-file on my main machine
  2. Edit / add task to the file on some external editor
  3. 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!

ruapho avatar Jan 22 '23 19:01 ruapho