mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 05:18:59 +00:00
No description
| .vscode | ||
| .gitignore | ||
| .npmrc | ||
| .yarnrc.yml | ||
| biome.json | ||
| esbuild.config.mjs | ||
| example.jpg | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| yarn.lock | ||
Obsidian CSS 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`.
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.