How do I make link note only use links in one section? #363
Replies: 1 comment
-
|
Shipped in v4: set |
Beta Was this translation helpful? Give feedback.
0 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 basically want a link note, but only want links under a particular heading to be used. Without an option for that in a link note, I'm trying to do with with a dataview note. Here's a minimal sample note so you can see what I'm trying to do:
What I want is the links under the "Subspecies" heading to be children of the current note. The first problem I've run into is '[[]]' and '[[#]]' aren't valid syntax here. How do I refer to the current note? And then can I use filter() to somehow ignore the links in the other section?
Thanks for any help! L
Beta Was this translation helpful? Give feedback.
All reactions