Releases: FireIsGood/obsidian-everforest-enchanted
3.12.2
Fixed a style settings default, fixed an obscure double embed issue, and general housekeeping.
- Improved the GitHub issue templates (auto assigns me and adds a note about snippets)
- Fixed the background-position selector not using the default value by default (but instead gaslighting you that it was)
- Fixed embeds within embeds (specifically being the last line) breaking spacing (fixes #12)
I also went back and formatted everything with Prettier.
3.12.1
3.12.0
Added an animated vim cursor option, fixed Canvas being weird, and general housekeeping.
- Added the option to animate the vim cursor's movement in style settings
- Added a license section to the README
- Fixed canvas showing the UI elements in image captures (fixes #9)
For some reason the Canvas was showing the UI because I had --canvas-background
always set to transparent. Somehow this makes the UI show up? I'm not sure, so I just made the variable apply when you have background image. If I can find a way to show the background when you aren't getting the image or to hide the UI elements, that will have to be a separate thing. Currently, canvas users who use the background image will have to turn it off or something. Truly agony...
3.11.3
3.11.2
Fixed an issue where the Pane View styled new tab was applied everywhere. Whoops!
3.11.1
Fixed new tabs and Dashboard in Pane View, fixed Dashboard colors and general housekeeping.
- Fix dashboard card outlines for light mode (I hard coded the color, lol)
- Fix new tabs in pane view (they don't fill the screen anymore!)
- Removed unused styles from Dashboard (they would break it on thin screens)
I hope all 2 of you everyone who uses Dashboard and Pane View together enjoys these fixes. ❤️
3.11.0
Fixed broken/unnused math block styles, added an option to disable math block outlines, and general housekeeping.
- Added the option to disable math block outlines
- Fixed math blocks not having a visible outline in light mode (whoops!)
3.10.2
Added some languages and general housekeeping.
- Added
arm-asm
as a language (I hate masm with a burning passion) - Added
matlab
as a language - Fixed markdown language aliasing (They are now in the same block)
Maybe I should use Conventional Commits to auto generate these... Or maybe Gitmoji?
3.10.1
Fixed dataview tables having that margin. This is the third fix so far...
- Fixed dataview table vertical margins (It was broken on reading mode, again!)
I don't even know why it keeps breaking, do they just change up the element structure every month? I think last time it had an extra div
which messed up my selector. Now that I have a class directly overriding theirs, surely this will last longer... Right? Right?!?!
3.10.0
Improved default list styling, fixed style settings descriptions, added header underlines and style options to all headers, and general housekeeping.
- Improved default list styling (used to be 18px, now is 28px to match better)
- Improved the general appearance of style settings headers (they are now color coded by depth)
- Added style settings to change header underline style (choose between solid, dotted, and dashed)
- Added header underlines to all levels of headers
- Fixed style setting descriptions (I forgot some periods)
- Fixed table padding for the visual parity mode