IshibashiCustomize726 downloadsSaves user-shared web links as local Markdown notes without fetching page content or metadata.
Ishibashi Web Clipper V2 is a privacy-first Obsidian plugin that saves web links as local Markdown notes without requesting the source page.
ishibashi-web-clipper-next1.0.0ishibashi-web-clip-v2This is an independent plugin with its own release history. It does not replace or automatically upgrade installations of the original Ishibashi Web Clipper.
Mobile sharing and clipboard capture are URL-only for every website. Accompanying text is discarded, and a confirmation screen is shown so the user can enter their own title or memo.
The optional desktop bookmarklet sends only the current URL, the visible document.title, and text explicitly selected by the user. It does not use fetch, XMLHttpRequest, or an external service.
See NETWORK_AND_PRIVACY.md for the complete data flow.
obsidian:// action.| Capture path | Saved input | Source-page request |
|---|---|---|
| Mobile share | URL only | Never |
| Clipboard command | URL only | Never |
| Obsidian URI | URL, title, and memo supplied in the URI | Never |
| Bookmarklet | Current URL, visible title, and explicitly selected text | Never |
Download main.js, manifest.json, and styles.css from a release whose tag exactly matches the manifest version. Place them in:
<vault>/.obsidian/plugins/ishibashi-web-clipper-next/
Reload Obsidian and enable Ishibashi Web Clipper V2 under Community Plugins.
Save to Web Clips.Run Save clipboard URL to Web Clips from the command palette.
obsidian://ishibashi-web-clip-v2?url=https%3A%2F%2Fexample.com&title=Example
Copy the bookmarklet from the plugin settings. It transfers the current URL, the browser-visible title, and only text that the user explicitly selects.
New notes use a compact, stable schema:
title: Example
source: https://example.com/
created: 2026-07-16T14:41:59.271Z
tags:
- webclip
- example
type: webclip
The default body template is:
{{url}}
## Memo
{{note}}
source remains the canonical link used by the library and duplicate detection. The same URL is intentionally placed as a bare line at the top of the body so link-card plugins can render it as a visual preview. created is the single ISO 8601 timestamp. The library derives the domain from source. Capture method is kept in the plugin's local history instead of being repeated in every note.
Notes created by the earlier V2 schema with type: webclip-v2, created_at, domain, or site remain readable.
Supported template variables are {{date}}, {{title}}, {{url}}, {{note}}, {{site}}, {{domain}}, and {{tags}}.
npm install
npm run check
MIT License. Copyright 2026 IshibashiCustomize.
Ishibashi Web Clipper V2は、保存先ページへアクセスせず、WebリンクをローカルのMarkdownノートとして保存するObsidianプラグインです。
ishibashi-web-clipper-next1.0.0ishibashi-web-clip-v2旧Ishibashi Web Clipperとは別の独立したプラグインです。旧版から自動更新されず、リリース履歴も引き継ぎません。
スマホ共有とクリップボード保存は、すべてのサイトでURLだけを受け取ります。共有シートやクリップボードに含まれる付随文は破棄し、確認画面で自分用のタイトルやメモを入力できます。
Xの投稿を保存した場合も、投稿本文がdescriptionとして取得・保存されることはありません。
MIT License。公開名義はIshibashiCustomizeです。