Quick Text Highlighter
unlistedby Waghmare
Highlights text using //color:text// syntax without breaking URLs.
Updated 14d agoMIT
Quick Text Highlighter
A simple, lightweight Obsidian plugin that allows you to highlight text using a custom syntax: //settings:your text//. It supports multiple colors, background styles, underlines, and modifiers.
Features
- Custom Highlights: Fast syntax for inline styling.
- Multiple Colors: Red, Green, Blue, Yellow, Purple, Orange.
- Combined Styles: Mix and match background colors, text colors, and modifiers.
- Background vs Text-Only: Choose whether to color the background or just the text.
- Custom Borders & Decorations: Add borders, double underlines, dots, or "tape" effects.
Click to view Demo GIF
Usage
Use the syntax //shortcut,modifiers:Text// to apply styles.
Basic Colors (Backgrounds)
//r:Red Background////g:Green Background////b:Blue Background////y:Yellow Background////p:Purple Background////o:Orange Background//
Text-Only Colors
Append -t to the color shortcut:
//r-t:Red Text////g-t:Green Text////b-t:Blue Text//
Modifiers
h: Heavy (Bold + stronger background)w: White text (Useful for dark backgrounds)brd: Side bordersund: Underlinedot: Dotted underline2und: Double underlineh-b: Wavy (Hand-drawn) underlinefancy: Fancy bordertape: Tape effect
Examples
//r,h,w:Urgent Text//- Red background, heavy bold, white text.//b,brd:Note//- Blue background with side borders.//o,und:Underlined Orange//- Orange background with underline.
Installation
From Community Plugins (Recommended)
- Search for
Quick Text Highlighterin Obsidian's community plugin browser. - Click Install, then Enable.
Manual Installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create a folder named
quick-text-highlighterin your vault's.obsidian/plugins/directory. - Move the downloaded files into that folder.
- Reload Obsidian and enable the plugin in settings.
License
MIT License. Created by Waghmare.
Credits
Created by Waghmare. Folk by Sowseelyav.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.