Little context switcher #461
Unanswered
Abraxas-Knister
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Obsidian debug information
What shell are you using?
Bash
Please describe the problem
I wrote a littles script to aid in context switching between my private notes and the work on my thesis (which I want to keep in the same vault).
It changes the default location for a new note in
app.json
(I don't want "same directory as current file") and populates a query for the graph view so that only files that are mostly correct are shown in the "phd" mode.The only thing that doesn't work at first glance is that the graph view is only updated once open it again.
I'm asking whether this refresh can be automated as a "cleanup step" after the script and more generally if there's a hickup safe approach to changing the configuration jsons while obsidian is running (I couldn't find anything about whether obsidian is happy with changes to its configuration that it doesn't govern itself).
Beta Was this translation helpful? Give feedback.
All reactions