Replies: 1 comment
-
Don't know if you ever figured it out but hopefully it can help someone else
TABLE line: the filename (automatically included), file.cday - day it was created, and file.tags - the tags in the file (for more see ) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'll try to explain the problem. To build MOC (Map of Content) Notes in obsidian.
Let's say that I have a note called "MOC Topic A". I put this query in the MOC note:
Every time in a note, let's say "Child of MOC A", I put a backward link to [[MOC Topic A]], the YAML frontmatter fields summary and tags are listed as a record in the "MOC Topic A" file.
In this way I get a list of connected note to a MOC just by adding a backlink in new created notes that are connected to the MOC.
PROBLEM:
EXAMPLE:
These two files do not enable the dataview query to work. To make a query work you have to delete a backlink in one of the two note so that the query in the remaining file works.
NOTE A
summary: "this is note A"
NOTE B
summary: "this is note B"
I'm not very skilled at this topic and I would appreciate some help in solving this issue or finding a workaround.
Beta Was this translation helpful? Give feedback.
All reactions