Bring Gemini's research directly into your Obsidian knowledge graph.

Sync Google Gemini Conversations to Obsidian

OmniScriber exports Gemini conversations as clean Markdown notes — with YAML frontmatter, code blocks, and tables — ready to link into your vault.

  • Gemini's research and structured analysis stays trapped in a browser tab — impossible to link into your Obsidian knowledge graph.
  • Manual copy-paste from Gemini to Obsidian corrupts code blocks, tables, and heading structure.
  • A PKM system built only on your own notes misses the depth of insight available from AI research sessions.
Add to Chrome — It's Free

Gemini + Obsidian: A Powerful PKM Combination

Google Gemini, especially Gemini Advanced with the 1.5 Pro model, excels at processing large amounts of information and producing well-structured summaries, research breakdowns, and comparative analyses. Obsidian is the leading tool for personal knowledge management — a local, linked second brain.

Together, they form a uniquely powerful research workflow: use Gemini to synthesize and analyze information, then sync each session to Obsidian where you can link it to your existing notes and build a growing, interconnected knowledge graph.

Sample Gemini Note in Obsidian

---
title: "Gemini — Vector Databases Compared"
date: 2024-11-15
model: gemini-1.5-pro
tags: [ai-research, databases, ml-infrastructure]
source: gemini.google.com
---

# Gemini: Vector Databases Compared

## User
Compare Pinecone, Weaviate, and Qdrant for a production RAG system.

## Gemini

Here is a comparison of the three leading vector databases for RAG:

| Feature         | Pinecone          | Weaviate          | Qdrant             |
|-----------------|-------------------|-------------------|--------------------|
| Hosting         | Managed cloud     | Self or cloud     | Self or cloud      |
| Query speed     | Very fast (SaaS)  | Fast              | Very fast          |
| Metadata filter | Yes               | Yes (rich)        | Yes (payload)      |
| Open source     | No                | Yes               | Yes                |
| Pricing         | Usage-based       | Free tier + paid  | Free + cloud       |

### Recommendation for Production RAG

For most teams prioritizing speed and minimal ops overhead: **Pinecone**.
For teams needing rich metadata filtering and self-hosting: **Weaviate**.
For teams wanting open-source with high performance: **Qdrant**.

Features for Obsidian Users

Dataview-Compatible Frontmatter

YAML frontmatter with date, model, and configurable tags makes your Gemini notes queryable with Dataview — filter by AI source, date range, or custom tags.

GFM Tables

Gemini's comparison tables export as proper GFM Markdown tables — rendered correctly in Obsidian's reading mode.

Code Block Language Tags

Code blocks include language identifiers for syntax highlighting in Obsidian's source mode and community themes.

Local File — Full Control

The .md file is saved to your local filesystem. Works with any sync solution: Obsidian Sync, iCloud, Git, or Dropbox.

Install OmniScriber — It's Free

One-click extension. No account required to get started.

Add to Chrome — Free

Frequently Asked Questions

How do I export Gemini conversations to Obsidian?

Install OmniScriber, open any Gemini conversation, click the OmniScriber button, and select Export to Obsidian. The conversation is saved as a .md file you can drag into your vault — or configure a watch folder for automatic import.

Does the exported Gemini note render correctly in Obsidian?

Yes. OmniScriber outputs CommonMark Markdown with GFM extensions. Headings, code blocks (with language tags), tables, bold/italic, and bullet lists all render correctly in Obsidian's reading mode.

Can I add YAML frontmatter for Dataview queries?

Yes. OmniScriber adds a YAML frontmatter block with date, AI model, and custom tags. This makes your Gemini notes queryable with the Dataview plugin.

What does a typical exported Gemini note look like in Obsidian?

The note opens with YAML frontmatter, then alternates between User and Gemini sections (as H2 headings). Each response preserves its full structure — tables, lists, and code blocks included.

Does it work with Gemini's long research outputs?

Yes. OmniScriber exports the full conversation without truncation, regardless of how long Gemini's responses are.

Is OmniScriber free for Gemini to Obsidian export?

Yes. Gemini to Obsidian sync is available in the free tier of OmniScriber.

Install OmniScriber — It's Free

One-click extension. No account required to get started.

Add to Chrome — Free

Related Pages