obsidian-css-inlay-colors

Show inline color hints for CSS colors in Obsidian

MIT License

Stars
4
Committers
2

Bot releases are visible (Hide)

obsidian-css-inlay-colors - obsidian-css-inlay-colors v1.1.0 Latest Release

Published by github-actions[bot] about 2 months ago

[1.1.0]

New Features

  • f115da2 Use a css variable for the inlay background color instead of setting it directly via an inline style

Bug Fixes

  • 8679d8b Swap to a more robust method of determining the node type in live preview mode
  • 47bda88 Use a cross-window capable version of instanceof, which fixes the color picker not working in pop-out windows
  • f6ce7a3 Use the provided Obsidian state field to determine if the editor is in live preview mode
obsidian-css-inlay-colors - obsidian-css-inlay-colors v1.0.0

Published by github-actions[bot] 2 months ago

[1.0.0]

New Features

  • babc54b Add a color picker in live preview mode

Bug Fixes

  • 384cc20 Fix the plugin crashing when trying to parse an invalid color
  • 583a8f2 Disable the plugin in source mode
obsidian-css-inlay-colors - obsidian-css-inlay-colors v0.2.1

Published by github-actions[bot] 3 months ago

[0.2.1]

Bug Fixes

  • d786369 Fix inlay not showing for colors in an ordered/unordered list in live preview mode
obsidian-css-inlay-colors - obsidian-css-inlay-colors v0.2.0

Published by github-actions[bot] 3 months ago

[0.2.0]

New Features

  • 56d2d42 Show inlay colors in live preview mode
obsidian-css-inlay-colors - obsidian-css-inlay-colors v0.1.1

Published by github-actions[bot] 3 months ago

[0.1.1]

Bug Fixes

  • d10aa8c Update plugin description
obsidian-css-inlay-colors - obsidian-css-inlay-colors v0.1.0

Published by github-actions[bot] 3 months ago

[0.1.0]

New Features

  • 7b482ee Show inlay colors in reading mode