You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
unfortunately, the option "banners" in Image Flags.css is unsuitable for real banners, so I need to use yet another plugin called banners: https://github.com/noatpad/obsidian-banners
your plugin alters codeblocks, and this banners plugin as well.
The text was updated successfully, but these errors were encountered:
Maintainer of the Banners plugin here. And yeah, basically the problem is that the styling of this plugin overwrites the styling for my plugin (since I attach the banner to the frontmatter and I have no other way of doing it). The best way of fixing that up is to simply ignore applying styles to the YAML frontmatter code block, though that has that small caveat of not being able to copy the frontmatter with a button.
I could make a small PR for that, but for the time being, a workaround I found is to make and use a small CSS snippet with these contents:
To deal with images, i use Image Flags.css
https://forum.obsidian.md/t/how-to-achieve-css-code-snippets/8474/93
unfortunately, the option "banners" in Image Flags.css is unsuitable for real banners, so I need to use yet another plugin called banners:
https://github.com/noatpad/obsidian-banners
your plugin alters codeblocks, and this banners plugin as well.
The text was updated successfully, but these errors were encountered: