Architecture
This document aims to provide a quick overview of the Foam architecture!
Foam code and documentation live in the monorepo at foambubble/foam.
- /docs: documentation and [[recipes]].
- /packages/foam-core - Powers the core functionality in Foam across all platforms.
- /packages/foam-vscode - The core VSCode plugin.
Exceptions to the monorepo are:
- The starter template at foambubble/foam-template
- All other [[recommended-extensions]] live in their respective GitHub repos.
- foam-cli - The Foam CLI tool.
Backlinks
Contribution Guide
- [[architecture]] - This document describes the architecture of Foam and how the repository is structured.