Skip to content

Releases: bwat47/paste-as-markdown

v1.1.8

09 Dec 17:45

Choose a tag to compare

  • Replaced getCursor hack to check if we're in the markdown editor with joplin.settings.globalValue('editor.codeView') call
  • Significantly simplified processHtml error handling

v1.1.7

09 Dec 00:57

Choose a tag to compare

  • Improvements to resource conversion

v1.1.6

29 Nov 16:46

Choose a tag to compare

  • Improved text normalization (remove zero-width spaces instead of replacing with spaces, replace "thin" spaces with regular spaces)

v1.1.5

29 Nov 04:51

Choose a tag to compare

  • Fix issue where images inside divs with role=button were being removed

v1.1.4

28 Nov 21:04

Choose a tag to compare

  • Unwrap block-level elements inside anchors to prevent dangling brackets when anchors contain block elements

v1.1.3

28 Nov 04:24

Choose a tag to compare

  • Fixed bug with markdown post-processing causing content duplication in code blocks when code blocks contained certain special characters

v1.1.2

28 Nov 00:38

Choose a tag to compare

  • Increased maximum image size limit
  • Update debug logging implementation

v1.1.1

19 Nov 00:45

Choose a tag to compare

Feature: Normalize heading levels on paste- ensure each heading is at most 1 level deeper than the previous heading, e.g. if a document has h2, h5, h6, it will be normalized to h2, h3, h4.

v1.1.0

16 Nov 18:00

Choose a tag to compare

What's Changed

  • Refactor DOM utilities and improve DOM processing performance
  • Reduce plugin bundle size by removing @joplin/utils dependency

v1.0.38

12 Nov 05:30

Choose a tag to compare

  • Refactor HTML processing and error handling improvements
  • Fix pasting lists from onenote
  • Fix failed paste when using legacy editor (#1 )

Full Changelog: v1.0.36...v1.0.38