mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 10:40:31 +00:00
3.4 KiB
3.4 KiB
Changelog
[1.3.1]
Bug Fixes
680c5e4Prevent hex colors without a hash (e.g.aaa) from rendering an inlay680c5e4Fixes a bug where a non-color code block in reading mode would break all colors after it until an empty line
[1.3.0]
New Features
937d95fAdds an option to copy the color to the clipboard on click in reading modeb0d482fSurround colors in square brackets to hide the color names on a case-by-case basis31bb045Upgrades all packages and swaps to pnpm for development
[1.2.0]
New Features
33aca1cAdds a setting to hide color names so only the inlay swatch is visible
[1.1.0]
New Features
f115da2Use a css variable for the inlay background color instead of setting it directly via an inline style
Bug Fixes
8679d8bSwap to a more robust method of determining the node type in live preview mode47bda88Use a cross-window capable version ofinstanceof, which fixes the color picker not working in pop-out windowsf6ce7a3Use the provided Obsidian state field to determine if the editor is in live preview mode
[1.0.0]
New Features
babc54bAdd a color picker in live preview mode
Bug Fixes
384cc20Fix the plugin crashing when trying to parse an invalid color583a8f2Disable the plugin in source mode
[0.2.1]
Bug Fixes
d786369Fix inlay not showing for colors in an ordered/unordered list in live preview mode
[0.2.0]
New Features
56d2d42Show inlay colors in live preview mode
[0.1.1]
Bug Fixes
d10aa8cUpdate plugin description
[0.1.0]
New Features
7b482eeShow inlay colors in reading mode