SeptemberHX / joplin-plugin-bundle

Gather several plugins together into one panel with more elegant UI design!
58 stars 8 forks source link

bug: Daily Note HeatMap doesn't work with tasks in markdown tables #36

Open SergeTheEngi opened 7 months ago

SergeTheEngi commented 7 months ago

Explanation

Conventional tasks

Markdown:

- [x] Boring task

in the calendar:

Daily Note HeatMap - Boring task

Tasks in markdown tables

Markdown:

|Time|Task|Comment|
|:=:|:==|:==|
|09:00|- [x] Fancy task with time and a commentary|a commentary| \
||||

in the note:

Daily Note HeatMap - Fancy task note

in the calendar:

Daily Note HeatMap - Fancy task calendar

Joplin spec

Joplin 2.14.20 (prod, linux)

Backup: 1.4.0 Kanban: 1.0.7 Kminder Mindmap: 0.8.6 Life Calendar: 1.4.1 Link Graph UI: 1.5.0 Plugin Bundle: 0.5.5


p.s. Multiline tables is a part of "embedded" markdown plugin Multitable, see here