Last active
March 1, 2026 16:12
-
-
Save kaznak/444218975d3efa85a22ae1f097d3db4b to your computer and use it in GitHub Desktop.
Obsidian Web Clipper for Gemini Web app
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": "Gemini Web App", | |
| "behavior": "overwrite", | |
| "noteContentFormat": "{{content}}", | |
| "properties": [ | |
| { | |
| "name": "title", | |
| "value": "{{selector:[data-test-id=\\\"conversation-title\\\"]}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "source", | |
| "value": "{{url}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "created", | |
| "value": "{{date|date:YYYY-MM-DDTHH:mm:ssZ}}", | |
| "type": "date" | |
| }, | |
| { | |
| "name": "tags", | |
| "value": "clippings", | |
| "type": "multitext" | |
| }, | |
| { | |
| "name": "zettlekasten_type", | |
| "value": "Fleeting", | |
| "type": "text" | |
| } | |
| ], | |
| "triggers": [ | |
| "https://gemini.google.com/app/*" | |
| ], | |
| "noteNameFormat": "Gemini:{{selector:[data-test-id=\"conversation-title\"]}}", | |
| "path": "Clippings" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment