<div align="center">
<h1>dip handbook</h1>
<p>All our knowledge in one place.</p>
</div>

- Handbook first approach
- Single source of truth
- Edit easily with [Obsidian](https://obsidian.md/)
- Git version control
> Follow [installation](#Installation) and [setup](#Setup) steps and start browsing here
- [👋 Getting Started](👋%20Getting%20Started.md)
- [🗂 Index](🗂%20Index.md)
- [🛒 Glossary](🛒%20Glossary.md)
> If you don't find what you need, PRs or [GitHub discussions](https://github.com/diptools/dip/discussions) are welcome.
## Installation
Install Obsidian (macOS) and GitHub CLI.
```sh
brew install obsidian gh
```
Clone repository.
```sh
gh repo clone diptools/dip
# or if you have access to diptools/handbook-internal repository
gh repo clone diptools/dip -- --recursive
cd dip
```
## Setup
### Open Vault
1. Start Obsidian app
2. Click "Open folder as vault" -> "Open"
3. Select `docs/handbook` directory in dip repository

### Enable Community plugins
1. Open "Settings" (`⌘ + ,`) -> "Options" -> "Community Plugins" -> "Turn on community plugins"
2. Click "Community plugins" -> "Browse"
- 
3. Find these plugins
- [Obsidian Git](https://github.com/denolehov/obsidian-git)
- [Linter](https://github.com/platers/obsidian-linter)
4. Click "Install" and "Enable"
- 