Skip to content

Releases: FireIsGood/obsidian-everforest-enchanted

3.12.2

20 Jun 04:16
6e8c004
Compare
Choose a tag to compare

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

07 Jun 19:33
438fbf2
Compare
Choose a tag to compare

Fixed the new sidebar vault profile (which is general housekeeping).

  • Fixed vault profile not being transparent

Just a quick patch for the new version.

3.12.0

22 Mar 00:46
793c8c0
Compare
Choose a tag to compare

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

16 Feb 01:23
b8e3d01
Compare
Choose a tag to compare

Refactors some code which somehow fixes a bug with Tasks?? Don't ask me!

  • Refactored the Image Grid code (fixes #8, somehow...)

I don't even know, anymore...

3.11.2

13 Feb 23:07
a634889
Compare
Choose a tag to compare

Fixed an issue where the Pane View styled new tab was applied everywhere. Whoops!

3.11.1

12 Feb 09:03
172e08c
Compare
Choose a tag to compare

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

29 Jan 17:20
42e8fab
Compare
Choose a tag to compare

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

28 Jan 20:04
b9f5b8d
Compare
Choose a tag to compare

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

19 Jan 12:04
8b14162
Compare
Choose a tag to compare

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

04 Jan 09:01
d4be132
Compare
Choose a tag to compare

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