Can we have outlinks property for tasks? #1162
DeutscheGabanna
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
This may need a bit of magic in the parser, but I think this is doable without too much pain. I'll see if it can be added in 0.5.30. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added for 0.5.31. See |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to check whether a task links to certain notes.
Right now it requires me to parse the
dv.file.tasks[x].text
and find the[[reference]]
with regex, then use some sort ofdv.page("parsed reference")
to access that note's object.Can we cut out the middle-man and just allow the same outlinks functionality like for notes?
Beta Was this translation helpful? Give feedback.
All reactions