Back to list
lc0rp

link-to-obsidian

by lc0rp

0🍴 0📅 Jan 23, 2026

SKILL.md


Link-to-Obsidian (usage)

Overview

Generate HTTP links that redirect to obsidian://open so they’re clickable in apps that only allow http(s) links.

Quick start

Format:

http://<host>:<port>/open?vault=<VaultName>&file=<Path/Note.md>

Example:

http://dev.quail-mercat.ts.net:7777/open?vault=Obsidian-Notes&file=0-Inbox/Tasks.md

Notes:

  • Keep the entire query string; only scheme/host/port change from obsidian://open.
  • Percent-encode the file= path the same way Obsidian expects.
  • Use the Tailscale host/IP (e.g., dev.quail-mercat.ts.net) for shareable links.
  • Do not use 127.0.0.1 unless the link is only for your own browser on the same host.
  • Default port is 7777 (unless overridden by config).

Convert from obsidian://open

Given:

obsidian://open?vault=Vault&file=Inbox/Note.md

Convert to:

http://<host>:<port>/open?vault=Vault&file=Inbox/Note.md
  • If the link doesn’t open, check for bad encoding in file= or a missing vault=.
  • If unsure of host/port, check /etc/link-to-obsidian/link-to-obsidian.env (read-only) for LTO_TAILSCALE_DNS, LTO_TAILSCALE_IP, and PORT.

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon