Kendrick Nakamura

Results 6 comments of Kendrick Nakamura

Tried writing the logic for this and it's a nightmare, both in terms of resources and how things need to be assessed.

WOW!! Works great!! The reason I was hoping for this is that there's an entire subset of zettelkasten called folgezettel. There isn't *really* a solution for this in Obsidian right...

Looks like this is how dataview does it, making an editor extension https://github.com/blacksmithgu/obsidian-dataview/blob/e4a6cab97b628deb22d36b73ce912abca541ad42/src/main.ts#L183 https://github.com/blacksmithgu/obsidian-dataview/blob/e4a6cab97b628deb22d36b73ce912abca541ad42/src/ui/render.ts some background https://forum.obsidian.md/t/registermarkdownpostprocessor-callback-not-called-with-live-preview-mode/56049/2 I'm bad at programming

Here's a work-around for this: I have it set to a stylized header on my Breadcrumbs note so I can just embed the list in the floating callout. Still working...

Running into the same problem 5 years later, pretty much got exactly as far as you did. No fixes on my end, just consolidating pins which is what I should...

Here's the fix .markdown-rendered ul:first-child, .markdown-rendered ol:first-child { padding-left: 2em; }