Quorafind / Obsidian-Big-Calendar

Big Calendar in Obsidian, for manage your events in a day/week/month and see agenda too!
MIT License
117 stars 4 forks source link

Support Dataview date format #7

Open wenlzhang opened 2 years ago

wenlzhang commented 2 years ago

Is it possible to support the following Dataview date format in tasks?

- [ ] Task [due::2021-12-25]
Quorafind commented 2 years ago

@wenlzhang Available in 0.2.1

wenlzhang commented 2 years ago

Is it possible to choose not to show Dataview created dates in the calendar view? While the due date is very useful for me, I barely need to display tasks in terms of when they are created. Therefore, it would be great if one can configure whether to show Dataview tasks with created dates, whether in the configuration pane or with a command.

Quorafind commented 2 years ago

@wenlzhang search |(\[created\:\:)|➕ in main.js and deleted them all.

Options to show something will be added, but won't be in the next version.