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

[Feature request] Task relations #2

Open
Heiss opened this issue Jun 23, 2024 · 0 comments
Open

[Feature request] Task relations #2

Heiss opened this issue Jun 23, 2024 · 0 comments

Comments

@Heiss
Copy link
Owner

Heiss commented Jun 23, 2024

How should relations be handled by obsidian?

Something like the following would be coolish.

- [ ] this is a task with dependency to an other task [vikunja_blocked_by:: 1] [vikunja_id:: 2]
- [ ] this is a task with dependency to other task [vikunja_id:: 1]

In vikunja, the back relations will be handled automatically. So the above example will be transform in a next trigger to:

- [ ] this is a task with dependency to an other task [vikunja_blocked_by:: 1] [vikunja_id:: 2]
- [ ] this is a task with dependency to other task [vikunja_blocking:: 2] [vikunja_id:: 1]

Of course, we could handle this in a single sync cycle, but maybe not necessary?

Any opinions?

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