⚠️ Project is archived (May 2023).
I moved to a simpler note-taking setup in 2023 so that I can focus on apps that help me write consistent high quality notes, instead of becoming procrastination machines.
See "PKMS in a nutshell" on
/r/ObsidianMD
.
Atlas is an open-source, local-first, markdown-based, note-taking tool that is built for those that enjoy using a CLI and use VS Code as their daily code editor. It is a niche personal knowledge management (PKM) solution built primarily for developers who value simplicity, speed and consistent hierarchical note structure.
git clone git@github.com:revett/atlas.git
cd atlas/
make install-cli-locally
echo "path: ~/notes" > ~/.atlas-notes.yml
All notes in Atlas must use a base type, from the following:
area
entity
meeting
project
scratch
system
atlas {type}
atlas scratch
# Before creating the new note, run the doctor command.
atlas {type} --auto-doctor
# Disable validation.
atlas {type} --auto-doctor=false
# Append a code snippet Markdown section to the note.
atlas {type} --code-snippet
atlas doctor
atlas completion -h
🗂 See TODO.md.
Atlas is a niche tool in the PKM ecosystem that was originally developed by @revett as a Bash script after becoming frustrated with overly complex GUI-based tools. It will appeal to those that:
The project has taken inspiration from Dendron, and can be seen as a lightweight alternative that is CLI focused.
Atlas is designed to be used alongside VS Code and the Memo extension by @svsool. It's aim is to provide best-in-class features for creating, managing, and searching notes; and leaves editing notes to Svyat Sobol's (@svsool) excellent extension.
📘 Nothing here yet.