Note-Taking covers applications and tools purpose-built for writing, organizing, and retrieving personal notes. This includes local-first, markdown-based apps like Logseq and Joplin, block-based editors such as AppFlowy, and encrypted note apps like Standard Notes and Notesnook that prioritize privacy. It also covers browser extensions and command-line tools for quick note capture, and sync servers built specifically to support these apps.
The main distinction within this tag is file format and storage model. Markdown-based tools store each note as a plain text file, which makes notes portable, greppable, and readable outside the app itself. Database-backed apps store notes inside a single file or server-side database instead, which can enable richer features like backlinks and block references but ties the data more closely to that specific app.
Outline and networked-note tools like Logseq organize information around links between notes rather than a folder hierarchy, which suits people building a personal knowledge base with many cross-references. Traditional folder-and-note apps like Joplin are closer to a digital notebook and fit simpler note-taking needs without the added complexity of a linked graph.
For anyone storing sensitive information, checking whether encryption happens client-side (end-to-end) versus only at rest on the server is worth confirming directly, since the two provide very different privacy guarantees.
Comparison points: