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
need to be unique. So if one's obsidian theme uses the same font and font-size for different heading levels, one would need to add e.g. the font.color variable to make things work.
Now that I had this realization it is kind of obvious, but it took me a few minutes until it clicked.
The text was updated successfully, but these errors were encountered:
need to be unique. So if one's obsidian theme uses the same font and font-size for different heading levels, one would need to add e.g. the font.color variable to make things work.
Now that I had this realization it is kind of obvious, but it took me a few minutes until it clicked.
Yes, nice catch. This is a caveat of using this method. It may also produce issues for you if you frequently manually change the zoom level of text in obsidian. I'm not sure of a good workaround as this was a quick hack for me, but if you keep a single theme and don't change zoom you can get away with repeating the same recipe for other documents.
Thanks for a great script! I just set it up for my vault and style and my test documents work well.
One detail I noticed is that the different heading specifications in the
recipe
variable such asneed to be unique. So if one's obsidian theme uses the same font and font-size for different heading levels, one would need to add e.g. the
font.color
variable to make things work.Now that I had this realization it is kind of obvious, but it took me a few minutes until it clicked.
The text was updated successfully, but these errors were encountered: