Skip to content

Releases: tcyeee/obsidian-better-link-display

1.0.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:47

Requires Obsidian 1.13.0 or later.

  • Settings are now declared through getSettingDefinitions(), so every option shows up in Obsidian's built-in settings search.
  • Added a setup banner and token onboarding flow: until an access token is set, the Lookup service group moves to the top of the settings page and the banner explains what to do.
  • Rewrote the documentation into a single bilingual README.
  • Fixed the npm version script, which a previous release accidentally overwrote with a version string.

1.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:46
  • Add a Reset button to the hover popup that turns a bookmark back into a plain link (#5)
  • Draw a background/border plate around whole bookmarks in Live Preview (#3)
  • Improve the Live Preview format tooltip (#4)
  • Replace :has() with marker classes so bookmark styling works in both Reading view and Live Preview (#2)
  • Show a failure state on the settings Test button
  • Toggle the appearance classes on the active window so popout windows are styled too

1.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:55
  • Added an interface language setting (English / 中文). The command name is read once at load, so it follows a language change after a restart.
  • Added two appearance options: formatted links can be given a rounded grey background, a grey border, or neither.
  • Formatted links now read as titles in both Reading view and Live Preview — muted text, no underline, no trailing external-link icon, and a rounded 16px favicon centred on the line.
  • The server URL is no longer configurable; only the access token is.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:51

First stable release.

  • Hover any external link in the editor and press Format to turn it into a bookmark showing the site's favicon and title.
  • Also available as the command Format link under cursor, for keyboard and touch use.
  • Works on bare URLs, [text](url) links, and <autolinks>; code blocks, inline code, and frontmatter are left untouched.
  • The favicon is embedded as a data: URL, so a formatted link keeps rendering in any vault, app, or plain Markdown file — with or without this plugin installed.
  • Requests are queued and rate-limited, time out after 10 seconds, and report distinct errors for an unreachable service, an invalid token, and a page that could not be resolved.
  • Configure the service URL and access token in Settings → Better Link Display.