Is this doable?
#1695
Replies: 1 comment 1 reply
-
This is somewhat difficult as you're trying to list
Not very pretty, I know. This will be another column definition before your from statement in the existing query. |
Beta Was this translation helpful? Give feedback.
1 reply
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 just started using Obsidian and watched some youtube tutorials. I'm not a coder. This is a new world for me. This seems to be the place to go for some help. I've tried to figure some out on my own and I managed to create a table from my list of books but I want more out of it. It looks like this:
But I want a fifth column where I can see if I have referenced that particular book in any of my articles that are also in Obsidian. Each article has its own .md file but in a different folder. I want the column to show the name of the article in which I have a reference to that book. All articles have a bibliography at the end where the book name is. Can I do another
FROM
argument inside a column and maybe create aLIST
inside it?Is this doable? Please reply in the most simple way you can :-) Think of me as a small child.
Beta Was this translation helpful? Give feedback.
All reactions