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

Wonderland

donjguidodonjguido33 downloads

Go down the rabbit hole of knowledge. AI generates linked notes that expand on click, letting you explore ideas endlessly. Features auto-organization, knowledge enrichment, and customizable Wonderland folders.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Go down the rabbit hole of knowledge.

Wonderland is an AI-powered Obsidian plugin that transforms how you explore ideas. Ask a question, and watch as linked notes appear with doorways to even deeper explorations. Each note generates new rabbit holes to follow, letting you chase curiosity endlessly.

Wonderland Demonstration

Features

The Rabbit Hole Experience

  • Enter Wonderland: Start with any question or topic
  • Linked Doorways: AI creates [[wikilinks]] to concepts waiting to be explored
  • Auto-Exploration: Click any link and watch the knowledge unfold automatically
  • Down the Rabbit Hole: Each note ends with intriguing concepts that lead deeper
  • Multi-Provider Support: Works with OpenAI, Anthropic (Claude), Ollama (local), or custom endpoints
Screenshot_Down_the_Rabbit_Hole

Multiple Wonderlands

Create separate knowledge gardens for different domains:

  • Cooking Wonderland: Step-by-step recipes with ingredient links
  • Philosophy Wonderland: Deep explorations of ideas and thinkers
  • Tech Wonderland: Technical concepts with code examples
  • Each folder can have its own custom instructions for the AI
image

Smart Organization

  • Auto-Organize: Let AI organize notes into thematic subfolders
  • Organize on Schedule: Reorganize every X hours
  • Organize on Note Count: Reorganize after every X new notes
  • Per-Folder Settings: Each Wonderland can have different organization rules
image image

Rabbit Holes Index

Never lose track of unexplored paths:

  • Auto-generated index of all unresolved links in your Wonderland
  • See which concepts are waiting to be explored
  • Grouped thematically for easy navigation
  • Updates automatically as you explore
image

Knowledge Enrichment

  • Update from Vault: Enrich existing notes with insights from related notes
  • Append or Integrate: Choose how new discoveries are added
  • Semantic Search: Uses embeddings to find truly related content

Installation

From Obsidian Community Plugins (Coming Soon)

  1. Open Settings → Community Plugins
  2. Search for "Wonderland"
  3. Click Install, then Enable

Manual Installation

  1. Download the latest release (main.js, manifest.json, styles.css)
  2. Create a folder: <vault>/.obsidian/plugins/wonderland/
  3. Copy the files into that folder
  4. Enable the plugin in Obsidian Settings → Community Plugins

From Source

git clone https://github.com/donjguido/wonderland-obsidian-plugin.git
cd wonderland-obsidian-plugin
npm install
npm run build

Then copy main.js, manifest.json, and styles.css to your vault's plugin folder.

Configuration

Quick Start

  1. Open Settings → Wonderland
  2. Select your AI provider (OpenAI, Anthropic, Ollama, or Custom)
  3. Enter your API key (not needed for Ollama)
  4. Choose your preferred model
  5. Add a Wonderland folder (click "Add Wonderland Folder")
image

AI Provider Setup

Provider API Key Required Models
OpenAI Yes gpt-4o, gpt-4o-mini, gpt-4-turbo, gpt-3.5-turbo
Anthropic Yes claude-3-5-sonnet, claude-3-opus, claude-3-sonnet, claude-3-haiku
Ollama No (local) Any installed model (llama3.2, mistral, etc.)
Custom Depends Any OpenAI-compatible endpoint

Wonderland Folder Settings

Each Wonderland folder can be configured independently:

  • Custom Instructions: Special guidelines for the AI (e.g., "generate notes as step-by-step recipes")
  • Auto-Generate on Open: Automatically generate content when opening empty links
  • Auto-Organize: Organize notes into subfolders based on themes
  • Organize Interval: How often to reorganize (hourly, daily, etc.)
  • Organize on Note Count: Reorganize after X new notes
  • Rabbit Holes Index: Generate an index of all unexplored links

Wonderland_Settings_Demo

Usage

Enter Wonderland

  1. Click the rabbit icon in the ribbon, or
  2. Use command palette: Wonderland: Enter Wonderland - explore a topic
  3. Enter your question or topic
  4. Select which Wonderland folder to use
  5. Watch the knowledge unfold with linked doorways
image

Explore from Selection

  1. Select text in any note
  2. Use command palette: Wonderland: Go down the rabbit hole with selection
  3. A new note expands on your selected text

Follow the Links

When you see a [[link]] to an unexplored concept:

  1. Click it
  2. A new note opens and generates content automatically
  3. Each note offers more rabbit holes to explore

Click_to_Note_Demo

Down the Rabbit Hole

Every generated note ends with a "Down the rabbit hole" section containing clickable concepts. Each concept is a doorway to deeper exploration - just click to keep going!

Update from Vault

Enrich existing notes with insights from your knowledge base:

  1. Open a note you want to enrich
  2. Use command palette: Wonderland: Update note from vault knowledge
  3. Choose "Append" (add new section) or "Integrate" (seamlessly weave in)

Generate Rabbit Holes Index

See all unexplored paths in your Wonderland:

  1. Use command palette: Wonderland: Generate Rabbit Holes Index
  2. Select which Wonderland folder
  3. An index note is created showing all unresolved links

Organize Wonderland

Manually trigger organization:

  1. Use command palette: Wonderland: Organize Wonderland folder
  2. Select which folder to organize
  3. AI creates thematic subfolders and moves notes

Philosophy

Wonderland follows the evergreen notes methodology:

  • Atomic: One concept per note
  • Concept-oriented: Titles are statements, not topics
  • Densely linked: Notes connect to related ideas
  • Curiosity-driven: Each exploration opens new paths

Commands

Command Description
Enter Wonderland Start a new exploration with a question
Go down the rabbit hole with selection Explore selected text
Generate for current note Generate content for the current note
Update note from vault knowledge Enrich note with related insights
Organize Wonderland folder Organize notes into subfolders
Generate Rabbit Holes Index Create index of unexplored links

Tips

  • Start Broad: Begin with big questions, let the rabbit holes lead to specifics
  • Trust the Links: The AI suggests links it thinks deserve exploration
  • Use Custom Instructions: Tailor each Wonderland to your learning style
  • Check the Index: Periodically review your Rabbit Holes Index for inspiration
  • Let it Grow: The best knowledge bases emerge organically through exploration

Roadmap

  • Multiple Wonderland folders
  • Custom instructions per folder
  • Rabbit Holes Index
  • Note count-based organization
  • Knowledge graph visualization
  • Exploration history
  • Backlink maintenance
  • Export/share Wonderlands

Support Development

If Wonderland helps you explore ideas, consider supporting development:

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Development

# Clone the repository
git clone https://github.com/donjguido/wonderland-obsidian-plugin.git
cd wonderland-obsidian-plugin

# Install dependencies
npm install

# Build for production
npm run build

# Watch mode for development
npm run dev

Privacy

Wonderland does not collect any data. Your notes stay on your device. When generating content, prompts are sent only to your configured AI provider. See PRIVACY.md for details.

License

MIT License - see LICENSE for details.

Author

donjguido - GitHub


"Curiouser and curiouser!" - Alice

84%
HealthExcellent
ReviewCaution
About
Explore ideas with AI-generated [[wikilinks]] that open interactive rabbit holes and auto-expand notes as you click through. Create multiple Wonderlands per folder, auto-organize notes, index unresolved links, enrich vault content with semantic search, and use OpenAI, Claude, Ollama or custom endpoints.
AILinksFolders
Details
Current version
1.0.2
Last updated
Last month
Created
3 months ago
Updates
3 releases
Downloads
33
Compatible with
Obsidian 1.4.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
donjguidodonjguido
github.com/donjguido
GitHubdonjguido
  1. Community
  2. Plugins
  3. AI
  4. Wonderland

Related plugins

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Copilot

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

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Agent Client

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

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.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Link Favicons

See the favicon for a linked website.