Rhizome
NotesArticlesTagsGraphEditor

Built with Rhizome β€” A static personal notes system

  1. Home
  2. /Notes
  3. /Welcome to Rhizome

Welcome to Rhizome

2026-02-12Β· 2 min readΒ· 355 words

Getting started with your personal knowledge management system.

#welcome#pkm#guide

Table of Contents

  • Core Features
  • Wiki-links
  • Backlinks
  • Tags
  • Graph View
  • Full-Text Search
  • Split-View Navigation
  • Feature Guides
  • Articles
  • Getting Started
  • Build Commands
  • Environment Variables

Welcome to Rhizome

Rhizome is a static personal knowledge management system built for connecting ideas. It uses wiki-style links to create a network of notes that grows with your thinking.

πŸ’‘
Quick Start

Create new MDX files in content/notes/ or content/articles/, add frontmatter with title and tags, then use wiki-links to connect your ideas.

Core Features

Wiki-links

Connect notes using double-bracket syntax. Links are resolved by title, creating a web of knowledge.

[[Note Title]] - links to a note by title
[[Note Title|alias]] - displays "alias" but links to the note

Backlinks

Every note shows which other notes link to it, helping you discover unexpected connections.

Tags

Organize content with tags in frontmatter. Browse all notes sharing a topic.

Graph View

Visualize your knowledge network. See the Knowledge Graph Basics for understanding how connections form.

Full-Text Search

Search across all your notes with fuzzy matching. Filter by type (note/article) and tags.

Keyboard shortcuts:

  • ↑/↓ β€” Navigate results
  • Enter β€” Open selected result
  • Escape β€” Clear search

Split-View Navigation

Click any wiki-link to open it side-by-side with your current note. Compare content, follow citation chains, and build context without losing your place. See Split-View Navigation for details.

Feature Guides

Explore the available features:

  • Quick Reference - Essential syntax cheatsheet
  • Markdown Guide - Connect notes with wiki-style links
  • Markdown Guide - Organize data in tables
  • Embeds and Anchors - Link to sections and embed content inline
  • Callouts - Collapsible information boxes
  • Code Blocks - Highlighted code snippets
  • Mathematical Notation - Write equations with LaTeX
  • Diagrams - Create flowcharts and diagrams
  • PDF Viewer - Embed PDFs with page navigation
  • Split-View Navigation - Open notes side-by-side

Articles

Read longer-form content:

  • Building a Second Brain - Introduction to personal knowledge management

Getting Started

  1. Create a new .mdx file in content/notes/
  2. Add frontmatter with title, date, and tags
  3. Write your content using Markdown and MDX components
  4. Link to related notes using wiki-links
  5. Run npm run build to generate the static site

Build Commands

CommandDescription
npm run genGenerate content (manifest, search index, etc.)
npm run devStart development server with hot reload
npm run buildBuild for production (runs gen automatically)
npm run watchWatch content files and regenerate on changes
npm run testRun unit tests
npm run test:e2eRun E2E tests with Playwright
npm run test:e2e:uiRun E2E tests with interactive UI

Environment Variables

Configure behavior in .env:

SITE_URL=https://your-domain.com
SITE_TITLE=Your Knowledge Base
SEARCH_TEXT_LIMIT=10000
πŸ“–
Search Text Limit

The SEARCH_TEXT_LIMIT controls how much text from each note is indexed for search (default: 10000 characters). Increase for deeper searches, decrease for smaller index files.

Backlinks

Heading Anchors

  • Embeds and Anchors

    ...ng | | Core Features | Welcome to RhizomeCore Features | | [[Knowledge Graph Basics\|Why Graphs Matter...

Related Concepts

  • Knowledge Graph Basics

    ...A methodology for personal knowledge management - Welcome to Rhizome - Getting started with this system

Links and Images

  • Markdown Guide

    ...in a new tab - Wiki-links connect notes by title: Welcome to Rhizome - Use standard markdown syntax for images: \![Al...

Build Commands

  • Quick Reference

    ...ew NavigationOpening Panes]] Build Commands !Welcome to RhizomeBuild Commands

Following Citation Chains

  • Split-View Navigation

    ...Knowledge Graph BasicsCore Concepts, then to Welcome to RhizomeWiki-links β€” each opening in a new pane while preserving you...