jensmtg / influx

An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).
MIT License
310 stars 14 forks source link

Higher level bullet point do not render as bullet point #30

Closed danieltomasz closed 1 year ago

danieltomasz commented 1 year ago

I have a text

- #test 
    - [[test]]

which is rendered as

image

I would expect it to render same way as in live preview

image

Obsidian 1.0 Plugin version 2.0.3

jensmtg commented 1 year ago

Fixed.

danieltomasz commented 1 year ago

Thanks for fixing it! Now the vanilla theme works great, but I see a problem with Minimal The tag is below the line of bullet

image

I dont know if this is related to this update of Influx, or the current updates in minimal (probably the second), I will comment later on minimal discord thread/fill GitHub issue

jensmtg commented 1 year ago

I don't think minimal anticipated this use case... Should be fixed now, by simply unsetting vertical-align - which is set by minimal but not by default.