Releases: kanade2511/clip-link-obsidian
Releases · kanade2511/clip-link-obsidian
1.1.1
1.1.0
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
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