Second Brain: Crafted, Curated, Connected, Compounded on 10月02日 21:18
Obsidian Web Clipper 插件功能介绍
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

Obsidian Web Clipper 是一款强大的网页剪藏工具,作为 ReadWise Web Clipper 的替代品,它能将网页内容高效保存至 Obsidian 笔记库。该插件支持 AI 解释,例如扫描领英个人资料并生成摘要,提供丰富的功能以满足用户不同的剪藏需求。用户可以通过官方文档了解全部功能,并可下载和导入预设的模板,但需注意导入会覆盖现有设置,建议先备份。插件提供了多种模板,包括默认模板、书籍模板(支持 Goodreads)、YouTube 视频模板(包含字幕)、食谱模板以及领英个人资料模板,每种模板都针对特定内容类型进行了优化,方便用户组织和管理信息。此外,插件还支持自定义变量,以实现更灵活的内容抓取和格式化。

🌟 **强大的网页剪藏功能**:Obsidian Web Clipper 是一款功能强大的网页剪藏工具,旨在高效地将各种网页内容保存到用户的 Obsidian 笔记库中,是 ReadWise Web Clipper 的一个优秀替代品。

🤖 **AI 辅助内容处理**:该插件集成了 AI 功能,能够对剪藏的内容进行智能解读,例如扫描领英个人资料并生成摘要,极大地提升了信息处理的效率和深度。

📋 **丰富的预设模板**:为了满足不同类型内容的剪藏需求,插件提供了包括默认模板、书籍(支持 Goodreads)、YouTube 视频(含字幕)、食谱和领英个人资料等多种预设模板,用户可根据需要选择和导入。

🔧 **自定义与灵活性**:用户可以下载和导入自定义模板,以便更好地管理和组织剪藏内容。插件还支持自定义变量,允许用户根据特定需求调整内容的抓取和格式化方式,提供了高度的灵活性。

Obsidian Webcliper is an alternative to ReadWise web clipper.

Super powerful to clip websites to my Obsidian vault. Even with added AI-interpreted (e.g. description, scanning a LinkedIn Profile, etc.) for a summary. Find all the features in the documentation.

# My Templates

You can download and import

Feel free to download my exported Webclipper setting and import it to yours with all the templates. Warning. Importing will overwrite all your existing settings; make sure you export yours first as a backup.

I created a template for my most used cases:

# Default

Here is an example of my default one

 1 2 3 4 5 6 7 8 910
# {{title}}Summary:{{"a 5 bullet point summary, any titles, and references to people, places or books should be in [[wikilinks]] format"}}---Origin: {{url}}References: Created date:"YYYY-MM-DD"}}

# Book (Goodreads)

    note name: {{title|split:":" |first}} ({{author}})note location: 💡 Resources/📚 Books/Want to Read/template triggers: https://www.goodreads.com/
 1 2 3 4 5 6 7 8 9101112131415161718192021222324252627
# {{title|split:":" |first}} ({{author}})- Subtitle: {{schema:@Book:name|split:":" |last}}- Link: {{url}}- Tags / Categories: #📬 #📚 #reading #wanttoread- Created: date:"YYYY-MM-DD"}}- Author: [[{{author}}]]- Type: [[Books]]- Genre:- Related: - Started reading: - Finished reading: - Origin:> > > TODO## Short description (GoodRead){{"a short description of the book, maximum 400 characters"}}## Notes During Reading- ### Highlights{{highlights}}

# YouTube

123
{{selectorHtml:ytd-engagement-panel-section-list-renderer[visibility$=\"EXPANDED\"]#segments-container|strip_tags:"h2,ytd-transcript-segment-renderer"|replace:"ytd-transcript-segment-renderer":"li"|markdown}} 

*I added a new lines here and below for readability, please remove them before

 1 2 3 4 5 6 7 8 9101112131415161718
# {{title}}{{description}}## AI Highlights:{{"summarize key points from this YouTube Video and transcript in bullet points. Any titles, and references to people, places, or books should be in [[wikilinks]] format"}}## Transcript:{{selectorHtml:ytd-engagement-panel-section-list-renderer[visibility$=\"EXPANDED\"]#segments-container|strip_tags:"h2,ytd-transcript-segment-renderer"|replace:"ytd-transcript-segment-renderer":"li"|markdown}}---Origin: {{url}} by {{author}}References: Created date:"YYYY-MM-DD"}}

For the transcript to work, make sure you click Show transcript

# Recipes Cooking

 1 2 3 4 5 6 7 8 910111213141516171819
# {{title}}{{description}}![]({{image}})## Ingredients{{"List all ingredients needed for this recipe"}}## Preparation{{"Create a numbered list and copy all the steps to cook and prepare this dish, bolding the key parts (only 2-3 words) of each step in markdown format. Remove empty lines for listing"}}## Inspiring{{"Point out anything surprising or special about this menu"}}---Origin: {{url}}References: Created date:"YYYY-MM-DD"}}

# LinkedIn

    Interpreter context: {{content|strip_tags:("aside,iframe,ad-banner-container")}}
 1 2 3 4 5 6 7 8 9101112131415
# {{title|replace:"/\s\|\sLinkedIn$/":""}}## Background LinkedIn*{{url}}*{{"3 key bullet points highlighting their current role, industry focus, and unique value proposition. References to people, places or books should be in [[wikilinks]] format. Don't hallucinate."}}{{" markdown table (comma instead of listings) with professional details like: Current Position, Company, Location, Industry, Education, Certifications, Projects (if there), Languages. Don't hallucinate."}}---Origin: {{url}} (LinkedIn)References: Created date:"YYYY-MM-DD"}}

# AI Interpret

If you defined OpenAI of Claude, you can let AI prompt the AI like this:

123
## Summary{{"a 5 bullet point summary, any titles, and references to people, places or books should be in [[wikilinks]] format"}}

You can specify an HTML tag to analyze. E.g. for LinkedIn, as the full page was always too long for Claude:

1
{{content|strip_tags:("aside,iframe,ad-banner-container")}}

# Examples

# https://www.ssp.sh/brain/Pasted%20image%2020241211140910.webpPasted%20image%2020241211140910.webp">

LinkedIn Profile

# Variables

Variable Description
{{author}} Author of the page
{{content}} Article content, highlights, or selection, in Markdown format
{{contentHtml}} Article content, highlights, or selection, in HTML format
{{date}} Current date, can be formatted using the date filter
{{description}} Description or excerpt
{{domain}} Domain
{{favicon}} Favicon URL
{{fullHtml}} Unprocessed HTML for the full page content
{{highlights}} Highlights with text and timestamps
{{image}} Social share image URL
{{published}} Published date, can be formatted using the date filter
{{site}} Site name or publisher
{{title}} Title of the page
{{time}} Current date and time
{{url}} Current URL

Variables - Obsidian Help


Origin:
References:
Created 2024-12-11

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

Obsidian Web Clipper 插件 笔记 效率 AI ReadWise Templates Productivity Tools
相关文章