Skip to content

paste-markdown 0.2.1

Choose a tag to compare

@mislav mislav released this 25 Mar 17:47
· 266 commits to main since this release
  • Correctly position cursor after operation if extra newline was inserted

  • Correctly replace existing selection

  • The paste/drop behavior now defaults to native behavior if no image links were found in the data transfer. This avoids an extra newline when pasting a plain link.

  • Do not call insertText() more than once. This avoids triggering the 'change' event N times if N items were pasted/dropped.