$linuxjunkies
>

PARA method

also: PARA system, PARA framework

The PARA method is a personal knowledge management system that organizes information into four categories: Projects, Areas, Resources, and Archives. It helps structure notes, files, and digital content for better retrieval and productivity.

PARA stands for Projects, Areas, Resources, and Archives—a framework for organizing digital information that has become popular among Linux users, knowledge workers, and developers managing notes and documentation.

Projects are time-bound initiatives with specific goals (e.g., "Write Q4 report"). Areas are ongoing responsibilities or interests requiring regular maintenance (e.g., "Health", "Career"). Resources are reference materials on topics of interest (e.g., "Linux guides", "Python tutorials"). Archives store completed projects and inactive areas.

In a Linux context, this might translate to a directory structure like ~/knowledge/Projects/, ~/knowledge/Areas/, ~/knowledge/Resources/, and ~/knowledge/Archive/, often used with note-taking tools like Obsidian, Logseq, or plain markdown files in version control.

Related terms