Last active
March 12, 2026 04:54
-
-
Save MrBlank/e4dafece62c597ea0cf81d5d7ae95547 to your computer and use it in GitHub Desktop.
Obsidian Web Clipper - OpenGraph clip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schemaVersion": "0.1.0", | |
| "name": "OpenGraph Card", | |
| "behavior": "create", | |
| "noteContentFormat": "*{{site}}*\n\n\n\n## [{{meta:property:og:title}}]({{url}})\n\n{{meta:property:og:description}}\n\n", | |
| "properties": [ | |
| { | |
| "name": "title", | |
| "value": "{{title}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "description", | |
| "value": "{{description}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "site", | |
| "value": "{{site}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "source", | |
| "value": "{{url}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "created", | |
| "value": "{{date}}", | |
| "type": "date" | |
| }, | |
| { | |
| "name": "og-image", | |
| "value": "{{meta:property:og:image}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "og:description", | |
| "value": "{{meta:property:og:description}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "og-title", | |
| "value": "{{meta:property:og:title}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "note", | |
| "value": "", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "tags", | |
| "value": "Clippings", | |
| "type": "multitext" | |
| } | |
| ], | |
| "triggers": [], | |
| "noteNameFormat": "{{date|date:\"YYYY-MM-DD\"}} - {{title}} - {{domain}}", | |
| "path": "📎 Clippings" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment