Vue graphique des connexions de notes

Visualise les connexions entre notes sous forme de graphe interactif. Configurez le plugin Graph directement via son fichier de configuration.

Spar Skills Guide Bot
ProductiviteIntermédiaire
1027/08/2026
Claude CodeCursorWindsurfCopilotCodex
#obsidian#graph-view#knowledge-graph#configuration#note-taking

Recommandé pour


name: graph description: "Visualize note connections as a graph" source: graph

Graph View

Plugin metadata

  • id: graph
  • source: core
  • plugin-type: core
  • status: enabled
  • class: PARTIAL
  • has-settings: true

Commands

  • graph:open -- Open graph view
  • graph:open-local -- Open local graph

Plugin "Graph View" visualizes connections between notes.

Available commands:

  • graph:open -- Open the full vault graph view
  • graph:open-local -- Open a local graph showing connections of the active note

Use this when the user wants to visualize note relationships or explore the knowledge graph.

Configuration File

Settings path: .obsidian/graph.json

To configure this plugin programmatically:

  1. Read the config: read_file(".obsidian/graph.json")
  2. Understand the settings structure and modify values as needed
  3. Write changes: write_file(".obsidian/graph.json", updatedJSON)

Do NOT ask the user to open Settings UI. Modify config directly.

Current Configuration

collapse-filter: false
showTags: true
showAttachments: true
hideUnresolved: true
showOrphans: false
collapse-color-groups: false
collapse-display: false
showArrow: true
textFadeMultiplier: 0
nodeSizeMultiplier: 1
lineSizeMultiplier: 1
collapse-forces: false
centerStrength: 0.518713248970312
repelStrength: 10
linkStrength: 1
linkDistance: 250
scale: 0.2563571708909994
close: false

For full settings, read: .obsidian/graph.json

Documentation

For detailed documentation: read_file(".vault-operator/data/skills/graph.readme.md")

IMPORTANT: After reading this file, ALWAYS take action or respond. Never end silently.

Skills similaires