How Do You Organize Tiddlers Without Losing Track as They Grow Fast?

TiddlyWiki can be a powerful second brain, but it needs a bit of structure to scale gracefully. Here’s a practical framework to help you tame the chaos and turn your growing tiddler collection into a navigable, idea-generating system:

:brain: Core Principles for a “Second Brain” in TiddlyWiki

  • Atomic Notes: Keep each tiddler focused on a single idea or concept. This makes linking and refactoring easier.
  • Bidirectional Linking: Use links and backlinks to create a web of connected thoughts—like neurons firing across your digital cortex.
  • Refactor Often: Split long notes into smaller ones and link them. This keeps your wiki modular and searchable.

There are a few tools like Mehregan for bidirectional linking.


:label: Tags: Build Hierarchies, Not Just Labels

TiddlyWiki tags aren’t just labels—they’re relationships. You can build multi-level hierarchies like:

Research > Hydrogen > CLWS-SESMR
  • Tag each tiddler with a parent concept.
  • Create tag tiddlers that act as category hubs (e.g., a tiddler tagged Hydrogen can list all related notes).
  • Use tag pills to navigate and visualize structure.

:key: Keywords & Fields: Enhance Searchability

  • Add custom fields like keywords, status, or project to tiddlers.
  • Use filters like [field:keywords[gasification]] to surface relevant notes.
  • Consider a naming convention like for unique IDs that are searchable.

Mehregan has keywords tool to help better searchability


:clipboard: Templates: Consistency & Clarity

Templates help standardize how your notes look and behave:

  • Use View Templates for consistent display.
  • Use Edit Templates to streamline editing workflows (e.g., always show tags, fields, and backlinks).
  • Customize templates to highlight key metadata like author, date, or related topics.

Mehregan uses People, Source, Idea, Reading, Journal to standardize look and behavior


:books: Table of Contents: Navigate Like a Pro
Use the <<toc>> macro to generate dynamic tables of contents:

<div class="tc-table-of-contents">
  <<toc "Hydrogen">>
</div>
  • Create ToCs for projects, topics, or even your entire wiki structure.

:jigsaw: Bonus: Zettelkasten in Mehregan Edition: Key Features

  • Atomic Tiddlers: Each note (tiddler) captures a single idea, making it easier to link and reuse.
  • Bidirectional Links: Every tiddler can link to others and show backlinks, creating a dense web of knowledge.
  • Node Explorer: Visualizes connections between notes, helping you see clusters of related ideas.
  • Tagging System: Tags act as thematic bridges, grouping related notes and enabling filtered views.
  • Comment Blocks & Interstitial Journaling: Capture fleeting thoughts and reflections between notes.
  • Category Tabs: Organize notes by type—ideas, sources, people, questions, etc.

You can explore the live demo or source code on GitHub.


Use of proper plugins

  • Refnotes and bibtex
  • Relink
  • Shiraz dynamic tables

Learn from example wikis

More Readings:

6 Likes