Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add / modify task in external editor #424

Open
ruapho opened this issue Jan 22, 2023 · 0 comments
Open

Add / modify task in external editor #424

ruapho opened this issue Jan 22, 2023 · 0 comments

Comments

@ruapho
Copy link

ruapho commented Jan 22, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant