Some fixes
- Fixed (JS): Removed multiple console.log outputs
- Fixed (JS/CSS): Filter conflict with cancelled tasks when hiding completed tasks by default. To set the filter active by default you have to enter the new
filter
option inside the options parameter likeoptions: "filter"
. This filter show/hides completed and cancelled tasks.
What's new?
- Added (JS): Error handling for missing parameters inside dv.view()
- Added (CSS): More prominent style for overdue tasks to stich out of the mass.
New Task Style
-
Added (JS/CSS): New task style with a separated header line. This way, the note icon and the task icon can be better distinguished and differentiated from each other. The file name of the note is also permanently visible without having to hover over it. For users who do not assign a color and/or icon to their notes, this should be an additional help. By default the task icon appears inside the header line in front of the file name to give more space to the task description. If the note has a unique note icon, then this will appear inside the header line in front of the file name. This new header line can be disabled with the option
noFilename
and give the user the "old" look and feel. In both cases, the task icon will be visible in front of the task description (if this is not disabled with the optionnoIcons
).