Skip to content

Releases: yanqingwang/obsidian-md-to-html-effect

1.0.25

Choose a tag to compare

@yanqingwang yanqingwang released this 08 Aug 00:54

Bilingual README (EN first, CN after)

1.0.24

Choose a tag to compare

@yanqingwang yanqingwang released this 13 Jul 15:09

fix: remove unnecessary type assertion in loadSettings

1.0.23

Choose a tag to compare

@yanqingwang yanqingwang released this 13 Jul 15:05

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

Choose a tag to compare

@yanqingwang yanqingwang released this 13 Jul 14:43

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

Choose a tag to compare

@yanqingwang yanqingwang released this 11 Jul 13:38

Sync latest code, add LICENSE, fix isOrdered warning.

1.0.20

Choose a tag to compare

@yanqingwang yanqingwang released this 11 Jul 12:14

Updated plugin listing description with detailed feature documentation.

1.0.19

Choose a tag to compare

@yanqingwang yanqingwang released this 11 Jul 12:03

Full html-effectiveness skill implementation.

v1.0.3

Choose a tag to compare

@yanqingwang yanqingwang released this 28 Jun 01:39

v1.0.3

  • Fix: wiki-link [[page|alias]] rendering bug (aliaspage → alias)
  • Fix: versions.json includes v1.0.3

v1.0.2

Choose a tag to compare

@yanqingwang yanqingwang released this 28 Jun 01:34

v1.0.2: fix duplicate h1, table structure, add theme toggle

v1.0.1

Choose a tag to compare

@yanqingwang yanqingwang released this 27 Jun 14:52

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