I believe the release of the new base plugin presents a great opportunity to revitalize and better integrate the graph view core plugin.
Use case or problem
Currently, the base core plugin supports powerful view modes like Table View and Card View. I would love to see Graph View added as another native option within this framework.
So the editor may looks like this. (Insert a .base file as graph view)
add the graph layout here
Proposed solution
Here are a few potential ways this could be approached:
Option A: Full Integration
- Merge the existing
Graph Viewcore plugin directly into theBaseplugin. It would no longer be a separate plugin but would instead appear as a “Graph View” option in the view menu of theBaseplugin, alongside “Table” and “Card”.- This takes advantage of the base plugin’s robust formula editing capabilities.
Option B: A Standalone, Embeddable Graph Filetype
- Rework the
Graph Viewinto aBase-like plugin. This would allow users to create standalone.graphfiles directly in the file browser. These.graphfiles could then be embedded into any Markdown note using standard wikilinks, just like any other note or attachment. - This approach would require redesigning and enhancing the graph’s control menu to match the power and flexibility of the controls found in the
Baseplugin.
Option C: The Interim Solution
- Acknowledging that a full rework might take time, this option proposes keeping the
Graph Viewplugin as it is for now, without major enhancements. - The
Baseplugin would simply be adjusted to add a “Graph View” option to its view menu. This would act as a shortcut or entry point to the existing graph functionality, providing a more integrated feel without requiring an immediate, major overhaul.
Related feature requests (optional)
If we go ahead with this FR, there are a few other FRs that I think important
- two-finger gesture on the trackpad to zoom and pan in graph view
- Save critical node position in graph View
- Add a command in
Command Palette:insert local graphin the active editor (it shows the outgoing links and backlinks of currentmdfile)



