artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
395 stars 23 forks source link

Color inversion plugin confict #48

Open blake-lowe opened 1 year ago

blake-lowe commented 1 year ago

It took me a bit to isolate which plugin caused this behavior, but the Pretty BibTeX plugin appears to prevent the dark mode inversion that obsidian-tikzjax uses.

Not sure what can be done about it but figured I'd report it.

mayurankv commented 7 months ago

This is a result of this file: https://github.com/sandrofigo/obsidian-pretty-bibtex/blob/master/string.extensions.ts. I'll make an FR to the bibtex plugin to hopefully resolve this.

mayurankv commented 7 months ago

I made an issue here: https://github.com/sandrofigo/obsidian-pretty-bibtex/issues/15

sandrofigo commented 7 months ago

@blake-lowe I have released a new version of Pretty BibTeX (2.0.1) that hopefully fixes this issue. If you want you can try to update the plugin in your vault and see if the problem is resolved.

mayurankv commented 7 months ago

Thank you for the quick resolution @sandrofigo!