Skip to content

Instantly share code, notes, and snippets.

@kaznak
Last active March 1, 2026 16:12
Show Gist options
  • Select an option

  • Save kaznak/444218975d3efa85a22ae1f097d3db4b to your computer and use it in GitHub Desktop.

Select an option

Save kaznak/444218975d3efa85a22ae1f097d3db4b to your computer and use it in GitHub Desktop.
Obsidian Web Clipper for Gemini Web app
{
"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