NothingWorksToday

Results 4 issues of NothingWorksToday

QUESTION First and foremost many thanks for this good-working piece of software! I'm running it on a laptop to which several monitors get connected. xlayoutdisplay together with the udev-rule provided...

# Problem Clicking. on the day in calendar always opens the daily note in main window. It would be useful to have the calendar in the side panel and daily...

enhancement

Here is how I call the view: ```dataviewjs await dv.view("tasksCalendar", {pages: "dv.pages().file.tasks.where(t => t.tags.includes('#task') || t.tags.includes('#tag2'))", dailyNoteFolder: "daily",view: "week", firstDayOfWeek: "1", options: "style7 noFilename", globalTaskFilter: ["#task", "#tag2"]}) ``` I guess...

Hey (again), is this expected behavior or an already known issue? # Problem When specifying recurring events with rrule-syntax, any time or duration arguments are ignored. # Example Using ```...