It seems to be really interesting!
But I don’t know how to install Dataview (I am not familiar with those things, sorry Sir
). I downloaded the Zip file from here GitHub - blacksmithgu/obsidian-dataview: A complex query language implementation for the Obsidian note-taking tool. ; but it doesn’t have any .exe file, so what should I do next in order to install Dataview and integrate it with Obsidian? (should I simply copy those files in a new folder in my Obsidian vault?).
And, if I am not wrong, once Dataview is installed, to try the tip that you suggested me I’d simply add your code block from your link on any page, right?
(Another sub-question, not related with Hotkeys issue:
Thanks to you I’ve just discovered Dataview plugin, and from this page Introduction | Dataview (blacksmithgu.github.io) I understood that it basically collects data from your vault in one page. in that sense, can it work as an “Automation tool”? to:
Collect/list (maybe in a table, but not necessarly) all the text blocks with a specific chosen tag? (not as a link for that text block or a preview of it, but the rich text itself, as if those text blocks were copied).
What I am trying to achieve is simply to create a new page for each tag (ex. # important), and ask to Extract/copy on my page all the textblocks that contains this # important tag).
The nearest thing to this that I found is :
‘’’ Query
(my tag)
‘’’
it works, but it doesn’t extract or copy the text blocks themselves, but it gives a preview window of them, so read and then copy all that text block I have to click on its preview window and it directs me to its position, it is a link basically.).
is there any solution for that?