mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* Fix: Right links and formatting * Docs: Run markdownlint to automatically fix minor formatting errors * Style: Format with markdownlint and not prettier
1.1 KiB
1.1 KiB
tags
| tags |
|---|
| architecture |
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.