Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Wetstone

SirHobbySirHobby26 downloads

Quiz yourself on your own notes with adaptive spaced repetition, powered by an LLM key you supply.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Turn your own notes into an adaptive active-recall system. Wetstone reads the folders you choose, uses an LLM (with a key you supply) to extract the concepts worth remembering, writes quiz questions for them, and then quizzes you on a spaced-repetition schedule that adapts to what you actually know.

Yes, "wetstone" is spelled that way on purpose.

Requirements

  • Obsidian 1.7.2 or newer, on desktop or mobile.
  • An API key for one of: an OpenAI-compatible API, Anthropic, Google Gemini, or a local/self-hosted endpoint (for example Ollama). You supply and pay for your own key; the plugin ships with none.

Install

From Obsidian: Settings → Community plugins → Browse, search for "Wetstone", install, and enable.

Manual: download main.js, manifest.json, and styles.css from the latest release into <vault>/.obsidian/plugins/wetstone/, then enable the plugin.

Quick start

  1. Open Settings → Wetstone. Pick a provider, paste your API key, and choose a model.
  2. Add one or more scope folders: the notes in them become quiz material.
  3. Open Wetstone from the ribbon (the brain icon) and choose Update questions from notes. The first run reads your notes and writes a question bank; re-running only touches notes that changed.
  4. Choose a deck and Start quiz. Answer honestly, including the "Not sure yet" button, so the schedule reflects what you really know.

Question types

Wetstone writes the format that best fits each fact: multiple choice, true/false, multiple select, fill in the blank (typed, normalized), ordering, and cloze (fill in the blanks from dropdowns).

How reviewing works

Scheduling uses FSRS spaced repetition and runs entirely on your device, offline. Wetstone tracks what you know per concept, rotates between question variants so you learn the idea rather than one phrasing, and occasionally serves a fresh angle to catch answers that are familiar rather than truly known. Your question bank, scheduling state, and daily review logs are plain markdown and JSON files in a folder inside your vault, so they are greppable, diffable, and yours.

Privacy and network use

  • What leaves your vault: when you update questions, the content of the notes in your scope folders is sent to the LLM provider you configured, in order to extract concepts and write questions. Nothing else is sent anywhere. Reviewing is fully local and offline.
  • Your API key is stored in plaintext in data.json inside your vault, and syncs wherever your vault syncs. Treat your vault accordingly.
  • No telemetry. Wetstone makes no network calls other than to the provider endpoint you set.

Troubleshooting

For a detailed activity log while diagnosing an issue, turn on Debug logging in settings; it prints ingestion, review, and top-up activity to the developer console. It is off by default.

License

0-BSD. See LICENSE.

Development

npm install
npm run dev      # watch build
npm run build    # lint (zero warnings) + typecheck + production build
npm test         # unit tests for the pure core

The build fails on any eslint-plugin-obsidianmd violation by design.

HealthExcellent
ReviewSatisfactory
About
Turn your notes into an adaptive active‑recall system by extracting key concepts with an LLM and auto‑generating varied question types (multiple choice, cloze, fill‑in, ordering, true/false). Quiz on a local FSRS spaced‑repetition schedule that adapts to your answers and stores question banks and review state as plain Markdown/JSON.
FlashcardsAIReview
Details
Current version
0.1.1
Last updated
7 days ago
Created
Last week
Updates
2 releases
Downloads
26
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
SirHobbySirHobbysirhobby
GitHubsirhobby
  1. Community
  2. Plugins
  3. Flashcards
  4. Wetstone

Related plugins

LearnKit

A native study system for your Obsidian vault. LearnKit turns notes into durable knowledge with flashcards, spaced repetition, tests, and more.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Spaced Repetition

Fight the forgetting curve by reviewing flashcards & entire notes.

Text Generator

Generate text content using GPT-3 (OpenAI).

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Karpathy LLM Wiki

Karpathy's LLM Wiki implementation - multi-page knowledge generation with entity/concept pages and conversational query.