DEV Community

Qonspekt
Qonspekt

Posted on

The 30-second Obsidian note workflow (using Claude AI)

If you use Obsidian, you've probably felt this: you read a great article, tell yourself you'll take notes later, and then... never do.

The problem isn't motivation. It's friction. Opening a new note, figuring out what to title it, structuring the frontmatter, extracting the key ideas, writing atomic notes one by one — it takes 20 minutes minimum for a good article.

I built Qonspekt to remove that friction completely.

The workflow

  1. Read an article. Find one worth keeping.
  2. Copy the text. Paste into Qonspekt.
  3. Hit "Generate". Wait ~5 seconds.
  4. Download ZIP. Drag into Obsidian.

Done. You now have 3–7 atomic notes, each covering one concept, each with proper frontmatter and [[wikilinks]] connecting related ideas.

What makes a good Qonspekt note?

Here's an example output from an article about the Feynman Technique:

---
title: "Feynman Technique"
tags: [learning, mental-models, teaching]
aliases: ["Feynman Learning Method"]
---
# Feynman Technique

A learning method developed by physicist Richard Feynman:
explain a concept as if teaching it to a child. When you
can't explain it simply, you've found a gap in your
understanding.

Related: [[Active Recall]], [[Spaced Repetition]]

## Sources
- https://example.com/feynman-article
Enter fullscreen mode Exit fullscreen mode

Notice: one concept, clear title, 2–4 tags, wikilinks to related concepts from the same article, source citation.

Which articles work best?

High value:

  • Long-form essays (3000+ words) — lots of concepts to extract
  • Academic summaries — dense with named concepts
  • Technical tutorials — methods, patterns, terminology
  • Book summaries — ready-made concept clusters

Lower value:

  • News articles — facts, not concepts
  • Opinion pieces — hard to extract reusable knowledge
  • Short posts under 500 words — not enough to atomize

The sharing trick

After generating, click Share. Qonspekt encodes your notes into the URL. Send the link to a study partner — they see your notes instantly, no account needed.

This makes it useful for:

  • Sharing reading notes with colleagues
  • Building a shared PKM entry point for teams
  • Demonstrating your note-taking approach to others

Cost

~$0.003 per article with Claude Haiku 4.5. A $5 Anthropic credit covers ~1,600 articles.

New accounts get free credits. You'll probably never pay anything.

Try it

qonspekt.github.io/qonspekt

No account. No installation. Paste an article, get notes.

Top comments (0)