Logseq
By Logseq
Logseq is an open-source, local-first note-taking and knowledge-management app that combines an outliner interface with bidirectional linking, letting users store their notes as plain text files under their own control.
Definition
Logseq is an open-source, local-first note-taking and knowledge-management app that combines an outliner interface with bidirectional linking, letting users store their notes as plain text files under their own control.
Overview
Logseq brought the block-based outliner and bidirectional-linking model popularized by tools like Roam Research into an open-source, file-based package. Notes are written as outlines of nested bullets, saved as Markdown or Org-mode files on the user's own disk, which means a Logseq graph can be versioned with Git, synced through any file-sync service, and read by other plain-text tools. Like Roam, every page has a daily notes entry for quick capture, and users link ideas with `[[page links]]` and `#tags`, with Logseq automatically compiling backlinks. Because the underlying storage is open text files rather than a proprietary database, Logseq appeals to users who want the networked-notes workflow without vendor lock-in — a positioning similar to Obsidian, though Logseq defaults to an outliner structure rather than free-form documents and ships its core app as open source. Logseq also supports a whiteboard/canvas mode, task management with TODO/DOING keywords borrowed from Org-mode workflows, spaced-repetition flashcards, and a plugin system for extending functionality, making it popular among developers and researchers who value transparency and data ownership in their note-taking tools. It is often mentioned alongside Anytype in this space.
Key Features
- Open-source core application with notes stored as local Markdown or Org files
- Block-based outliner structure for every page
- Bidirectional linking with `[[links]]`, `#tags`, and automatic backlinks
- Daily notes page for quick, low-friction capture
- Built-in task management using TODO/DOING/DONE-style keywords
- Whiteboard/canvas mode for visual note arrangement
- Spaced-repetition flashcards generated from existing notes
- Plugin system for extending and customizing the app