Getting a plain text list from a Dataview query to use as a multi-option list

Hi!

Happy to have discovered Actions for Obsidian. It seems like this is a tool that will help me refine a couple of my manual workflows. One of the first things I want to try is building a Shortcut that let me add notes to the Zettelkasten part of my vault.

For that, I want to fetch a list of all notes with a property type set to question. But how can I convert the resulting list to plain text, removing the markdown links? RegEx, or something else?

/Anders

Welcome to the forum, @thoresson!

No need for regexes, you can tell Dataview to return a list w/o the link:

LIST WITHOUT ID file.path
WHERE …
1 Like

But of course! Thanks, for both welcome and help! :slight_smile: