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
This commit is contained in:
2026-04-29 22:17:21 +02:00
parent 0ecf6835c9
commit 85d20b896a
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"id": "unicode-text-formatter",
"id": "obsidian-unicode-formatter",
"name": "Unicode Text Formatter",
"version": "1.0.0",
"minAppVersion": "0.15.0",