Obsidian Webclipper
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
- Longer Summary
- YouTube
- Bluesky
- Wikipedia Starter
- Newsletter Summary
- Books (Goodreads)
- Recipes Cooking
- Coffee Beans
- Hacker News
# Default
Here is an example of my default one
|
|
# Book (Goodreads)
- note name:
{{title|split:":" |first}} ({{author}}) - note location:
💡 Resources/📚 Books/Want to Read/ - template triggers: https://www.goodreads.com/
|
|
Rendered:
![[img_Obsidian Webclipper_1759481552455.webp]]
See more about the process of taking notes
How I [[Taking Notes for Physical Books]]
# YouTube
- Interpreter context:
|
|
*I added a new lines here and below for readability, please remove them before
|
|
For the transcript to work, make sure you click Show transcript:

# Recipes Cooking
|
|
Interpreter context:{{content|strip_tags:("aside,iframe,ad-banner-container")}}
|
|
# AI Interpret
If you defined OpenAI of Claude, you can let AI prompt the AI like this:
|
|
# Specify HTML Tags
You can specify an HTML tag to analyze. E.g. for LinkedIn, as the full page was always too long for Claude:
|
|
# Examples
# Recipe

# GoodRead (Book)

# Coffee Beans

# 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 |
Origin: