Text Color Tags

by psyda
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Simple and fast inline text coloring that feels native with $red, $#hex syntax. Clickable swatches, color picker, vault presets.

Reviews

No reviews yet.

Stats

stars
142
downloads
0
forks
24
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Text 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 $color syntax 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

  1. Open Settings → Community Plugins
  2. Search "Text Color Tags"
  3. Install and enable

Manual

  1. Download main.js, manifest.json, and styles.css
  2. Create folder: .obsidian/plugins/text-color-tags/
  3. Place files in folder
  4. 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