Releases: yanqingwang/obsidian-md-to-html-effect
Releases · yanqingwang/obsidian-md-to-html-effect
Release list
1.0.25
1.0.24
fix: remove unnecessary type assertion in loadSettings
1.0.23
fix: resolve marketplace review errors
- Bump minAppVersion to 1.7.0 (fixes no-unsupported-api)
- Add explicit async return type on batch callback (fixes no-unsafe-argument)
- Remove unused isOrdered variable
- Replace builtin-modules with explicit list
- Add explicit type for loadData()
1.0.22
Fix: resolve all automated review errors
- Remove unused variable (isOrdered)
- Add explicit type annotation for loadData()
- Replace builtin-modules npm package with explicit list
- Remove builtin-modules from devDependencies
- Add missing 1.0.21/1.0.22 to versions.json
1.0.21
Sync latest code, add LICENSE, fix isOrdered warning.
1.0.20
Updated plugin listing description with detailed feature documentation.
1.0.19
Full html-effectiveness skill implementation.
v1.0.3
v1.0.3
- Fix: wiki-link [[page|alias]] rendering bug (aliaspage → alias)
- Fix: versions.json includes v1.0.3
v1.0.2
v1.0.2: fix duplicate h1, table structure, add theme toggle
v1.0.1
v1.0.1
- Strip YAML frontmatter before conversion
- Proper table semantics: th for headers, thead/tbody structure
- Ordered lists use ol, unordered use ul
- Wiki-link support: [[Note]] and [[Note|display]]
- Bold/italic: supports both * and _ variants
- Overwrite check: prevents crash if output exists