Skip to content

Releases: kanade2511/clip-link-obsidian

1.1.1

28 Jun 02:39

Choose a tag to compare

v1.1.1: review fixes (styles.css, activeDoc, bun.lock)

1.1.0

28 Jun 01:48

Choose a tag to compare

v1.1.0

  • Reading View support: renders text as clickable links, handles clipboard on click
  • Live Preview rewritten: line-based regex parsing instead of CM6 syntax tree — works in lists, tables, and any context
  • Reading View + Live Preview both styled in cyan via injected CSS + CM6 decoration
  • Notification now shows the copied content instead of the display label
  • Removed broken empty-link shorthand
  • Code refactored: shared doCopy() helper, cleaner mode branching

1.0.0

28 Jun 01:48

Choose a tag to compare

v1.0.0

  • Initial Live Preview support: click text links to copy content to clipboard
  • Works by intercepting pointerdown before CM6 processes the event
  • Uses CM6 syntax tree to resolve the link URL
  • Basic clipboard copy with Obsidian Notice