No description
Find a file
2024-07-19 13:39:46 +10:00
.changes Set up workflows 2024-07-19 13:39:46 +10:00
.github/workflows Set up workflows 2024-07-19 13:39:46 +10:00
.vscode Initial version 2024-07-19 12:41:29 +10:00
.gitignore Initial version 2024-07-19 12:41:29 +10:00
.npmrc Initial commit 2024-07-18 15:51:26 +10:00
.yarnrc.yml Initial version 2024-07-19 12:41:29 +10:00
biome.json Initial version 2024-07-19 12:41:29 +10:00
esbuild.config.mjs Initial version 2024-07-19 12:41:29 +10:00
example.jpg Initial version 2024-07-19 12:41:29 +10:00
main.ts Update plugin name 2024-07-19 12:58:11 +10:00
manifest.json Update plugin name 2024-07-19 12:58:11 +10:00
package.json Set up workflows 2024-07-19 13:39:46 +10:00
README.md Update plugin name 2024-07-19 12:58:11 +10:00
styles.css Initial version 2024-07-19 12:41:29 +10:00
tsconfig.json Initial version 2024-07-19 12:41:29 +10:00
version-bump.mjs Set up workflows 2024-07-19 13:39:46 +10:00
versions.json Initial version 2024-07-19 12:41:29 +10:00
yarn.lock Set up workflows 2024-07-19 13:39:46 +10:00

Obsidian CSS Inlay Colors

Show inline color hints for CSS colors in Obsidian.

To use, just put any valid CSS color syntax in a code block like so: `#8A5CF5`.

Example of the extension running for all CSS color formats

Todo

This plugin is still in alpha. Before v1.0.0 is released I want to finish the following features:

  • Show colors in reading mode
  • Show colors in live preview mode
  • Edit colors with a color picker in live preview mode

Development

This project uses Biome and Yarn for linting/formatting and package management. Run yarn dev to build on changes.