User Guide
Welcome! This guide takes you from installing Lexicon to running a well-organized, interlinked knowledge dictionary.
What is Lexicon?
Lexicon is a free, open-source desktop application for structured learning and technical note-taking. Instead of a folder full of loose notes, you build a personal dictionary of terms, organized into maps, enriched with metadata, and connected by typed links that form a concept graph.
All data is stored locally in a single SQLite file โ no account, no cloud, no telemetry. You own your knowledge.
Core concepts
Five ideas are enough to understand the whole application:
| Concept | What it is | Example |
|---|---|---|
| Map | A top-level bucket that groups related terms. | C++, Databases, Networking |
| Term | A single concept with a title, Markdown content, and metadata. | Move semantics, B-tree index |
| Tag / Flag | Labels for classification (tags) and workflow markers (flags). | Tags: cpp20, templates ยท Flags: review, needs-example |
| Alias | An alternate name or synonym that also matches in search. | RAII for Resource Acquisition Is Initialization |
| Link | A typed relationship between two terms (with automatic backlinks). | std::vector โ Is A โ container |
Quick start checklist
- Install and launch Lexicon. The database file is created automatically on first start.
- Create your first map via
Manage โ Maps...โ for exampleC++. - Add a few terms with the
Addbutton and fill in their titles. - Write content in Markdown in the Content tab and watch the live preview.
- Connect related terms with typed links to grow your concept graph.
- Set up a backup habit โ copying one file is all it takes.
Guide chapters
๐ฆ Installation
Requirements, building on Debian/Ubuntu, Windows, and macOS, and what happens on first launch.
๐ Getting started
Create maps, explore the main window, and add your first terms the recommended way.
โ๏ธ Editing terms
The term editor in depth: General fields, the Markdown editor, and metadata management.
๐ Links & relationships
Build a concept graph with typed links and backlinks โ Is A, Part Of, Depends On, and more.
๐ Search & navigation
Search, filters, sorting, pagination, global overviews, and switching between light and dark mode.
๐ Backup & troubleshooting
Where your data lives, how to back it up, deletion safety rules, and fixes for common problems.