HananoshikaYomaru / obsidian-run

Generate markdown from dataview query and javascript.
https://yomaru.dev
MIT License
34 stars 2 forks source link

Help needed: I dont understand how to run this plugin #23

Closed natarslan closed 4 months ago

natarslan commented 4 months ago

My steps:

` %% run start

dv.list from "" where file.cday = date("<%tp.date.now(\"YYYY-MM-DD\")%>") sort file.ctime asc

%% `

At this point I have no idea what to do next to get a markdown/text from the dataview query. Can someone please help me?

linear[bot] commented 4 months ago

YOM-697 Help needed: I dont understadn how to run this plugin

HananoshikaYomaru commented 4 months ago

You have to run JavaScript. The code that you write is not JavaScript at all. Also you can have a look at https://github.com/HananoshikaYomaru/obsidian-run/issues/21

natarslan commented 4 months ago

Thanks for the answer. I tried finding some examples with dataview and wasnt sure how to write a js for it. I'll look into it.