ckRobinson / multi-column-markdown

A plugin for the Obsidian markdown note application, adding functionality to render markdown documents with multiple columns of text.
GNU General Public License v3.0
284 stars 13 forks source link

Columns content doesnt render in live preview #84

Closed Fuergrissa1 closed 8 months ago

Fuergrissa1 commented 1 year ago

I use a lot of lists in my daily note so I have tried to organize them in columns. The lists are made with obsidian tasks plugin. here is what they look like in reading view. Apologies if this is the intended way for columns to work, but I don't really ever use reading view so it really defeats the point for me.

image

and editing with live preview image

and the source:

Research Projects

```start-multi-column
ID: TaskTracking number of columns: 2
largest column: standard border: off ```

> [!warning]+ Over Due Tasks > ```tasks > not done > sort by due date > due before 2023-06-28 > hide due date > hide backlink > limit 5 >```

> [!Warning]+ Unscheduled Tasks > ```tasks
> not done
> no due date > ```

--- end-column --- > [!todo]+ Today's Tasks > ```tasks > not done > due 2023-06-28 > sort by path > sort by priority > hide due date > hide backlink > limit 5 > ```

> [!todo]+ Upcoming Tasks > ```tasks
> not done
> due after 2023-06-28
> sort by due date > sort by priority > ```

--- end-multi-column

> [!success]+ Tasks Done Today > ```tasks > done 2023-06-28 > hide due date > hide backlink > ```

New Tasks

ckRobinson commented 1 year ago

Yeah, sorry, currently a lot of plugins are not cross-compatible within LivePreview mode. I recently discovered a fix for that issue that will add a lot of the cross-compatibility back in, but it is still in the works and have not yet confirmed if Tasks will be compatible after the update.

albertoloscerritos commented 1 year ago

Are there any news regarding this problem? Thanks :)

ckRobinson commented 8 months ago

Hi there, version 0.9.0 has been released and does increase the amount of cross compatibility in LivePreivew, but sadly the Tasks plugin seems to work differently and still does not render in LivePreview. I have added an error message rather than rendering nothing but do not have a solution. Sorry for the inconvenience.

albertoloscerritos commented 8 months ago

Hi, thanks for letting us know.