# Notebooks
A DNA to include into "We", and other apps.
You can think of it as the child between RoamResearch and crates.io.
## Grammar
- Notebook: a bundle of notes that are structured together in a tree (think of a note with subnotes in it).
- Bookmarks: every notebook will expose a set of "bookmarks" for other notebooks to reference.
- Reference: from a notebook, you can reference a bookmark defined in another notebook.
- Fork: anyone can fork notebooks in a shared space, and do PRs to them.
This way, when you encounter a Note and don't know what the author exactly meant, you can follow the breadcrumbs to the original meaning.
Searching all the references from/to a note will also be enabled. Also seeing the notebooks as a graph of dependencies.
## Example
Notebook1:
- Here is my top level note
- A {**Mutual-Credit**}(Bookmarked) system is a system where people trade credit
Notebook2: references Notebook1
- Holofuel spec:
- Holofuel is a {**Mutual-Credit**}(references Notebook1.MutualCredit) system
## Architecture
This will be built on Syn. I think every notebook is its own Syn instance?