README file from
GithubText Color Tags
Simple inline text coloring for Obsidian. No markup pollution in your files.
Usage
$red This text is red
$blue Blue text here
$ff5500 Custom hex color
$#00ff00 Also works with hash
Behavior:
- Click on colored text → reveals the
$colorsyntax and swatch for editing - Click elsewhere → syntax hides, just colored text visible
- Click swatch → opens color picker
Right-click menu:
- Text Color to add color at cursor or wrap selection
Features
- Named colors: red, orange, yellow, green, blue, purple, pink, cyan, gray, white, black
- Hex colors:
$fff,$#ff5500, etc. - Clickable swatches with full color picker
- 8 vault swatches (configurable in settings)
- 8 recent colors auto-tracked
- Context menu integration
Installation
From Community Plugins
- Open Settings → Community Plugins
- Search "Text Color Tags"
- Install and enable
Manual
- Download
main.js,manifest.json, andstyles.css - Create folder:
.obsidian/plugins/text-color-tags/ - Place files in folder
- Enable in Settings → Community Plugins
Settings
- Vault Swatches: Define 8 quick-access colors for your vault
- Recent Colors: Auto-populated as you use colors, can be cleared
License
MIT