section parameter in lists does not retain [[links]] in headers #1232
Replies: 2 comments 10 replies
-
This is intentional behavior - Dataview Links normalize the link text to something that Obsidian understands, since you cannot have I'll have to add a method for mapping section link => section name, or add another element to section links which indicates their original name. |
Beta Was this translation helpful? Give feedback.
-
The info seems to be present in the metadataCache. You can temporarily devise a workaround by using that info instead via |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Consider this snippet:
It's structure looks like this:

Notice that based on how the header is stored inside
section.subpath
I cannot recover any information on what note it pointed to originally. The cherry on top is thatsubpath
convertsI'm tracking
toi m tracking
.I need this information to make the following check in a separate, catch-all note

Beta Was this translation helpful? Give feedback.
All reactions