Documentation

AI Tags & Summaries — Turn Chats into Knowledge Assets

AI Tags & Summaries automatically generates structured metadata for every conversation you export. Tags categorize content, summaries capture key points, and metadata makes your exports searchable and filterable. You provide the API key — we never see it.

How It Works

When you export a conversation:

  1. The extension sends the conversation text to your chosen AI provider
  2. The AI analyzes the content and generates:

- Tags: 3-7 keywords that categorize the topic - Summary: A 2-3 sentence overview of the conversation

  1. This metadata is embedded in the exported file (YAML frontmatter for Markdown, properties for Notion)
  2. Your conversations become searchable, filterable, and organized

All processing uses YOUR API key. We never store or see your key or conversation data.

Supported AI Providers (BYOK)

We support 9 AI providers via Bring Your Own Key (BYOK):

ProviderDefault ModelNotes
OpenRoutergemma-4Access 100+ models via one key
OpenAIgpt-4oBest quality tags
Anthropicclaude-sonnet-4Long context handling
Google Gemini(via API)Good quality, low cost
KIMIkimi-k2.5Moonshot AI
Qwenqwen-plusAlibaba Cloud
Zhipu GLMglm-5Zhipu AI (ChatGLM)
DeepSeekdeepseek-v4-flashBest value
MiMomimo-v2.5-proXiaomi AI

Configure in Settings → General → 🔗 AI Provider (3-step wizard: Select Provider → Enter API Key → Choose Model).

AI Tags and AI Summary are advanced features.

AI Provider dropdown — 9 providers: OpenRouter, OpenAI, Anthropic, etc.
AI Provider dropdown — 9 providers: OpenRouter, OpenAI, Anthropic, etc.
tip: Use a fast, cost-effective model like DeepSeek or OpenRouter for tagging. You don't need the most powerful model for metadata generation.

Setting Up AI Tags & Summaries

  1. Open Settings (FAB menu → Settings, or gear satellite button)
  2. Go to the General tab
  3. Scroll to the 🔗 AI Provider group
  4. Step 1: Select your provider from the dropdown
  5. Step 2: Enter your API key → Click Connect
  6. Step 3: Choose a model from the dropdown (populated after connection)
  7. Scroll to the Frontmatter → AI ENHANCED group
  8. Toggle AI Tags ON and/or AI Summary ON

AI Tags and AI Summary are advanced features. Your API key is stored locally in your browser only.

3-step AI Provider setup — Select Provider, Enter API Key, Choose Model
3-step AI Provider setup — Select Provider, Enter API Key, Choose Model
Frontmatter AI Enhanced toggles — AI Tags and AI Summary
Frontmatter AI Enhanced toggles — AI Tags and AI Summary

What the Output Looks Like

In Markdown exports (as YAML frontmatter):

yaml
---
tags: [python, machine-learning, data-analysis]
summary: "Discussion about implementing a neural network..."
---

In Text/Notion exports (as Inline Metadata):

**Tags:** python, machine-learning, data-analysis
**Summary:** Discussion about implementing a neural network...

In JSON exports (as structured fields): The tags and summary are included as top-level JSON fields.

The output format depends on the metaOutputFormat setting:

  • YAML Frontmatter — for Markdown (.md)
  • Inline Metadata**Label:** value format (for Notion/TXT)
  • Plain TextLabel: value format
Toast: "Generating AI tags & summary..."
Toast: "Generating AI tags & summary..."
Markdown output with AI-generated tags and summary in YAML frontmatter
Markdown output with AI-generated tags and summary in YAML frontmatter

Privacy & Security

Your privacy is paramount:

  • API key: Stored only in your browser's local storage. Never sent to our servers.
  • Conversation data: Sent directly from your browser to the AI provider you chose. We are not an intermediary.
  • No telemetry: We don't track what you export or tag.
  • No data retention: We have no server-side storage of your conversations or metadata.

You are in complete control. Remove your API key anytime from settings.

Frequently Asked Questions

Is my API key safe?+

Your API key is stored only in your browser's local storage. It is never transmitted to our servers. Conversations are sent directly to the AI provider you choose.

Is AI Tags & Summaries free?+

No. Both AI Tags and AI Summary are Pro features. You need the Pro plan and a configured AI Provider API key.

Which provider do you recommend?+

For best value: DeepSeek. For best quality: OpenAI (gpt-4o) or Anthropic (claude-sonnet-4). For model variety: OpenRouter (100+ models).

Can I use a local model?+

Currently, we support 9 cloud-based providers. Local model support (like Ollama) is not available yet.

Related Articles