Commit graph

8 commits

Author SHA1 Message Date
Edems
b3294030f8 fix(obsidian): warning+id
- Changed plugin ID to md-discord-syntax across manifests, validation, package metadata, and release instructions.
 - Resolved TypeScript unsafe-value warnings through correct typed ESLint configuration and source typing.
 - Replaced flagged document.createElement usage with Obsidian createEl.
 - Addressed text-decoration compatibility warnings.
 - Optimized spoiler detection to inspect only relevant document lines instead of allocating the full document text.
 - Updated tests for strict type safety and promise handling.
2026-07-21 21:45:33 +02:00
Edems
c9116802e7 fix(obsidian) 2026-07-21 21:08:20 +02:00
Edems
38982943dc fix(ci): build dependencies before release tests 2026-07-21 20:25:10 +02:00
Edems
eb90a3edef fix: prepare packages for npm publishing 2026-07-21 17:28:51 +02:00
Edems
c97f6d548f ref: remove example 2026-07-21 17:14:28 +02:00
Edems
d90199634f fix: prepare npm and Obsidian publishing 2026-07-21 17:06:22 +02:00
Edems
9578a3c404 init(monorepo): core+obsidian,remark 2026-07-21 16:44:48 +02:00
Edems
550096494b init(obsidian-plugin) 2026-07-21 15:57:29 +02:00