diff --git a/.github/ISSUE_TEMPLATE/report-issue.yml b/.github/ISSUE_TEMPLATE/report-issue.yml
new file mode 100644
index 0000000..61a3683
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/report-issue.yml
@@ -0,0 +1,32 @@
+name: "Report an issue"
+description: "Report a broken link, outdated entry, or incorrect information"
+labels: ["bug"]
+body:
+ - type: input
+ id: tool
+ attributes:
+ label: Tool name
+ placeholder: "Which tool has the issue?"
+ validations:
+ required: true
+ - type: dropdown
+ id: issue_type
+ attributes:
+ label: Issue type
+ options:
+ - "Broken link"
+ - "Outdated description"
+ - "Wrong category"
+ - "Project abandoned/archived"
+ - "License changed"
+ - "Duplicate entry"
+ - "Other"
+ validations:
+ required: true
+ - type: textarea
+ id: details
+ attributes:
+ label: Details
+ description: "What's wrong and what should it be?"
+ validations:
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/suggest-tool.yml b/.github/ISSUE_TEMPLATE/suggest-tool.yml
new file mode 100644
index 0000000..9c1ca49
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/suggest-tool.yml
@@ -0,0 +1,49 @@
+name: "Suggest a tool"
+description: "Suggest a new note-taking tool to add to the list"
+labels: ["suggestion"]
+body:
+ - type: input
+ id: name
+ attributes:
+ label: Tool name
+ placeholder: "e.g., Obsidian"
+ validations:
+ required: true
+ - type: input
+ id: url
+ attributes:
+ label: URL
+ placeholder: "https://..."
+ validations:
+ required: true
+ - type: dropdown
+ id: category
+ attributes:
+ label: Category
+ options:
+ - "Open Source — Native GUI"
+ - "Open Source — CLI"
+ - "Open Source — TUI"
+ - "Open Source — Editor Plugin"
+ - "Open Source — Electron"
+ - "Open Source — Tauri"
+ - "Open Source — Web UI"
+ - "Proprietary"
+ validations:
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Description
+ description: "Brief description (1-2 sentences)"
+ validations:
+ required: true
+ - type: checkboxes
+ id: checks
+ attributes:
+ label: Verification
+ options:
+ - label: "I verified this tool is not already on the list"
+ required: true
+ - label: "This tool is actively maintained (last commit within 12 months)"
+ required: true
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 87b2406..cb07c86 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,14 @@
-**By submitting this pull request, I promise I have read the [contribution guidelines](https://github.com/tehtbl/awesome-note-taking/blob/master/contributing.md) twice and ensured my submission follows it. 🖖**
+## What does this PR do?
-⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆
+
+
+## Checklist
+
+- [ ] I have read the [contribution guidelines](contributing.md)
+- [ ] The entry follows the correct format: `- [icons] [Name](URL) - Description. \`LICENSE\` \`Tech\``
+- [ ] The tool is not already on the list
+- [ ] The tool is actively maintained (last commit within 12 months)
+- [ ] Icons are accurate (checked platform support, sync, encryption)
+- [ ] The link works and points to the official source
+- [ ] For open-source tools: license (SPDX) and tech stack are included
+- [ ] Added to the correct category
diff --git a/.markdownlint.yml b/.markdownlint.yml
new file mode 100644
index 0000000..3972a37
--- /dev/null
+++ b/.markdownlint.yml
@@ -0,0 +1,15 @@
+# Markdownlint configuration for awesome-list format
+# See: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
+
+# MD013: Line length — disabled because awesome-list entries can be long
+MD013: false
+
+# MD033: Inline HTML — disabled to allow badge divs and back-to-top links
+MD033: false
+
+# MD041: First line should be top-level heading — disabled because we use a div header
+MD041: false
+
+# MD007: Unordered list indentation — allow 2-space indentation for nested editor plugins
+MD007:
+ indent: 2
diff --git a/README.md b/README.md
index d5aecba..a9c9f81 100644
--- a/README.md
+++ b/README.md
@@ -1,139 +1,216 @@
-# Awesome Note-Taking [](https://awesome.re)
-
-> A curated list of awesome note-taking software.
+
+

+
+
The most comprehensive, community-curated collection of note-taking tools.
+ Open source & proprietary — organized, rated, and actively maintained.
+
+

+

+

+

+

+
+
+
+> **What is this?** A hand-picked directory of 100+ note-taking apps, PKM tools,
+> and knowledge management software — from simple markdown editors to full
+> knowledge graphs. Whether you're a developer, student, writer, or researcher,
+> you'll find the right tool here.
+>
+> *Know a great tool that's missing?*
+> [Open a PR](contributing.md) — contributions are very welcome!
## Legend
-📖 notes are stored in plain text format (e.g. Markdown, org-mode, dokuwiki)
-
-📕 notes are stored in a database or otherwise need an export for external use
-
-🤖 Android support or app. Alternatively, see [termux](https://termux.dev/) for CLI (including emacs and vim plugins) on Android devices.
-
-👍 Recommended. In active use for many years by a pull-request author.
-
-🔁 provides multi-device sync. Alternatively, see [syncthing](https://syncthing.net/) or any cloud provider
+| Icon | Meaning |
+|:----:|:--------|
+| 📖 | Notes stored in **plain text** (Markdown, org-mode, wiki, etc.) |
+| 📕 | Notes stored in a **database** or proprietary format |
+| 🤖 | **Android** support or app (see also [Termux](https://termux.dev/) for CLI tools) |
+| 🍎 | **iOS** support or app |
+| 👍 | **Recommended** — in active use for years by a PR author |
+| 🔁 | Built-in **multi-device sync** (alternatively: [Syncthing](https://syncthing.net/) or any cloud provider) |
+| 🔒 | **End-to-end encryption** support |
+| ⚠️ | **Archived / abandoned** — kept for reference but no longer maintained |
## Contents
- [Open Source](#open-source)
- [Native GUI](#native-gui)
- [CLI](#cli)
+ - [TUI](#tui)
- [Editor Plugin](#editor-plugin)
- [Electron](#electron)
- [Tauri](#tauri)
- [Web UI](#web-ui)
- [Proprietary](#proprietary)
+- [Quick Comparison](#quick-comparison)
+- [Contributing](#contributing)
## Open Source
### Native GUI
-- 📕 [AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) - The Open Source Alternative To Notion.Supports macOS, Windows & Linux (rust+flutter).
-- 📖 [QOwnNotes](https://www.qownnotes.org/) - Open source plain-text file markdown note-taking native-application with Nextcloud / ownCloud integration.
-- 📕 [Cherrytree](http://www.giuspen.com/cherrytree) - A hierarchical note-taking app, featuring rich text and syntax highlighting.
-- 📕 [treesheets](https://github.com/aardappel/treesheets) - Free Form Data Organizer using hierarchical spreadsheet. Open source native desktop application.
-- 📖 [Zim Deskop Wiki](https://zim-wiki.org/) - Open source multi-platform native desktop GUI to manage a collection of local wiki pages.
-- 📕 [Leo](https://leo-editor.github.io/) - PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers. Open source native desktop app.
-- 🤖🔁 [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - GNOME desktop note-taking application for Linux, Windows, and macOS.
-- 📖 [Red Notebook](https://rednotebook.app/) - Open source native desktop journal using plain-text files.
-- 📖🤖 [GitJournal](https://github.com/GitJournal/GitJournal) - Open source markdown notes editor with integrated syncing with Git. Supports iOS, Android, Linux and MacOS (flutter).
-- [Fluster](https://fluster-one.vercel.app) - All in one note taking solution for modern students and academics. Powered by Rust with integrated AI.
-- 📕🔁 [DailyVox](https://github.com/intrepidkarthi/dailyvox) - Free AI voice diary for iOS with on-device transcription, mood tracking, Digital Twin, and knowledge graph. 100% offline, optional iCloud sync (swift/swiftui).
-- 📕 [Revu](https://github.com/JuliusBrussee/revu-swift) - Local-first spaced repetition note-taking app for macOS with FSRS scheduling, Notion-inspired UI, Anki import, study guides, and exams. Built with SwiftUI.
+- 📕🍎🤖🔁 [AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) - Open source alternative to Notion. Supports macOS, Windows, Linux, iOS, and Android. `AGPL-3.0` `Flutter/Dart`
+- 📕 [Cherrytree](http://www.giuspen.com/cherrytree) - A hierarchical note-taking app featuring rich text and syntax highlighting. `GPL-3.0` `Qt/C++`
+- 📕🍎🔁 [DailyVox](https://github.com/intrepidkarthi/dailyvox) - Free AI voice diary for iOS with on-device transcription, mood tracking, Digital Twin, and knowledge graph. 100% offline, optional iCloud sync. `MIT` `Swift/SwiftUI`
+- 📖 [Fluster](https://fluster-one.vercel.app) - All-in-one note-taking solution for modern students and academics, powered by Rust with integrated AI. `?` `Rust/TypeScript`
+- 📖🍎🤖🔁 [GitJournal](https://github.com/GitJournal/GitJournal) - Open source markdown notes editor with integrated Git syncing. Supports iOS, Android, Linux, and macOS. `AGPL-3.0` `Flutter/Dart`
+- 📖 [Leo](https://leo-editor.github.io/) - PIM, IDE, and outliner that accelerates the work flow of programmers, authors, and web designers. `MIT` `Python`
+- 📖 [QOwnNotes](https://www.qownnotes.org/) - Open source plain-text file markdown note-taking application with Nextcloud / ownCloud integration. `GPL-2.0` `Qt/C++`
+- 📖 [Red Notebook](https://rednotebook.app/) - Open source desktop journal using plain-text files. `GPL-2.0` `Python/GTK`
+- 📕 [Revu](https://github.com/JuliusBrussee/revu-swift) - Local-first spaced repetition note-taking app for macOS with FSRS scheduling, Anki import, and study guides. `GPL-3.0` `Swift/SwiftUI`
+- 🤖🔁⚠️ [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - GNOME desktop note-taking application for Linux, Windows, and macOS. Original project abandoned; see [tomboy-ng](https://github.com/tomboy-notes/tomboy-ng) for the active successor. `LGPL-2.1` `C#/Mono`
+- 📕 [treesheets](https://github.com/aardappel/treesheets) - Free form data organizer using hierarchical spreadsheet. `Zlib` `C++`
+- 📖 [Zim Desktop Wiki](https://zim-wiki.org/) - Open source multi-platform desktop GUI to manage a collection of local wiki pages. `GPL-2.0` `Python/GTK`
+
+back to top
### CLI
-- 📖 [todo-txt](https://github.com/todotxt/todo.txt-cli) - A simple and extensible shell script for managing your todo.txt file.
-- 📖 [zk](https://github.com/mickael-menu/zk) - A command-line tool helping you to maintain a plain text Zettelkasten or personal wiki.
-- [nb](https://github.com/xwmx/nb) - A command line and local web note‑taking, bookmarking, archiving, and knowledge base application
-- 📖 [IWE](https://github.com/iwe-org/iwe) - A markdown-based knowledge management tool with CLI and LSP server. Turns markdown files into a navigable graph with backlinks, link completion, and code actions. Works with VS Code, Neovim, Zed, and Helix.
-- 📕 [lifeos-cli](https://github.com/liujuanjuan1984/lifeos-cli) - A terminal-native LifeOS for notes, linked tasks, schedules, events, and timelogs.
+- 📖 [IWE](https://github.com/iwe-org/iwe) - A markdown-based knowledge management tool with CLI and LSP server. Turns markdown files into a navigable graph with backlinks and link completion. Works with VS Code, Neovim, Zed, and Helix. `Apache-2.0` `Rust`
+- 📕 [lifeos-cli](https://github.com/liujuanjuan1984/lifeos-cli) - A terminal-native LifeOS for notes, linked tasks, schedules, events, and timelogs. `Apache-2.0` `Python`
+- 📖 [nb](https://github.com/xwmx/nb) - A command line and local web note-taking, bookmarking, archiving, and knowledge base application. `AGPL-3.0` `Shell`
+- 📖 [todo-txt](https://github.com/todotxt/todo.txt-cli) - A simple and extensible shell script for managing your todo.txt file. `GPL-3.0` `Shell`
+- 📖 [zk](https://github.com/mickael-menu/zk) - A command-line tool helping you to maintain a plain text Zettelkasten or personal wiki. `GPL-3.0` `Go`
+
+back to top
### TUI
-- 📖 [FuzPad](https://github.com/JianZcar/FuzPad) - A minimalistic note management solution. Powered by fzf.
-- 📖 [Toney](https://github.com/SourcewareLab/Toney) - Toney is a fast, lightweight, terminal-based note-taking app for the modern developer.
+- 📖 [FuzPad](https://github.com/JianZcar/FuzPad) - A minimalistic note management solution powered by fzf. `GPL-3.0` `Shell`
+- 📖 [Toney](https://github.com/SourcewareLab/Toney) - A fast, lightweight, terminal-based note-taking app for the modern developer. `MIT` `Go`
+
+back to top
### Editor Plugin
-- Visual Studio Code - Microsoft text editor
- - [Foam](https://foambubble.github.io/) - VSCode plugin inspired by Roam Research.
- - [Emanate](https://github.com/srid/emanote) - A structured view of your plain-text notes. Succesor to neuron.
-- 🤖 [Emacs](https://www.gnu.org/software/emacs/) - An open source, cross-platform, extensible, and customizable text editor.
- - 📖 [Org-mode](https://orgmode.org/) plain-text markup and major mode for keeping notes, authoring documents, computational notebooks, literate programming, …
- - 📖 [Org-roam](https://www.orgroam.com/) - plain-text personal knowledge management system inspired by roam research.
- - 📖 [Org-brain](https://github.com/Kungsgeten/org-brain) - Concept mapping in Emacs using org-mode.
- - 📖 [Deft](https://github.com/jrblevin/deft) - an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity.
- - 📖 [Hyperbole/Koutliner](https://www.gnu.org/software/hyperbole/) - multi-level autonumbered hypertextual outliner
- - 📖 [howm](https://kaorahi.github.io/howm/) - Note-taking tool on Emacs that can be combined with any format.
-- 📖 [vim-wiki](https://github.com/vimwiki/vimwiki) - A personal wiki for Vim -- a number of linked text files that have their own syntax highlighting.
+- 🤖 [Emacs](https://www.gnu.org/software/emacs/) - An open source, cross-platform, extensible, and customizable text editor. `GPL-3.0` `C/Emacs Lisp`
+ - 📖 [Deft](https://github.com/jrblevin/deft) - An Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity. `BSD-3-Clause` `Emacs Lisp`
+ - 📖 [howm](https://kaorahi.github.io/howm/) - Note-taking tool on Emacs that can be combined with any format. `GPL-2.0` `Emacs Lisp`
+ - 📖 [Hyperbole/Koutliner](https://www.gnu.org/software/hyperbole/) - Multi-level autonumbered hypertextual outliner for Emacs. `GPL-3.0` `Emacs Lisp`
+ - 📖⚠️ [Org-brain](https://github.com/Kungsgeten/org-brain) - Concept mapping in Emacs using org-mode. Last commit 2023; appears unmaintained. `MIT` `Emacs Lisp`
+ - 📖 [Org-mode](https://orgmode.org/) - Plain-text markup and major mode for keeping notes, authoring documents, computational notebooks, and literate programming. `GPL-3.0` `Emacs Lisp`
+ - 📖 [Org-roam](https://www.orgroam.com/) - Plain-text personal knowledge management system inspired by Roam Research. `GPL-3.0` `Emacs Lisp`
+- 📖 [vim-wiki](https://github.com/vimwiki/vimwiki) - A personal wiki for Vim — a number of linked text files with their own syntax highlighting. `MIT` `Vim Script`
+- Visual Studio Code - Microsoft text editor.
+ - 📖 [Emanote](https://github.com/srid/emanote) - A structured view of your plain-text notes. Successor to Neuron. `AGPL-3.0` `Haskell`
+ - 📖 [Foam](https://foambubble.github.io/) - VSCode plugin for personal knowledge management inspired by Roam Research. `MIT` `TypeScript/VSCode`
+
+back to top
### Electron
-* [Logseq](https://github.com/logseq/logseq) - Local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base.
-* 📕🤖🔁 [SiYuan](https://github.com/siyuan-note/siyuan) - A privacy-first, self-hosted, fully open source personal knowledge management software.
-* [Zettlr](https://www.zettlr.com/) - Markdown Editor for the 21st century.
-* 🤖🔁 [Standard Notes](https://github.com/standardnotes/app) - A free, open-source, and completely encrypted notes app. macOS, Windows, & Linux app repository. Archived
-* [AnyType](https://anytype.io/) - Open source local-first electron and phone app for tasks, notes, and more.
-* [Bangle.io](https://bangle.io) - A free alternative to Notion that takes markdown notes saved right in your computer
-* [Linked](https://github.com/lostdesign/linked) - Forget less by daily journaling, completely offline, secure and free. Supports macOS, Windows & Linux.
-* [AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) - The Open Source Alternative To Notion.Supports macOS, Windows & Linux.
-* [btw](https://github.com/btw-so/btw) - btw is an open source personal website builder.
-* 📖🤖🔁 [TidGi](https://github.com/tiddly-gittly/TidGi-Desktop) - Customizable personal knowledge-base with git as backup manager and blogging platform. A TiddlyWiki app based on TiddlyWiki platfrom.
-* 📕🔁 [AFFiNE](https://github.com/toeverything/AFFiNE) - Next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.
-* 📖 [Tangent Notes](https://www.tangentnotes.com/) - An open source, local-first markdown note taking application designed to let you write the way you think.
-* [Notable](https://notable.app/) - Free app for simple note taking based on VS Code Editor. _Important:_ Notable is no longer Open Source as of Sep 28, 2019 (v1.8.4 / [7403a47](https://github.com/notable/notable/commit/7403a47f7602860d227268dda08e3b6f504fd30c))
-* [SwarmVault](https://github.com/swarmclawai/swarmvault) - Local-first RAG knowledge base compiler. Persistent markdown wiki, knowledge graph, hybrid SQLite FTS + embeddings, contradiction detection, and built-in MCP server.
+
+- 📕🔁 [AFFiNE](https://github.com/toeverything/AFFiNE) - Next-gen knowledge base that brings planning, sorting, and creating all together. Privacy first, open-source, customizable and ready to use. `MIT` `Electron/TypeScript`
+- 📕🍎🤖🔒🔁 [AnyType](https://anytype.io/) - Open source local-first app for tasks, notes, and more with E2EE and cross-platform sync. `Source-available` `Electron/TypeScript`
+- 📖 [Bangle.io](https://bangle.io) - A free alternative to Notion that takes markdown notes saved right on your computer. `AGPL-3.0` `Web/TypeScript`
+- 📖 [btw](https://github.com/btw-so/btw) - Open source personal website builder. `GPL-3.0` `Electron/JavaScript`
+- 📖 [Linked](https://github.com/lostdesign/linked) - Forget less by daily journaling, completely offline, secure, and free. Supports macOS, Windows, and Linux. `GPL-3.0` `Electron/TypeScript`
+- 📖🍎🤖🔁 [Logseq](https://github.com/logseq/logseq) - Local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. `AGPL-3.0` `Electron/ClojureScript`
+- ⚠️ [Notable](https://notable.app/) - Simple note-taking app based on VS Code Editor. No longer open source as of v1.6. `Proprietary` `Electron/TypeScript`
+- 📕🍎🤖🔁 [SiYuan](https://github.com/siyuan-note/siyuan) - A privacy-first, self-hosted, fully open source personal knowledge management software. `AGPL-3.0` `Electron/TypeScript+Go`
+- 📖🍎🤖🔒🔁 [Standard Notes](https://github.com/standardnotes/app) - A free, open-source, and completely encrypted notes app for macOS, Windows, Linux, iOS, and Android. `AGPL-3.0` `Electron/TypeScript`
+- 📖 [SwarmVault](https://github.com/swarmclawai/swarmvault) - Local-first RAG knowledge base compiler with persistent markdown wiki, knowledge graph, hybrid SQLite FTS and embeddings, contradiction detection, and built-in MCP server. `MIT` `Node.js/TypeScript`
+- 📖 [Tangent Notes](https://www.tangentnotes.com/) - An open source, local-first markdown note taking application designed to let you write the way you think. `Apache-2.0` `Electron/TypeScript`
+- 📖🤖🔁 [TidGi](https://github.com/tiddly-gittly/TidGi-Desktop) - Customizable personal knowledge-base with git as backup manager and blogging platform, based on TiddlyWiki. `MPL-2.0` `Electron/TypeScript`
+- 📖 [Zettlr](https://www.zettlr.com/) - Markdown editor for academics and researchers. `GPL-3.0` `Electron/TypeScript`
+
+back to top
### Tauri
-* 📕 [Treedome](https://codeberg.org/solver-orgz/treedome) - Open-source and local-first, encrypted, note taking application organized in tree-like structures.
-* 📖 [Stik](https://github.com/0xMassi/stik_app) - Instant thought capture for macOS. Global hotkey summons a post-it note, type and close. Notes stored as plain markdown files.
-* [Char](https://github.com/fastrepl/char) - Open-source AI notepad for meetings with flexible AI stack and on-device storage.
-* 📖 [Inkwell](https://github.com/4worlds4w-svg/inkwell) - Portable Markdown editor with split view, live preview, themes, templates, focus mode, typewriter mode, find & replace, and diff viewer.
+- 📖🍎 [Char](https://github.com/fastrepl/char) - Open-source AI notepad for meetings with flexible AI stack and on-device storage. `GPL-3.0` `Tauri/Rust+TypeScript`
+- 📖 [Inkwell](https://github.com/4worlds4w-svg/inkwell) - Portable Markdown editor with split view, live preview, themes, templates, focus mode, and diff viewer. `Source-available` `Tauri/Rust`
+- 📖 [Stik](https://github.com/0xMassi/stik_app) - Instant thought capture for macOS. Global hotkey summons a post-it note, type and close. Notes stored as plain markdown files. `MIT` `Tauri/TypeScript+Rust`
+- 📕 [Treedome](https://codeberg.org/solver-orgz/treedome) - Open-source and local-first, encrypted note-taking application organized in tree-like structures. `AGPL-3.0` `Tauri/Rust`
+
+back to top
### Web UI
-* 📖🤖🔁 [Joplin](https://joplinapp.org/) - Open source note taking app that supports synchronization and has Windows, Linux, Android, Cli builds. Supports import from Evernote.
-* 📕 [Laverna](https://laverna.cc) - Evernote like note-taking web application with a Markdown editor using indexedDB local storage.
-* 📖 [CodiMD](https://github.com/hackmdio/codimd) - CodiMD is the free software version of HackMD with reduced features (without book mode).
-* 📖 [Dokuwiki](https://www.dokuwiki.org/dokuwiki) - a simple to use and highly versatile Open Source wiki software that doesn't require a database.
-* 📕 [Hypothes.is](https://hypothes.is/) - Annotate anything online.
-* [NattyNote](https://github.com/ahmedelq/NattyNote) - A free, open-source browser extension to take time-stamped YouTube notes.
-* 📖 [Fossil](https://www2.fossil-scm.org/home/doc/trunk/www/index.wiki) source control software with built-in stand-alone wiki pages.
-* 📖 [SilverBullet](https://github.com/silverbulletmd/silverbullet) - Free, open-source self-hosted PWA for markdown notes.
-* 📖 [TiddlyWiki](https://github.com/TiddlyWiki/TiddlyWiki5) - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
-* 📕 [Solo](https://github.com/johnSamilin/solo) - Minimalistic private note-taking app with focus on typography
-* 📖 [Ephe](https://github.com/unvalley/ephe) - A Markdown Paper for daily todo and thoughts. Privacy first, OSS, local-only.
-
-* [Neuron](https://neuron.zettel.page/) - Future-proof open-source app for managing your plain-text notes in Zettelkasten style. Superceeded by Emanote.
+
+- 📖⚠️ [CodiMD](https://github.com/hackmdio/codimd) - The free software version of HackMD. See [HedgeDoc](https://hedgedoc.org/) for the active community fork. `AGPL-3.0` `Web/JavaScript`
+- 📖 [Docmost](https://github.com/docmost/docmost) - Open-source collaborative wiki and documentation software. Notion/Confluence alternative with real-time collaboration. `AGPL-3.0` `Web/TypeScript`
+- 📖 [Dokuwiki](https://www.dokuwiki.org/dokuwiki) - A simple to use and highly versatile open source wiki software that doesn't require a database. `GPL-2.0` `Web/PHP`
+- 📖 [Ephe](https://github.com/unvalley/ephe) - A Markdown paper for daily todo and thoughts. Privacy first, OSS, local-only. `MIT` `Web/TypeScript`
+- 📖 [Flatnotes](https://github.com/dullage/flatnotes) - Self-hosted, database-less, plain-text markdown note-taking app. `MIT` `Python/Vue`
+- 📖 [Fossil](https://www2.fossil-scm.org/home/doc/trunk/www/index.wiki) - Source control software with built-in standalone wiki pages. `BSD-2-Clause` `C`
+- 📖 [HedgeDoc](https://github.com/hedgedoc/hedgedoc) - Real-time collaborative markdown notes. Community successor to CodiMD. `AGPL-3.0` `Web/TypeScript`
+- 📕 [Hypothes.is](https://hypothes.is/) - Annotate anything online. `BSD-2-Clause` `Web/Python`
+- 📖🍎🤖🔒🔁 [Joplin](https://joplinapp.org/) - Open source note taking app that supports synchronization with E2EE. Available on Windows, Linux, macOS, iOS, Android, and CLI. Supports import from Evernote. `AGPL-3.0` `Electron+React Native/TypeScript`
+- 📕⚠️ [Laverna](https://laverna.cc) - Evernote-like note-taking web application with a Markdown editor. Abandoned since 2018. `MPL-2.0` `Web/JavaScript`
+- 📖🔁 [Memos](https://github.com/usememos/memos) - Lightweight, self-hosted memo hub. Privacy first. `MIT` `Go/React`
+- 📖 [NattyNote](https://github.com/ahmedelq/NattyNote) - A free, open-source browser extension to take time-stamped YouTube notes. `GPL-3.0` `Browser Extension/JavaScript`
+- 📖⚠️ [Neuron](https://neuron.zettel.page/) - Open-source app for managing plain-text notes in Zettelkasten style. Superseded by Emanote. `AGPL-3.0` `Haskell`
+- 📖🍎🤖🔒🔁 [Notesnook](https://github.com/streetwriters/notesnook) - Fully open source and end-to-end encrypted note-taking app available on all platforms. `GPL-3.0` `Web/TypeScript`
+- 📖 [Outline](https://github.com/outline/outline) - Fast, collaborative team knowledge base. Self-hosted or cloud. `BSL-1.1` `Web/TypeScript`
+- 📖 [SilverBullet](https://github.com/silverbulletmd/silverbullet) - Free, open-source self-hosted PWA for markdown notes. `MIT` `TypeScript/Go`
+- 📕 [Solo](https://github.com/johnSamilin/solo) - Minimalistic private note-taking app with focus on typography. `MIT` `Web/TypeScript`
+- 📖 [TiddlyWiki](https://github.com/TiddlyWiki/TiddlyWiki5) - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda, and more. `BSD-3-Clause` `Web/JavaScript`
+
+back to top
## Proprietary
-* 📖 [Obsidian](https://obsidian.md/) - Free for personal use app, that works on top of a local folder of plain text Markdown files.
-* [Wridea](http://wridea.com) - Web service to organize and improve ideas and notes by sharing with friends and necessary tools.
-* [Google Keep](https://keep.google.com) - Google Keep is a note-taking service developed by Google. It is available on the web and as mobile app.
-* [OneNote](https://www.onenote.com) - Microsoft OneNote is a program for free-form information gathering and multi-user collaboration.
-* [Notebook](https://www.zoho.com/notebook) - Mobile/Web/Desktop app to take multiple forms of notes from Zoho.
-* [Simplenote](http://simplenote.com) - Available for iOS, Android, macOS, Windows, Linux, and the web and supports Markdown.
-* [Somnote](http://somcloud.com/about/somnote) - Record and save important information, ideas, and moments. Available for multiple platforms.
-* [Squid](http://squidnotes.com) - Android app to take digital handwritten notes for class, work, or fun! Markup PDFs and sign documents.
-* [HackMD](https://hackmd.io) - HackMD helps developers write better documents and build active communities with open collaboration.
-* [Evernote](https://www.evernote.com) - An (online) app designed for note-taking, organizing, task management, and archiving of different formats.
-* [Inkdrop](https://www.inkdrop.info) - An (online) app for organizing Markdown notes.
-* [Workflowy](https://workflowy.com) - WorkFlowy is a web-based organizational tool to create todo lists, notes, team projects and others.
-* [DEVONthink](https://www.devontechnologies.com/apps/devonthink) - macOS or iPhone app with lots of features that can handle many files.
-* [Roam](https://roamresearch.com/) - A note-taking tool for networked thought.
-* [TheBrain](https://www.thebrain.com/) - Mind mapping and personal knowledge base software application.
-* [Polar](https://getpolarized.io/) - An integrated reading environment to build your knowledge base.
-* 📖📕🤖🔁 [Supernotes](https://supernotes.app) – A multi-platform notes app built around markdown notecards and card nesting with real-time collaborative features.
-* [NotePlan](https://noteplan.co) - NotePlan combines tasks, notes, and calendar - all in one place. It is available on Web, MacOS and iOS.
-* 📕🤖🔁 [JournalCalls](https://journalcalls.com) - Voice journal/note taking over a phone call, exports to markdown and Notion
-* 📕🤖🔁 [Taskade](https://www.taskade.com) – A tree-structured note-taking and productivity app for individuals and teams. Features real-time collaboration, AI agents, automation, and multiple views (List, Board, Calendar, Mind Map, Table, etc.). Available on Web, macOS, Windows, iOS, Android, and browser extensions.
-* [OktoNote](https://oktonote.app) - An AI first note taking app that lets you fire and forget. It auto organizes your notes for you in beautiful, actionable and searchable cards. Supports text, audio, photos and documents. Perfect for journals, tasks, travel itinerary and tickets, lists, things to remember, bookmarking, study notes, discussion notes etc., Available on Ios for now, launching soon on Android and Web.
-* 📖 [Octarine](https://octarine.app/) - A fast, lightweight tool for writing, planning, and organizing — in Markdown that stays yours.
-* 📖 [MDLook](https://mdlook.com) ([GitHub](https://github.com/djosci/MDLook)) - Portable offline Markdown editor for Windows using WebView2, with live preview, dark mode, KaTeX math, and Mermaid diagrams.
-* 📕📖🔁 [MindMirror](https://mindmirror.app) - Note app for busy minds, write down your thoughts or transform your thoughts into notes then ask away, and MindMirror will find exactly what you are looking for.
-* 📕 [MindWork](https://mindwork.it.com/) - A Cursor-like AI workspace for deep and focused personal knowledge management.
+- 📖🍎 [Bear](https://bear.app/) - Beautiful, flexible writing app for notes and prose. Apple platforms only (Mac, iPhone, iPad). Sync via iCloud with Bear Pro.
+- 📕🍎🤖🔁 [Capacities](https://capacities.io/) - Object-based note-taking app for networked thinking. Available on macOS, Windows, Linux, web, iOS, and Android.
+- 📕🍎🤖🔁 [Craft](https://www.craft.do/) - Beautiful native document editor for Mac, iPad, iPhone, Android, and Windows with real-time collaboration.
+- 📕🍎🔁 [DEVONthink](https://www.devontechnologies.com/apps/devonthink) - macOS and iOS app for storing, organizing, and working on documents and notes.
+- 📕🍎🤖🔁 [Evernote](https://www.evernote.com) - An app designed for note-taking, organizing, task management, and archiving of different formats.
+- 📕🍎🤖🔁 [Google Keep](https://keep.google.com) - Google Keep is a note-taking service developed by Google. Available on the web and as a mobile app.
+- 📖 [HackMD](https://hackmd.io) - Helps developers write better documents and build active communities with open collaboration.
+- 📕🍎🤖🔁 [Heptabase](https://heptabase.com/) - Visual note-taking tool for learning complex topics, with whiteboard-based card organization.
+- 📕🍎🤖🔒🔁 [Inkdrop](https://www.inkdrop.info) - An app for organizing Markdown notes with E2EE sync. Available on macOS, Windows, Linux, iOS, and Android.
+- 📕🔁 [JournalCalls](https://journalcalls.com) - Voice journal and note-taking over a phone call. Exports to Markdown and Notion.
+- 📖 [MDLook](https://mdlook.com) ([GitHub](https://github.com/djosci/MDLook)) - Portable offline Markdown editor for Windows using WebView2, with live preview, dark mode, KaTeX math, and Mermaid diagrams.
+- 📕🍎🔁 [Mem](https://get.mem.ai/) - AI-powered self-organizing workspace for notes and knowledge. Available on web and iOS.
+- 📕🍎🔁 [MindMirror](https://mindmirror.app) - Note app for busy minds with AI search and smart organization. iOS available, Android coming soon.
+- 📕🔁 [MindWork](https://mindwork.it.com/) - A Cursor-like AI workspace for deep and focused personal knowledge management.
+- 📕🍎🤖🔁 [Notebook](https://www.zoho.com/notebook) - Mobile, web, and desktop app to take multiple forms of notes, from Zoho.
+- 📖🍎🔁 [NotePlan](https://noteplan.co) - Combines tasks, notes, and calendar all in one place. Available on Mac and iOS.
+- 📕🍎🤖🔁 [Notion](https://notion.so) - All-in-one workspace for notes, docs, wikis, projects, and collaboration.
+- 📖🍎🔒🔁 [Obsidian](https://obsidian.md/) - Free for personal use app that works on top of a local folder of plain text Markdown files. Optional E2EE sync via Obsidian Sync.
+- 📖 [Octarine](https://octarine.app/) - A fast, lightweight tool for writing, planning, and organizing in Markdown that stays yours.
+- ⚠️ [OktoNote](https://oktonote.app) - An AI-first note-taking app that auto-organizes notes into searchable cards. Website unreachable; status unclear.
+- 📕🍎🤖🔁 [OneNote](https://www.onenote.com) - Microsoft OneNote is a program for free-form information gathering and multi-user collaboration.
+- ⚠️ [Polar](https://getpolarized.io/) - An integrated reading environment to build your knowledge base. Website unreachable; appears abandoned.
+- 📕🍎🔒🔁 [Reflect](https://reflect.app/) - Fast, AI-powered note-taking app with end-to-end encryption. Available on Mac, Windows, web, and iOS.
+- 📖🔁 [Roam](https://roamresearch.com/) - A note-taking tool for networked thought.
+- 📖🍎🤖🔁 [Simplenote](http://simplenote.com) - Available for iOS, Android, macOS, Windows, Linux, and the web. Supports Markdown.
+- 📕🍎🤖🔁 [Somnote](http://somcloud.com/about/somnote) - Record and save important information, ideas, and moments. Available for multiple platforms.
+- 🤖 [Squid](http://squidnotes.com) - Android app to take digital handwritten notes for class, work, or fun. Markup PDFs and sign documents.
+- 📕🍎🤖🔁 [Supernotes](https://supernotes.app) - A multi-platform notes app built around markdown notecards and card nesting with real-time collaborative features.
+- 📕🍎🤖🔁 [Tana](https://tana.inc/) - Supertag-based knowledge tool with powerful structuring and AI-meeting features.
+- 📕🍎🤖🔁 [Taskade](https://www.taskade.com) - A tree-structured note-taking and productivity app with real-time collaboration, AI agents, and multiple views. Available on web, macOS, Windows, iOS, Android, and browser extensions.
+- 📕🍎🤖🔁 [TheBrain](https://www.thebrain.com/) - Mind mapping and personal knowledge base software application.
+- 📖🍎🔁 [Ulysses](https://ulysses.app/) - Premium writing app for Mac, iPad, and iPhone with Markdown support. Apple platforms only.
+- 📕🍎🤖🔁 [Workflowy](https://workflowy.com) - Web-based organizational tool to create todo lists, notes, team projects, and more.
+- ⚠️ [Wridea](http://wridea.com) - Web service to organize and improve ideas and notes by sharing with friends. Website appears dead.
+
+back to top
+
+## Quick Comparison
+
+A side-by-side overview of the most popular tools to help you choose:
+
+| Tool | Type | Storage | Sync | E2EE | Platforms | Plugins | Price |
+|------|------|---------|------|------|-----------|---------|-------|
+| [Obsidian](https://obsidian.md/) | PKM | Markdown | paid add-on | optional | Win/Mac/Linux/iOS/Android | 1800+ | Freemium |
+| [Joplin](https://joplinapp.org/) | Notes | Markdown | yes | yes | Win/Mac/Linux/iOS/Android/CLI | yes | Free |
+| [Logseq](https://github.com/logseq/logseq) | PKM/Outliner | Markdown | yes | — | Win/Mac/Linux/iOS/Android | yes | Free |
+| [SiYuan](https://github.com/siyuan-note/siyuan) | PKM | Database | yes | — | Win/Mac/Linux/iOS/Android/Web | yes | Freemium |
+| [AFFiNE](https://github.com/toeverything/AFFiNE) | Workspace | Database | yes | — | Win/Mac/Linux/Web | yes | Freemium |
+| [AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) | Workspace | Database | yes | — | Win/Mac/Linux/iOS/Android | yes | Free |
+| [Standard Notes](https://github.com/standardnotes/app) | Notes | Encrypted | yes | yes | Win/Mac/Linux/iOS/Android/Web | yes | Freemium |
+| [AnyType](https://anytype.io/) | PKM | Database | yes | yes | Win/Mac/Linux/iOS/Android | — | Free |
+| [Notesnook](https://github.com/streetwriters/notesnook) | Notes | Encrypted | yes | yes | Win/Mac/Linux/iOS/Android/Web | — | Freemium |
+| [TiddlyWiki](https://tiddlywiki.com/) | Wiki | HTML/JSON | 3rd-party | — | Web/Node.js | yes | Free |
+| [Org-mode](https://orgmode.org/) | PKM | Org files | 3rd-party | — | Emacs | yes | Free |
+| [Notion](https://notion.so/) | Workspace | Cloud | yes | — | Win/Mac/iOS/Android/Web | yes | Freemium |
+| [Evernote](https://evernote.com/) | Notes | Cloud | yes | — | Win/Mac/iOS/Android/Web | limited | Freemium |
+| [Google Keep](https://keep.google.com/) | Quick Notes | Cloud | yes | — | iOS/Android/Web | — | Free |
+| [OneNote](https://onenote.com/) | Notes | Cloud | yes | — | Win/Mac/iOS/Android/Web | limited | Free |
+
+> This table covers the most-searched tools. See the full list above for 100+ options.
## Contributing
diff --git a/TODO-manual-steps.md b/TODO-manual-steps.md
new file mode 100644
index 0000000..7b3cbdd
--- /dev/null
+++ b/TODO-manual-steps.md
@@ -0,0 +1,9 @@
+# Post-merge growth actions
+
+After the PR is merged:
+
+1. Submit to Hacker News as "Show HN: I curated 100+ note-taking tools with a comparison table"
+2. Post in r/selfhosted, r/ObsidianMD, r/productivity, r/PKMS, r/linux
+3. Open PRs to awesome-selfhosted and awesome-productivity linking to this list
+4. Reach out to top projects (Joplin, Logseq, SiYuan, etc.) to add an awesome-note-taking badge
+5. Verify the list is on sindresorhus/awesome master list
diff --git a/contributing.md b/contributing.md
index 565ae38..09898ba 100644
--- a/contributing.md
+++ b/contributing.md
@@ -1,11 +1,67 @@
# Contribution Guidelines
-Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
+Please note that this project is released with a
+[Contributor Code of Conduct](code-of-conduct.md). By participating in this
+project you agree to abide by its terms.
+
+## Adding a new tool
+
+Please ensure your pull request adheres to the following guidelines:
+
+### Entry format
+
+```
+- [icons] [Tool Name](URL) - Brief description ending with a period. `LICENSE` `Tech/Language`
+```
+
+**Examples:**
+
+```
+- 📖🔁 [Joplin](https://joplinapp.org/) - Open source note-taking with sync and E2EE support. `AGPL-3.0` `Electron/TypeScript`
+- 📕🤖🔁 [Taskade](https://www.taskade.com) - Collaborative note-taking and task management with AI. (Proprietary)
+```
+
+### Icon reference
+
+| Icon | Add when... |
+|:----:|:------------|
+| 📖 | Notes are stored in plain text (Markdown, org-mode, wiki, etc.) |
+| 📕 | Notes are stored in a database or proprietary format |
+| 🤖 | The tool has an Android app |
+| 🍎 | The tool has an iOS app |
+| 👍 | You have personally used it for years and recommend it |
+| 🔁 | The tool provides built-in multi-device sync |
+| 🔒 | The tool supports end-to-end encryption |
+| ⚠️ | Project is archived or no longer actively maintained |
+
+### Checklist for new entries
+
+- [ ] The tool is primarily for note-taking or knowledge management
+- [ ] The description is concise (1-2 sentences) and ends with a period
+- [ ] The link goes to the official website or GitHub repo
+- [ ] Icons are accurate (check platform support, sync, encryption)
+- [ ] For open-source tools: license (SPDX) and tech stack are included
+- [ ] The entry is added to the correct category
+- [ ] The entry is not a duplicate of an existing entry
+- [ ] The tool is actively maintained (last commit within 12 months)
+
+### Categories
+
+Pick the **single most appropriate** category:
+
+- **Native GUI** — Desktop apps with native UI (Qt, GTK, SwiftUI, Flutter, etc.)
+- **CLI** — Command-line tools
+- **TUI** — Terminal user interfaces
+- **Editor Plugin** — Plugins for text editors (VS Code, Emacs, Vim, etc.)
+- **Electron** — Desktop apps built with Electron
+- **Tauri** — Desktop apps built with Tauri
+- **Web UI** — Web-based or self-hosted applications
+- **Proprietary** — Closed-source commercial tools
## Updating your PR
-A lot of times, making a PR adhere to the standards above can be difficult. If
-the maintainers notice anything that we'd like changed, we'll ask you to edit
-your PR before we merge it. There's no need to open a new PR, just edit the
-existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
+If the maintainers notice anything that we'd like changed, we'll ask you to
+edit your PR before we merge it. There's no need to open a new PR, just edit
+the existing one. If you're not sure how to do that,
+[here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
on the different ways you can update your PR so that we can merge it.
diff --git a/docs/evaluation/README.md b/docs/evaluation/README.md
new file mode 100644
index 0000000..7d2f207
--- /dev/null
+++ b/docs/evaluation/README.md
@@ -0,0 +1,23 @@
+# Project Evaluation Framework
+
+This directory contains tools to systematically evaluate all projects
+in the awesome-note-taking list.
+
+## Files
+
+- `parameters.md` — The 30 evaluation parameters used to compare projects
+- `evaluator-prompt.md` — Claude/LLM system prompt to run the evaluation
+- `projects.txt` — Auto-generated list of all projects (pipe-delimited)
+
+## How to run an evaluation
+
+1. Copy the system prompt from `evaluator-prompt.md`
+2. Paste `projects.txt` as the input data
+3. Follow the instructions in the prompt for batched or single-pass processing
+4. Save results to `results/` directory
+
+## When to re-evaluate
+
+- Before major refactors
+- Quarterly (to catch abandoned projects)
+- When adding a large batch of new tools
diff --git a/docs/evaluation/evaluator-prompt.md b/docs/evaluation/evaluator-prompt.md
new file mode 100644
index 0000000..34e3804
--- /dev/null
+++ b/docs/evaluation/evaluator-prompt.md
@@ -0,0 +1,281 @@
+# Claude Opus 4.6 — Awesome Note-Taking Project Evaluator
+
+## System Prompt
+
+You are an expert software analyst and open-source project evaluator. Your task is to systematically evaluate note-taking software projects against a standardized set of parameters and produce a comprehensive comparison table.
+
+## YOUR MISSION
+
+You will receive a list of note-taking projects (name, URL, category). For EACH project you must:
+1. Visit the project URL and/or its GitHub repository
+2. Research the project across all evaluation parameters
+3. Fill in every parameter with accurate, current data
+4. Flag any project that appears abandoned, archived, or dead
+5. Output the results in the specified table format
+
+## INPUT FORMAT
+
+You will receive a project list file with this format:
+```
+# comment lines start with #
+ProjectName|URL|Category
+```
+
+The file is located at: `projects.txt`
+(See the attached file or paste its contents into the conversation.)
+
+## EVALUATION PARAMETERS
+
+For each project, evaluate ALL of the following 30 parameters. If a parameter cannot be determined, use `?` (unknown). Never guess — mark as unknown rather than speculate.
+
+### Group 1: Project Health & Activity
+
+| # | Parameter | Output Key | Accepted Values |
+|---|-----------|------------|-----------------|
+| 1 | GitHub Stars | `stars` | Number (e.g., `35.2k`, `450`) or `N/A` if no GitHub repo |
+| 2 | Last Commit Date | `last_commit` | `YYYY-MM` format, or `archived`, `abandoned`, `N/A` |
+| 3 | Release Cadence | `release_cadence` | `active` (release within 3 months), `slow` (3-12 months), `stale` (>12 months), `none` (no releases ever), `archived` |
+| 4 | Contributor Count | `contributors` | Number or `N/A` |
+| 5 | Open Issues Count | `open_issues` | Number or `N/A` |
+
+### Group 2: Licensing & Cost
+
+| # | Parameter | Output Key | Accepted Values |
+|---|-----------|------------|-----------------|
+| 6 | License | `license` | SPDX identifier (e.g., `MIT`, `AGPL-3.0`, `GPL-3.0`, `Apache-2.0`, `MPL-2.0`) or `Proprietary` or `Source-available` |
+| 7 | Pricing Model | `pricing` | `free`, `freemium`, `paid`, `open-core`, `donation-based` |
+| 8 | Free Tier Limitations | `free_limits` | Brief text or `unlimited` or `N/A` |
+
+### Group 3: Platform Support
+
+| # | Parameter | Output Key | Accepted Values |
+|---|-----------|------------|-----------------|
+| 9 | Desktop Platforms | `desktop` | Comma-separated: `Windows`, `macOS`, `Linux` or `—` if none |
+| 10 | Mobile Platforms | `mobile` | `Android`, `iOS`, `Android, iOS` or `—` if none |
+| 11 | Web Access | `web` | `yes` (hosted service), `self-hosted` (user must deploy), `—` |
+| 12 | Browser Extension | `browser_ext` | `Chrome`, `Firefox`, `Chrome, Firefox`, `yes` (generic), `—` |
+
+### Group 4: Data & Storage
+
+| # | Parameter | Output Key | Accepted Values |
+|---|-----------|------------|-----------------|
+| 13 | Storage Format | `storage` | `plain-text/markdown`, `plain-text/org`, `plain-text/wiki`, `plain-text/other`, `SQLite`, `custom-db`, `proprietary-cloud`, `JSON`, `mixed` |
+| 14 | Local-First | `local_first` | `yes`, `optional`, `no` (cloud-required) |
+| 15 | Self-Hostable | `self_host` | `yes`, `—` |
+| 16 | Export Formats | `export` | Comma-separated: `Markdown`, `PDF`, `HTML`, `JSON`, `TXT`, `DOCX`, `ENEX`, `OPML`, `CSV` or `—` |
+| 17 | Import Sources | `import` | Comma-separated known sources or `—` |
+
+### Group 5: Sync & Security
+
+| # | Parameter | Output Key | Accepted Values |
+|---|-----------|------------|-----------------|
+| 18 | Built-in Sync | `sync` | `yes-proprietary`, `yes-e2ee`, `yes-self-hosted`, `git`, `3rd-party`, `—` |
+| 19 | End-to-End Encryption | `e2ee` | `yes`, `optional`, `—` |
+| 20 | Real-time Collaboration | `collab` | `yes`, `—` |
+
+### Group 6: Core Features
+
+| # | Parameter | Output Key | Accepted Values |
+|---|-----------|------------|-----------------|
+| 21 | Editor Type | `editor` | `markdown`, `WYSIWYG`, `block-based`, `outliner`, `rich-text`, `handwriting`, `hybrid`, `plain-text`, `wiki` |
+| 22 | Markdown Support | `markdown` | `native`, `supported`, `export-only`, `—` |
+| 23 | Backlinks / Graph View | `backlinks` | `yes`, `backlinks-only`, `graph-only`, `—` |
+| 24 | Organization Method | `organization` | Comma-separated: `tags`, `folders`, `notebooks`, `outliner`, `links/graph`, `spaces`, `databases` |
+| 25 | Full-text Search | `search` | `yes`, `basic`, `—` |
+| 26 | Plugin/Extension System | `plugins` | `yes-large` (100+ community plugins), `yes`, `limited`, `—` |
+| 27 | API Available | `api` | `yes`, `limited`, `—` |
+| 28 | AI Features | `ai` | `built-in`, `plugin`, `—` |
+| 29 | Offline Mode | `offline` | `full`, `partial`, `—` |
+
+### Group 7: Technology
+
+| # | Parameter | Output Key | Accepted Values |
+|---|-----------|------------|-----------------|
+| 30 | Tech Stack | `tech` | e.g., `Electron/TypeScript`, `Tauri/Rust`, `Flutter/Dart`, `Native/C++`, `Web/React` |
+
+## PROCESSING RULES
+
+1. Process projects in order as they appear in the input file.
+2. Batch output: Process ALL projects, then output the full result table at the end.
+3. GitHub repos: If the URL is a GitHub repo, extract stars, commits, license, contributors, and issues directly.
+4. Proprietary projects: Use `N/A` for GitHub-specific fields.
+5. Dead projects: If a project is clearly abandoned, add a `ABANDONED` flag in the notes.
+6. Duplicates: Flag as `DUPLICATE` and evaluate only once.
+7. Sub-projects: Editor plugins should be evaluated as their own entries.
+8. Accuracy over speed: Mark unknown as `?` rather than guessing.
+
+## OUTPUT FORMAT
+
+### Part 1: Full Evaluation Data (JSON)
+
+Output each project as a JSON object:
+
+```json
+{
+ "name": "ProjectName",
+ "url": "https://...",
+ "category": "Open Source > Electron",
+ "github_url": "https://github.com/...",
+ "flags": [],
+ "evaluation": {
+ "stars": "15.2k",
+ "last_commit": "2025-03",
+ "release_cadence": "active",
+ "contributors": "245",
+ "open_issues": "312",
+ "license": "AGPL-3.0",
+ "pricing": "free",
+ "free_limits": "unlimited",
+ "desktop": "Windows, macOS, Linux",
+ "mobile": "Android, iOS",
+ "web": "self-hosted",
+ "browser_ext": "Chrome, Firefox",
+ "storage": "plain-text/markdown",
+ "local_first": "yes",
+ "self_host": "yes",
+ "export": "Markdown, PDF, HTML, JSON",
+ "import": "Evernote, Notion, Markdown",
+ "sync": "yes-e2ee",
+ "e2ee": "yes",
+ "collab": "—",
+ "editor": "block-based",
+ "markdown": "native",
+ "backlinks": "yes",
+ "organization": "folders, tags, links/graph",
+ "search": "yes",
+ "plugins": "yes-large",
+ "api": "yes",
+ "ai": "plugin",
+ "offline": "full",
+ "tech": "Electron/TypeScript"
+ },
+ "notes": "Any important observations, warnings, or context."
+}
+```
+
+### Part 2: Condensed Comparison Table (Markdown)
+
+After the JSON data, output a condensed markdown comparison table:
+
+```
+| Tool | Stars | Act | License | Price | Desktop | Mobile | Web | Storage | Local | E2EE | Sync | Editor | BkLnk | Plugins | AI |
+|------|-------|-----|---------|-------|---------|--------|-----|---------|-------|------|------|--------|-------|---------|-----|
+```
+
+Where condensed values are:
+- **Act** = Activity: `green` (active <=3mo), `yellow` (slow 3-12mo), `red` (stale >12mo), `dead` (archived)
+- **Desktop** = `W` Win, `M` Mac, `L` Linux combined (e.g., `WML`)
+- **Mobile** = `A` Android, `i` iOS combined (e.g., `Ai`) or `—`
+- **Web** = `yes`, `SH` (self-hosted), `—`
+- **Storage** = `MD`, `DB`, `Org`, `Wiki`, `JSON`, `Mix`, `Prop`
+- **Local** = `yes` (local-first), `opt` (optional), `cloud`
+- **Editor** = `MD`, `WY`, `BL`, `OL`, `RT`, `HY`, `PT`
+
+### Part 3: Summary Statistics
+
+After the table, provide:
+1. Total projects evaluated
+2. Count by activity status (active/slow/stale/archived)
+3. Count by pricing model
+4. Count by license type (open-source vs proprietary)
+5. Count with E2EE support
+6. Count with plugin systems
+7. Count with AI features
+8. Count with mobile support
+9. Top 10 by GitHub stars
+10. List of abandoned/archived projects to reconsider
+
+### Part 4: Recommendations
+
+1. Projects to remove (abandoned, archived, dead)
+2. Projects to flag (license changes, major concerns)
+3. Entries to update (outdated descriptions, wrong categories)
+4. Duplicates to merge
+5. Missing projects (suggest 10-15 notable tools not on the list)
+
+## RESEARCH METHODOLOGY
+
+For each project, follow this investigation order:
+
+1. GitHub repository (if available): stars, forks, contributors, issues, license, last commit, tech stack
+2. Official website: pricing, features, platforms, API, self-hosting, import/export
+3. App stores (if applicable): Play Store / App Store presence
+4. External sources (only if needed): AlternativeTo for verification
+
+## IMPORTANT CONSTRAINTS
+
+- Do NOT fabricate data. Every value must be sourced.
+- Mark unknown values as `?` rather than guessing.
+- Use the current date for calculating activity status.
+- Some "open source" projects may have changed their license. Check current status.
+- GitHub stars: approximate to the nearest hundred for >1k stars.
+
+---
+
+## User Prompt
+
+```
+Here is the project list file from the awesome-note-taking repository. Please evaluate every single project against all 30 parameters and produce the full output (JSON + comparison table + statistics + recommendations).
+
+Process all projects. Take your time and be thorough.
+
+[Paste contents of projects.txt here, or attach the file]
+```
+
+---
+
+## Usage Instructions
+
+### Option A: Single-Pass (for Claude Opus with large context)
+
+1. Copy the System Prompt section above into your Claude system prompt field
+2. Paste the User Prompt with the contents of `projects.txt`
+3. Attach the `parameters.md` file as additional reference
+4. Run and wait for complete output
+
+### Option B: Batched Processing (recommended for reliability)
+
+Split projects into batches of ~15-20 and process each batch:
+
+```
+Evaluate projects 1-20 from the list. Output JSON + table rows for each.
+[Paste first 20 project lines]
+```
+
+Continue until all projects are processed, then:
+
+```
+All projects have been evaluated. Now produce:
+1. The complete condensed comparison table combining all batches
+2. Summary statistics
+3. Recommendations (remove, flag, update, missing projects)
+```
+
+### Option C: Automated via Agent
+
+Use an AI agent to automate the evaluation:
+1. The agent reads `projects.txt`
+2. For each project, uses web search and document fetching to gather data
+3. Fills in parameters and writes results to a markdown file
+4. Produces the final comparison table
+
+---
+
+## Expected Output Size
+
+- JSON output: ~90 project objects x ~30 fields = ~2,700 lines
+- Comparison table: ~95 rows
+- Statistics: ~30 lines
+- Recommendations: ~50-80 lines
+- Total: approximately 3,000-4,000 lines
+
+## Quality Checklist
+
+After receiving results, verify:
+- [ ] All projects have entries
+- [ ] No fields are left completely empty (should be `?` or `—` or `N/A`)
+- [ ] Star counts are roughly plausible (cross-check top 5)
+- [ ] Activity status matches last commit dates
+- [ ] No duplicate projects counted twice
+- [ ] Abandoned projects are flagged
+- [ ] Recommendations include missing popular tools
diff --git a/docs/evaluation/parameters.md b/docs/evaluation/parameters.md
new file mode 100644
index 0000000..6379362
--- /dev/null
+++ b/docs/evaluation/parameters.md
@@ -0,0 +1,115 @@
+# Awesome Note-Taking — Evaluation Parameters
+
+These parameters are designed to highlight **clear, meaningful differences** between note-taking projects when displayed in a simple comparison table.
+
+---
+
+## Parameter Definitions
+
+### 1. Project Health & Activity
+
+| # | Parameter | Column Header | Values | How to Check |
+|---|-----------|---------------|--------|-------------|
+| 1 | **GitHub Stars** | Stars | Number (e.g., `35.2k`) | GitHub repo page |
+| 2 | **Last Commit** | Last Commit | Date (`YYYY-MM`) or `archived` / `abandoned` | GitHub repo or release page |
+| 3 | **Release Cadence** | Releases | `active` (<=3mo), `slow` (3-12mo), `stale` (>12mo), `none`, `archived` | GitHub releases tab |
+| 4 | **Contributors** | Contributors | Number | GitHub contributors page |
+| 5 | **Open Issues** | Open Issues | Number | GitHub issues tab |
+
+### 2. Licensing & Cost
+
+| # | Parameter | Column Header | Values | How to Check |
+|---|-----------|---------------|--------|-------------|
+| 6 | **License** | License | SPDX ID (e.g., `MIT`, `AGPL-3.0`, `GPL-3.0`, `Apache-2.0`) or `Proprietary` | GitHub repo or website |
+| 7 | **Pricing Model** | Pricing | `free`, `freemium`, `paid`, `open-core`, `donation-based` | Website pricing page |
+| 8 | **Free Tier Limits** | Free Limits | Brief description or `unlimited` or `N/A` | Website pricing page |
+
+### 3. Platform Support
+
+| # | Parameter | Column Header | Values | How to Check |
+|---|-----------|---------------|--------|-------------|
+| 9 | **Desktop Platforms** | Desktop | Comma-separated: `Win`, `Mac`, `Linux` or `—` if none | Website/downloads page |
+| 10 | **Mobile Platforms** | Mobile | `Android`, `iOS`, `both`, `—` | App stores or website |
+| 11 | **Web Access** | Web | `yes`, `self-hosted`, `—` | Website |
+| 12 | **Browser Extension** | Extension | `yes`, `—` | Chrome/Firefox store |
+
+### 4. Data & Storage
+
+| # | Parameter | Column Header | Values | How to Check |
+|---|-----------|---------------|--------|-------------|
+| 13 | **Storage Format** | Storage | `plain-text/md`, `plain-text/org`, `plain-text/wiki`, `plain-text/other`, `sqlite`, `custom-db`, `proprietary`, `mixed` | Documentation |
+| 14 | **Local-First** | Local-First | `yes` (data on device by default), `optional`, `no` (cloud-required) | Documentation |
+| 15 | **Self-Hostable** | Self-Host | `yes`, `—` | Documentation |
+| 16 | **Export Formats** | Export | Comma-separated: `md`, `pdf`, `html`, `json`, `txt`, `docx`, `enex`, `opml` or `—` | Documentation/features page |
+| 17 | **Import From** | Import | Comma-separated known sources: `Evernote`, `Notion`, `Markdown`, `OPML`, etc. or `—` | Documentation |
+
+### 5. Sync & Collaboration
+
+| # | Parameter | Column Header | Values | How to Check |
+|---|-----------|---------------|--------|-------------|
+| 18 | **Built-in Sync** | Sync | `yes (proprietary)`, `yes (E2EE)`, `yes (self-hosted)`, `3rd-party only`, `git`, `—` | Features page |
+| 19 | **E2E Encryption** | E2EE | `yes`, `optional`, `—` | Security documentation |
+| 20 | **Real-time Collaboration** | Collab | `yes`, `—` | Features page |
+
+### 6. Core Features
+
+| # | Parameter | Column Header | Values | How to Check |
+|---|-----------|---------------|--------|-------------|
+| 21 | **Editor Type** | Editor | `WYSIWYG`, `markdown`, `block-based`, `outliner`, `rich-text`, `handwriting`, `hybrid` | Try the app or docs |
+| 22 | **Markdown Support** | Markdown | `native`, `plugin`, `export-only`, `—` | Documentation |
+| 23 | **Backlinks / Graph** | Backlinks | `yes`, `—` | Features page |
+| 24 | **Tags / Folders** | Organization | `tags`, `folders`, `both`, `notebooks`, `outliner`, `other` | Features page |
+| 25 | **Full-text Search** | Search | `yes`, `—` | Features page |
+| 26 | **Plugin / Extension System** | Plugins | `yes (large ecosystem)`, `yes`, `limited`, `—` | Documentation |
+| 27 | **API Available** | API | `yes`, `limited`, `—` | Developer documentation |
+| 28 | **AI Features** | AI | `built-in`, `plugin`, `—` | Features/pricing page |
+| 29 | **Offline Mode** | Offline | `full`, `partial`, `—` | Features page |
+
+### 7. Technology
+
+| # | Parameter | Column Header | Values | How to Check |
+|---|-----------|---------------|--------|-------------|
+| 30 | **Tech Stack / Framework** | Tech | e.g., `Electron/TypeScript`, `Tauri/Rust`, `Flutter/Dart`, `Native/C++`, `Web/React` | GitHub repo or docs |
+
+---
+
+## Recommended Table Layout (Simplified)
+
+For the final awesome-list table, use this **condensed 15-column format** that maximizes differentiation:
+
+| Tool | Stars | Activity | License | Price | Desktop | Mobile | Web | Storage | Local | E2EE | Sync | Editor | Backlinks | Plugins |
+|------|-------|----------|---------|-------|---------|--------|-----|---------|-------|------|------|--------|-----------|---------|
+
+### Column Definitions (Condensed)
+
+- **Stars** = GitHub stars (number)
+- **Activity** = `green` active (commit <=3mo), `yellow` slow (3-12mo), `red` stale/archived (>12mo)
+- **License** = SPDX or `Proprietary`
+- **Price** = `Free`, `Freemium`, `Paid`, `Open-core`
+- **Desktop** = `W` Win, `M` Mac, `L` Linux (e.g., `WML`)
+- **Mobile** = `A` Android, `i` iOS (e.g., `Ai`)
+- **Web** = `yes` / `SH` (self-hosted) / `—`
+- **Storage** = `MD` markdown, `DB` database, `Org` org-mode, `Mix`
+- **Local** = `yes` local-first / `cloud` cloud-required / `opt` optional
+- **E2EE** = `yes` / `—`
+- **Sync** = `yes` built-in / `Git` / `3P` third-party / `—`
+- **Editor** = `MD` markdown, `WY` WYSIWYG, `BL` block, `OL` outliner, `RT` rich-text
+- **Backlinks** = `yes` / `—`
+- **Plugins** = `yes` / `—`
+
+---
+
+## High-Differentiator Parameters
+
+These parameters create the **most visible contrast** between tools:
+
+1. **Local-First vs Cloud** — Biggest philosophical divide
+2. **E2E Encryption** — Only ~20% of tools have it
+3. **Backlinks / Graph View** — Separates PKM tools from simple notepads
+4. **Plugin System** — Only ~30% have meaningful plugin ecosystems
+5. **Self-Hostable** — Key for privacy-conscious users
+6. **Activity Status** — Immediately flags abandoned projects
+7. **Storage Format** — Plain-text vs proprietary is a major decision factor
+8. **Pricing Model** — Free vs freemium vs paid
+9. **Mobile Support** — Many desktop tools lack mobile apps
+10. **Real-time Collaboration** — Separates team tools from personal tools
diff --git a/docs/evaluation/projects.txt b/docs/evaluation/projects.txt
new file mode 100644
index 0000000..2373ef5
--- /dev/null
+++ b/docs/evaluation/projects.txt
@@ -0,0 +1,103 @@
+# Awesome Note-Taking - Project List
+# Format: name|url|category
+# Source: https://github.com/tehtbl/awesome-note-taking
+# Updated: 2026-04-15
+#
+AppFlowy|https://github.com/AppFlowy-IO/AppFlowy|Open Source > Native GUI
+Cherrytree|http://www.giuspen.com/cherrytree|Open Source > Native GUI
+DailyVox|https://github.com/intrepidkarthi/dailyvox|Open Source > Native GUI
+Fluster|https://fluster-one.vercel.app|Open Source > Native GUI
+GitJournal|https://github.com/GitJournal/GitJournal|Open Source > Native GUI
+Leo|https://leo-editor.github.io/|Open Source > Native GUI
+QOwnNotes|https://www.qownnotes.org/|Open Source > Native GUI
+Red Notebook|https://rednotebook.app/|Open Source > Native GUI
+Revu|https://github.com/JuliusBrussee/revu-swift|Open Source > Native GUI
+Tomboy|https://wiki.gnome.org/Apps/Tomboy|Open Source > Native GUI
+treesheets|https://github.com/aardappel/treesheets|Open Source > Native GUI
+Zim Desktop Wiki|https://zim-wiki.org/|Open Source > Native GUI
+IWE|https://github.com/iwe-org/iwe|Open Source > CLI
+lifeos-cli|https://github.com/liujuanjuan1984/lifeos-cli|Open Source > CLI
+nb|https://github.com/xwmx/nb|Open Source > CLI
+todo-txt|https://github.com/todotxt/todo.txt-cli|Open Source > CLI
+zk|https://github.com/mickael-menu/zk|Open Source > CLI
+FuzPad|https://github.com/JianZcar/FuzPad|Open Source > TUI
+Toney|https://github.com/SourcewareLab/Toney|Open Source > TUI
+Emacs|https://www.gnu.org/software/emacs/|Open Source > Editor Plugin
+Deft|https://github.com/jrblevin/deft|Open Source > Editor Plugin
+howm|https://kaorahi.github.io/howm/|Open Source > Editor Plugin
+Hyperbole/Koutliner|https://www.gnu.org/software/hyperbole/|Open Source > Editor Plugin
+Org-brain|https://github.com/Kungsgeten/org-brain|Open Source > Editor Plugin
+Org-mode|https://orgmode.org/|Open Source > Editor Plugin
+Org-roam|https://www.orgroam.com/|Open Source > Editor Plugin
+vim-wiki|https://github.com/vimwiki/vimwiki|Open Source > Editor Plugin
+Emanote|https://github.com/srid/emanote|Open Source > Editor Plugin
+Foam|https://foambubble.github.io/|Open Source > Editor Plugin
+AFFiNE|https://github.com/toeverything/AFFiNE|Open Source > Electron
+AnyType|https://anytype.io/|Open Source > Electron
+Bangle.io|https://bangle.io|Open Source > Electron
+btw|https://github.com/btw-so/btw|Open Source > Electron
+Linked|https://github.com/lostdesign/linked|Open Source > Electron
+Logseq|https://github.com/logseq/logseq|Open Source > Electron
+Notable|https://notable.app/|Open Source > Electron
+SiYuan|https://github.com/siyuan-note/siyuan|Open Source > Electron
+Standard Notes|https://github.com/standardnotes/app|Open Source > Electron
+SwarmVault|https://github.com/swarmclawai/swarmvault|Open Source > Electron
+Tangent Notes|https://www.tangentnotes.com/|Open Source > Electron
+TidGi|https://github.com/tiddly-gittly/TidGi-Desktop|Open Source > Electron
+Zettlr|https://www.zettlr.com/|Open Source > Electron
+Char|https://github.com/fastrepl/char|Open Source > Tauri
+Inkwell|https://github.com/4worlds4w-svg/inkwell|Open Source > Tauri
+Stik|https://github.com/0xMassi/stik_app|Open Source > Tauri
+Treedome|https://codeberg.org/solver-orgz/treedome|Open Source > Tauri
+CodiMD|https://github.com/hackmdio/codimd|Open Source > Web UI
+Docmost|https://github.com/docmost/docmost|Open Source > Web UI
+Dokuwiki|https://www.dokuwiki.org/dokuwiki|Open Source > Web UI
+Ephe|https://github.com/unvalley/ephe|Open Source > Web UI
+Flatnotes|https://github.com/dullage/flatnotes|Open Source > Web UI
+Fossil|https://www2.fossil-scm.org/home/doc/trunk/www/index.wiki|Open Source > Web UI
+HedgeDoc|https://github.com/hedgedoc/hedgedoc|Open Source > Web UI
+Hypothes.is|https://hypothes.is/|Open Source > Web UI
+Joplin|https://joplinapp.org/|Open Source > Web UI
+Laverna|https://laverna.cc|Open Source > Web UI
+Memos|https://github.com/usememos/memos|Open Source > Web UI
+NattyNote|https://github.com/ahmedelq/NattyNote|Open Source > Web UI
+Neuron|https://neuron.zettel.page/|Open Source > Web UI
+Notesnook|https://github.com/streetwriters/notesnook|Open Source > Web UI
+Outline|https://github.com/outline/outline|Open Source > Web UI
+SilverBullet|https://github.com/silverbulletmd/silverbullet|Open Source > Web UI
+Solo|https://github.com/johnSamilin/solo|Open Source > Web UI
+TiddlyWiki|https://github.com/TiddlyWiki/TiddlyWiki5|Open Source > Web UI
+Bear|https://bear.app/|Proprietary
+Capacities|https://capacities.io/|Proprietary
+Craft|https://www.craft.do/|Proprietary
+DEVONthink|https://www.devontechnologies.com/apps/devonthink|Proprietary
+Evernote|https://www.evernote.com|Proprietary
+Google Keep|https://keep.google.com|Proprietary
+HackMD|https://hackmd.io|Proprietary
+Heptabase|https://heptabase.com/|Proprietary
+Inkdrop|https://www.inkdrop.info|Proprietary
+JournalCalls|https://journalcalls.com|Proprietary
+MDLook|https://mdlook.com|Proprietary
+Mem|https://get.mem.ai/|Proprietary
+MindMirror|https://mindmirror.app|Proprietary
+MindWork|https://mindwork.it.com/|Proprietary
+Notebook|https://www.zoho.com/notebook|Proprietary
+NotePlan|https://noteplan.co|Proprietary
+Notion|https://notion.so|Proprietary
+Obsidian|https://obsidian.md/|Proprietary
+Octarine|https://octarine.app/|Proprietary
+OktoNote|https://oktonote.app|Proprietary
+OneNote|https://www.onenote.com|Proprietary
+Polar|https://getpolarized.io/|Proprietary
+Reflect|https://reflect.app/|Proprietary
+Roam|https://roamresearch.com/|Proprietary
+Simplenote|http://simplenote.com|Proprietary
+Somnote|http://somcloud.com/about/somnote|Proprietary
+Squid|http://squidnotes.com|Proprietary
+Supernotes|https://supernotes.app|Proprietary
+Tana|https://tana.inc/|Proprietary
+Taskade|https://www.taskade.com|Proprietary
+TheBrain|https://www.thebrain.com/|Proprietary
+Ulysses|https://ulysses.app/|Proprietary
+Workflowy|https://workflowy.com|Proprietary
+Wridea|http://wridea.com|Proprietary
diff --git a/media/logo.ai b/media/logo.ai
deleted file mode 100644
index 19821f2..0000000
--- a/media/logo.ai
+++ /dev/null
@@ -1,1108 +0,0 @@
-%PDF-1.5
%
-1 0 obj
<>/OCGs[6 0 R 28 0 R 47 0 R]>>/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<>stream
-
-
-
-
- Adobe Illustrator CC 22.0 (Macintosh)
- 2018-04-20T12:56:51+07:00
- 2018-04-20T13:02:09+07:00
- 2018-04-20T13:02:09+07:00
-
-
-
- 256
- 172
- JPEG
- /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgArAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FWO+cPOdh5ctPipNqEqk21qD17cnp0X9fbK8mQRasuUQHm8o0rz15hg8yHVWka5kuWVJ7UV
4yJX4Y0XelK/DT+JzFjlPFbhRzSEre7QSmWCOUo0RkUMY3FGWorxYCu475nB2IX4pdirsVdirsVd
iqyeUxQSShGlMalhGgqzUFeKg03PbEoLwnVfPXmGfzINVWRraS2ZkgtTXjGlfijddq1p8Vf4DMGW
U8VuulmkZW9X8n+c7DzHafDSHUIlBubUnp25JXqv6u+ZWPIJObiyiY82RZY2uxV2KuxV2KuxV2Ku
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
sVdirsVdirsVdirsVdirsVdirsVdirsVf//Z
-
-
-
- 1
- True
- False
-
- 1000.000000
- 800.000000
- Pixels
-
-
-
- Cyan
- Magenta
- Yellow
- Black
-
-
-
-
-
- Default Swatch Group
- 0
-
-
-
- application/pdf
-
-
- Sindre Sorhus
-
-
-
-
- Awesome Node.js logo
-
-
-
-
- Header font: Orbitron (Medium)
Tagline font: San Francisco Display (Regular) 46pt
-
-
- proof:pdf
- xmp.did:195fbc05-644f-4eaf-99cf-0531d2f53f58
- uuid:292a08f8-8872-2e4c-a81d-77ae8284f44d
- uuid:70fc32ea-a999-744f-9595-2f63e3706e46
-
- xmp.iid:265bceb0-e443-4ec2-bb2b-32e4f6aaa020
- xmp.did:265bceb0-e443-4ec2-bb2b-32e4f6aaa020
- uuid:70fc32ea-a999-744f-9595-2f63e3706e46
- proof:pdf
-
-
-
-
- saved
- xmp.iid:3b6fb069-e2ac-43cf-b6b1-050d9ebb8c44
- 2018-04-20T12:41:02+07:00
- Adobe Illustrator CC 22.0 (Macintosh)
- /
-
-
- saved
- xmp.iid:195fbc05-644f-4eaf-99cf-0531d2f53f58
- 2018-04-20T12:56:50+07:00
- Adobe Illustrator CC 22.0 (Macintosh)
- /
-
-
-
- True
- Adobe PDF library 15.00
- Document
-
- https://github.com/sindresorhus/awesome
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
endstream
endobj
3 0 obj
<>
endobj
8 0 obj
<>/Resources<>/Properties<>/XObject<>>>/Thumb 55 0 R/TrimBox[0.0 0.0 1000.0 800.0]/Type/Page>>
endobj
49 0 obj
<>stream
-HWɊdWὊyغ%kcaD./-cDf-ATƹ/;/t|)qnJ20/~/x#pfBXv;KR *:Pʘ`voCLZǙU
-V};|tM*v),:\-ZP5bqb085<]+PWUɿP6JIW/)giWL
߅WKt5Cc}6ڭA¾>y5\l(˃9I݅h"EJxs*
^&P57t5S.S$J^ٮ{ҵ/>~famC$.RV 35WhX`fcϐ?9VLHvil-kR*
-faT3 IxnvWuiz!O`JzϓɈRיs٘(6 $DNGӍ^'-}q-Qΐ1++vW[HpDAybU<γcNi7NJmEіeg+ekXVIn=Ɗ9W4*4j!8cxêIKcRJz[0RƵ%k)f^&G3&Gmx:S%$Elu[!xm̬(̂Kpe;- -$(sS}E3v<ْsfnF@[-ui&jI;|kMGe\i
-qz|T$ΥX^${=]r,L܆7C^HO$O}Ѭf&A֜du`o *<I]626q\;+:<C;ZBܓ%2R
%IƜ£ݳ
r:hUą
J|RvTƭ'=Z0AŢS'́zM~8'-{xq
GŰ>iV/u9Opݼ2CWOoLԭJ ןV:;[Q09(6!zkJN81&lvK_lrK, |9]L$7֝겿
-
-phl;vUD0|0Vv`ʺ4U}lT9>V22oce|+d̿X:VX:V毎p>GG b
~y}}TE+Zb 73Da@BJm^7SAsZw
-bP^w
-rUxDsTx/.
-T
-75w )/G TC#8xN9Jn<*
eRm E#y*Or(MU[|ź
-9 CƵBgYJ$<5({8)JFP¶FNƿwq #{:gTۋu=j;@7DNp)" FFgNEU^ݓqq-g1FZڰq(p^ DClЕ#@M`VrH!U[\\2#;'h)YGPJ֧S
a9v霢>|{.$q#4)k3ؑY@NznSeuJ8]<%tq>Oo
_ɠQߜY :=7`ыv[nq3P.߷vWXH2P+D""4hyv(8#|W{gûj:;J"
=R2oALGݟQ`sJAX6gE7]Nr%+Y4uSߦEI-t45Y&獰#v5=ᥑ?;:n;%P6BuNhS@ihXi2t a-F:!VMNy[!ک2^'$4cEٚĀ~63Rkk SPrϴ^*ļO$okKdM;5GZ-e9kcTyxlL,\ZOd8A|IS|"