From 91b70f8484156f574d5296f7ac9014ae9c0c8dfe Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Sat, 21 Mar 2026 15:35:02 +0100 Subject: [PATCH] Update README to reflect always-prefix bullet conversion behavior Co-Authored-By: Claude Sonnet 4.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89623f5..6c834e7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ An [Obsidian](https://obsidian.md) plugin that transforms selected text into Uni - **Unicode Italic** β€” converts letters to sans-serif italic (π˜ˆπ˜‰π˜Š / 𝘒𝘣𝘀) - **Unicode Bold Italic** β€” converts letters to sans-serif bold italic (𝘼𝘽𝘾 / π™–π™—π™˜) - **Remove Unicode Formatting** β€” converts any formatted Unicode characters back to plain ASCII -- **Convert List Bullets to Arrow** β€” replaces leading `* ` bullet markers with `β†’ ` on each selected line -- **Convert List Bullets to Em Dash** β€” replaces leading `* ` bullet markers with `β€” ` on each selected line +- **Convert List Bullets to Arrow** β€” prefixes every selected line with `β†’ `, stripping any leading `* ` marker first +- **Convert List Bullets to Em Dash** β€” prefixes every selected line with `β€” `, stripping any leading `* ` marker first - Non-mapped characters (punctuation, spaces, emoji, etc.) are passed through unchanged ## Usage @@ -21,8 +21,8 @@ An [Obsidian](https://obsidian.md) plugin that transforms selected text into Uni - **Format as Unicode Italic** - **Format as Unicode Bold Italic** - **Remove Unicode Formatting** β€” reverses any of the above back to plain ASCII - - **Convert List Bullets to Arrow** β€” replaces `* ` prefixes with `β†’ ` - - **Convert List Bullets to Em Dash** β€” replaces `* ` prefixes with `β€” ` + - **Convert List Bullets to Arrow** β€” prefixes every line with `β†’ ` (strips `* ` if present) + - **Convert List Bullets to Em Dash** β€” prefixes every line with `β€” ` (strips `* ` if present) The selected text is replaced in place.