Sanqui / obsidian-persistent-graph

An Obsidian plugin for saving and restoring the positions of nodes on the global graph view
MIT License
107 stars 3 forks source link

feat: Add Workspaces support #10

Closed hankjs closed 2 years ago

hankjs commented 2 years ago
Sanqui commented 2 years ago

Interesting, thank you for the contribution! I don't personally use the Workspaces plugin. Do you think it is possible that there are users who use Workspaces but don't want graph positions saved separately by workspace? If yes, I think we should do a setting (like [ ] Save graph layout separately for each workspace).

hankjs commented 2 years ago

Currently, there is a flaw that Workspaces cannot save graph view Config. I tried to save it based on workspaces but currently have no clue.

hankjs commented 2 years ago

I found the configured get/set method.