How to set options? #80
Unanswered
begtostudy
asked this question in
Q&A
Replies: 2 comments
-
Did you found the solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Found it, you have to write them in the same string, e.g. :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Obsidian-Tasks-Calendar
await dv.view("tasksCalendar", {pages: "", view: "month", firstDayOfWeek: "1", ==options: "style1"==})
In Help Documents:
Hide the week number in front of each week-wrapper inside the month calendar. After deactivation, it is unfortunately no longer possible to jump directly to a desired week.
==options: "noFilename"==
I write this:
dataviewjs
await dv.view("tasksCalendar", {pages: "dv.pages().file.tasks.where(t => !t.checked && !t.tags.includes('#测试'))", view: "month", firstDayOfWeek: "1", options: 'style1,noFilename'})
Why it's wrong?
Beta Was this translation helpful? Give feedback.
All reactions