No description
Find a file
2026-07-15 20:21:07 +08:00
.agent Normalize bundled agent skill docs 2026-07-15 09:43:37 +08:00
.github build: 1.4.5 2026-05-14 22:26:09 +08:00
.sisyphus fix: exclude inline code URLs, add trigger mode setting, fix file:// protocol opening, remove duplicate tooltips 2026-03-31 10:20:44 +08:00
assets docs: add plugin screenshots 2026-07-15 18:51:11 +08:00
prompts Improved prompt. 2026-01-24 00:17:11 -08:00
scripts chore: preserve default local vault path 2026-07-15 18:47:32 +08:00
src feat: respect excluded files in link suggestions 2026-07-15 20:21:07 +08:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.gitattributes chore(release): bump version to 1.1.0 2026-03-19 21:43:16 +08:00
.gitignore chore: ignore OpenCode workspace state 2026-07-15 18:47:27 +08:00
AGENTS.md feat: add right-click/Alt trigger and stable popover follow 2026-04-02 18:03:42 +08:00
CHANGELOG.md build: 1.5.0 2026-06-17 22:42:20 +08:00
CLAUDE.md Updated AGENTS and migrated .agents folder to .agent/skills to use the OpenSkills framework. 2026-01-20 13:22:37 -08:00
esbuild.config.mjs feat: implement Better Links plugin with floating link editor 2026-03-19 12:29:33 +08:00
eslint.config.mjs Updated terminology preferences, improved linting with disable comments and disallowed disables checks. 2026-01-08 12:19:58 -08:00
LICENSE License update and legacy Obsidian version double line header fix, and included version warnings. 2026-01-02 23:33:01 -08:00
manifest-beta.json feat: add debug mode setting + fix iOS touch interception for click mode 2026-05-08 17:41:19 +08:00
manifest.json build: 1.5.0 2026-06-17 22:42:20 +08:00
package.json build: 1.5.0 2026-06-17 22:42:20 +08:00
pnpm-lock.yaml fix: popout window warnings + minimatch override bump 2026-05-15 11:35:14 +08:00
README.md docs: add shields badges to README 2026-05-15 11:41:05 +08:00
styles.css fix: address ObsidianReviewBot feedback for plugin submission 2026-04-27 16:58:45 +08:00
suggester.md fix: exclude inline code URLs, add trigger mode setting, fix file:// protocol opening, remove duplicate tooltips 2026-03-31 10:20:44 +08:00
tsconfig.json update eslint plugin version 2025-11-14 14:28:33 +01:00
version-bump.mjs build: only write new minAppVersion requirements to versions.json 2025-04-28 08:38:38 +02:00
versions.json build: 1.5.0 2026-06-17 22:42:20 +08:00

Better Links

Obsidian Download Total Downloads GitHub Issues GitHub Last Commit

preview

中文 | English

English

Better Links is an Obsidian plugin for quick link editing in the Markdown editor. Click a link to open a small popover where you can edit text/target and run quick actions.

Features

  • Supports WikiLinks, Markdown links, plain URLs, and image-form links.
  • Normal click opens the editor popover.
  • Ctrl/Cmd + Click opens the link directly.
  • Quick actions:
    • Open link
    • Copy link in preferred format
    • Copy URL or file name (for image links)
    • Delete link (hidden for image links)
  • Localized UI (English + Chinese).
  • Support suggestion for internal links and heading. internal link suggestion
    • Auto-complete files and headings in the vault, quickly select and insert link targets.
    • Automatically update display text.

Notes

  • External URLs are always copied as Markdown links.
  • Internal links and image links follow Obsidian link format setting (WikiLink vs Markdown).
  • Mobile (iOS): In "Click" trigger mode, tapping a collapsed link in Live Preview will open the editor popover instead of navigating. Due to technical constraints, scrolling cannot begin from a link area — start your scroll gesture from a non-link area instead.

Declaration

  1. This idea and solution are inspired by Octarine.
  2. This project is based on David V. Kimbal's obsidian-sample-plugin-plus and was developed with AI assistance; I actively install it in my own vault for frontline testing and daily use.

中文

preview

Better Links 是一个 Obsidian 插件,用于在 Markdown 编辑器中快速编辑链接。 点击链接会弹出轻量浮窗,可直接修改文本和目标,并执行快捷操作。

功能

  • 支持 Wikilink、Markdown 链接、纯 URL、图片类链接。
  • 普通点击打开浮窗。
  • Ctrl/Cmd + 点击直接打开链接。
  • 快捷操作:
    • 打开链接
    • 按设置复制链接格式
    • 复制 URL图片类复制文件名
    • 删除链接(图片类隐藏删除按钮)
  • 支持中英文界面。
  • 内部链接建议功能。内部链接建议
    • 支持自动补全库内文件和标题,快速选择并插入链接目标。
    • 自动更新显示名称。

说明

  • 外部网址始终按 Markdown 链接格式复制。
  • 内部链接和图片链接会跟随 Obsidian 的链接格式设置Wikilink / Markdown
  • 移动端iOS:「点击」触发模式下,点击 Live Preview 中折叠的链接会打开编辑浮窗而非跳转。由于技术限制,从链接区域无法发起滚动手势——请从非链接区域开始滑动。

声明

  1. 这个想法和方案灵感来自 Octarine
  2. 该项目基于 David V. Kimbal 的 obsidian-sample-plugin-plus ,由 AI 进行开发;我会第一时间将插件安装到自己的库中进行测试和实际使用。