Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace the boilerplate Obsidian sample plugin README with accurate documentation covering features, usage, installation, project structure, and Unicode code point ranges used by the plugin. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add unicode-maps.ts with BOLD_MAP, ITALIC_MAP, BOLD_ITALIC_MAP from Unicode Sans-Serif ranges - Add formatter.ts with transformText(text, style) using the maps - Add commands.ts registering three editorCallback commands (bold, italic, bold-italic) - Replace sample plugin boilerplate in main.ts with UnicodeFormatterPlugin wired to registerCommands - Update manifest.json with correct id, name, and description - Delete unused settings.ts boilerplate Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>