What I’m trying to do
Have markdown lists (and in particular checklists) that I can edit and that span multiple columns so that i can make use of the wide orientation of desktop/laptop monitors.
(In particular I want to have my daily note have certain daily checklists included and all of them be visible on initial open; my displays are large enough that that should be possible but without multiple columns i just have tons of wasted blank space and have to scroll a lot.)
Things I have tried
- Markdown Lists inside HTML table - #2 by sev
- as pointed out in the reply, that specific solution is just a bad idea
- transcluding a list into a markdown table (clunky but works for non-checklists)
- GitHub - nothingislost/obsidian-hover-editor: Transform the Page Preview hover into a working editor instance + transclusion
- that plugin doesn’t seem to work in android client; on desktop (which is the use case i care about), it does make the transcluded checkboxes checkable, but doesn’t let me otherwise edit the transcluded list, and for the core daily note use case, it would require generating a separate list to be transcluded for each new daily note.


