Files
llm_wiki/wiki/Obsidian Web Clipper.md
T
hehaiguang1123 a6f05ab2d5 Phase 0-2: Schema cleanup, typed relations, event-driven automation
- Phase 0: AGENTS.md cleanup (dedup quotes, renumber sections, merge qmd)
- Phase 1: typed relations (manage-relations.py, graph-search.py, check-staleness.py, detect-conflicts.py)
- Phase 2: frontmatter validator, weekly lint, knowledge promotion, git hooks
- Fix .gitignore to track tools/ and .githooks/
- Fix git remote URL (remove plaintext token)
- New wiki pages: 504 pages, 34 raw sources
2026-07-01 08:05:43 +08:00

1.8 KiB

categories, tags, created, source, type, aliases
categories tags created source type aliases
LLM Wiki
wiki
tool
obsidian
web-clipper
ingestion
2026-04-08 llm-wiki tool
Web Clipper
网页剪藏
剪藏插件

Obsidian Web Clipper

一句话定义:Obsidian 官方浏览器扩展,将网页内容快速转换为 Markdown 并保存到笔记库。

基本信息

属性
官网 https://obsidian.md/clipper
平台 Chrome / Firefox / Edge / Safari
开发者 Obsidian

在 LLM Wiki 中的角色

Ingestion(摄入)工具

Web Clipper 是 LLM Wiki Ingest 操作的关键工具:

网页内容 → Web Clipper → Markdown → raw/ (原始来源)
                                    ↓
                               LLM 处理 → wiki/ (Wiki 页面)

功能特点

功能 说明
一键剪藏 浏览器按钮快速保存当前页面
模板支持 自定义 frontmatter 和内容格式
URL 处理 自动提取标题、描述作为元数据
清理功能 去除广告和冗余元素

模板示例

---
source: "{{url}}"
author: []
topics: []
created: {{date}}
---

# {{title}}

> {{description}}

## 内容

{{content}}

与其他工具的关系

工具 用途
Web Clipper 将网页摄入为 raw/ 来源
Obsidian 查看和管理笔记
LLM (Agent) 处理 raw/ 内容,生成 wiki/ 页面

相关页面

来源


工具推荐