Skip to content

Releases: cnwenzhihong/Obsidian-auto-paste-link

Auto Paste Link 1.0.4

14 Jun 20:28

Choose a tag to compare

Changes in 1.0.4

  • Refactored title providers into grouped modules so new site support can be added with smaller, safer changes.
  • Added conservative generic title fetching for unsupported sites when the title looks clean enough.
  • Added more supported title sites across code, docs, Chinese content, and entertainment sources.
  • Added entertainment title providers for TMDb, Letterboxd, Rotten Tomatoes, MyAnimeList, Bangumi, Spotify, and Dailymotion.
  • Added a README unsupported-site list for sites that return verification pages, homepage titles, empty titles, or generic app titles.
  • Added README guidance for using AI to add new supported sites safely.
  • Expanded tests for provider matching, title cleanup, API/oEmbed title resolution, and fallback behavior.

Auto Paste Link 1.0.3

13 Jun 19:31

Choose a tag to compare

Auto Paste Link 1.0.3 release.

Auto Paste Link 1.0.2

13 Jun 19:05

Choose a tag to compare

Auto Paste Link 1.0.2 release.

Auto Paste Link 1.0.1

13 Jun 18:55

Choose a tag to compare

Auto Paste Link 1.0.1

Maintenance release for Obsidian community plugin review.

Changes

  • Fixed Obsidian review warnings for popout window compatibility.
  • Replaced newer Obsidian language API usage to keep minAppVersion at 1.5.0.
  • Added GitHub Actions release workflow with artifact attestations.
  • Kept plugin behavior unchanged from 1.0.0.

Features

  • Format pasted single URLs as Markdown links.
  • Embed direct image and video URLs.
  • Fetch titles for supported sites: bilibili, YouTube, and Fab.
  • Support trusted image sources and advanced image rules.
  • Keep Ctrl+Shift+V as plain paste.

Auto Paste Link 1.0.0

13 Jun 18:23

Choose a tag to compare

Auto Paste Link 1.0.0

Initial public release.

Features

  • Format a single pasted URL as a Markdown link.
  • Embed direct image URLs as Markdown image links.
  • Embed direct video URLs as HTML video tags.
  • Fetch titles for supported sites: bilibili, YouTube, Fab.
  • Keep Ctrl+Shift+V as plain paste.
  • Ignore YAML frontmatter by default.
  • Support configurable trusted image sources and advanced image rules.