# Obsidian-Graph view
Visualizes relationships between notes, tags and other files. Works for the local file or across the vault.
## Usage
Used extensively through all notes to discover/display (unused) relationships between files. The local graph with a depth of 1 is always open in the right sidebar. Enhanced by the [[Obsidian-Search|search]] to display grouped notes in the [[Meta-Colors|color]] and [[Obsidian-Sync Graph Settings]] to keep the settings/groups of the global graph synced. Some specific graphs are saved as [[Obsidian-Bookmarks|bookmarks]]. Also used with [[Obsidian-Publish]].
## Settings
### All graphs
- Enable `Tags`
- Enable `Attachments`
- Set `Text fade threshold` to `0.00`
- Set `Node size` to `1.00`
- Set `Link thickness` to `1.00`
- Set `Center force` to `0.52`
- Set `Repel force` to `10.00`
- Set `Link force` to `1.00`
- Set `Link distance` to `250`
**Groups**
>[!IMPORTANT]
>The order of the groups is important
1. `["type":Daily] ["categories":Logs]`
2. `["draft":true]`
3. `["domains":Move]`
4. `["domains":Rest]`
5. `["domains":Create]`
6. `["domains":Grow]`
7. `["domains":Connect]`
8. `["domains":Sustain]`
### Global graph only
- Enable `Orphans`
### Local graph only
- Set `Depth` to `1`
- Enable `Incoming links`
- Enable `Outgoing links`
- Enable `Neighbor links`
## Bugs
none
## Alternatives
none
---
## Related
- **previous** [[Obsidian-Plugins]]
- **see** [[Obsidian-Search]] for more information about the search plugin
- **see** [[Meta-Colors]] for information on how colors are used in the graph
- **see** [[Obsidian-Sync Graph Settings]] for more information about the plugin used to sync settings between graphs
- **see** [[Obsidian-Bookmarks]] for more information about the bookmark-plugin and how it is used
- **see** [[Obsidian-Publish]] for more information about the plugin used for publishing notes
## Sources
- **references** [Obsidian Help](https://obsidian.md/help/plugins/graph) as the documentation for the plugin
## Usage
- **used in** none
---
## Changelog
- [[1900-01-01]]: Initial creation