Skip to content

Releases: amalghosh999/adocLIVE-Joplin-Plugin

v1.0.4

Choose a tag to compare

@amalghosh999 amalghosh999 released this 21 Aug 01:47

Release v1.0.4

v1.0.3

Choose a tag to compare

@amalghosh999 amalghosh999 released this 18 May 18:52

Release v1.0.3

Changes:

  • Fix rendered preview STEM/LaTeX handling by rendering only explicit AsciiDoc math macros and blocks.
  • Add curated Highlight.js syntax highlighting for known source languages in non-editable rendered preview modes.
  • Preserve code blocks, escaped dollar text, and unknown source languages without auto-detection.

Validation:

  • npm run test:unit
  • npm run typecheck
  • npm run dist

v1.0.2

Choose a tag to compare

@amalghosh999 amalghosh999 released this 18 May 17:34

Release v1.0.2

  • Makes the package publish-ready for Joplin npm-based plugin discovery as joplin-plugin-adoclive.
  • Adds generated publish artifacts for com.asciidoc.joplin-plugin.
  • Improves Live Preview compatibility for block metadata ordering and document-header attribute editing.

v1.0.1

Choose a tag to compare

@amalghosh999 amalghosh999 released this 16 May 03:51

Highlights

  • Aligns Live Preview behavior more closely with Asciidoctor for attrlists, source blocks, document/body attributes, TOC, section numbering, tables, images, links, lists, collapsibles, and break handling.
  • Fixes Live Preview TOC first-click scroll snap-back during TOC navigation.
  • Updates README documentation for Live Preview behavior and split-preview Asciidoctor.js rendering.

Validation

  • npm run typecheck
  • npm run test:unit
  • npm run build:jpl

v1.0.0

Choose a tag to compare

@amalghosh999 amalghosh999 released this 15 May 20:31

Private GitHub release for adocLIVE v1.0.0.

Included asset:

  • com.asciidoc.joplin-plugin.jpl

Verification:

  • npm run typecheck
  • npm run test:unit
  • npm run build:jpl

Notable fix:

  • Live-preview Table of Contents links now scroll to the target heading on the first click without snapping back.