Hello, from previous post (above link), i have tried to organize through tag and is working really well but after some hours, i have seen some flaw like notes are not link with each others (since tags are only create links, not receive) and i hardly see relation between this note and it’s parents.
So what im trying to do is instead first column is subtag, please help me change it into backlinks like first column is group of “Parent note”, then second column is group of the note that link to corresponding “Parent note” in the first column
My queries right now:
TABLE WITHOUT ID regexreplace(Tags, ".*/(.+)", "$1") AS Categories, rows.file.link AS "Files", rows.Status AS "Status"
FROM #Academics/Computer_science and "Cards"
FLATTEN file.etags AS Tags
WHERE contains(Tags, "#Academics/Computer_science/")
GROUP BY Tags
SORT Tags DESC