Files
obsidian-unicode-formatter/manifest.json
T
schihei 85d20b896a Fix plugin ID, package metadata, and formatter consistency issues
- Correct plugin ID in manifest.json to match folder name (obsidian-unicode-formatter)
- Update package.json name and description from sample template defaults
- Make markdownToLinkedIn handle both '- ' and '* ' list markers
- Enhance cleanText to also strip em-dash, arrow, and numbered-list prefixes
2026-04-29 22:17:21 +02:00

12 lines
332 B
JSON

{
"id": "obsidian-unicode-formatter",
"name": "Unicode Text Formatter",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Format selected text as Unicode Sans-Serif Bold, Italic, or Bold-Italic for LinkedIn and Facebook posts.",
"author": "schihei",
"authorUrl": "",
"fundingUrl": "",
"isDesktopOnly": false
}