ENG-1536 Support multiple vault paths in Obsidian build script#891
Open
trangdoan982 wants to merge 7 commits intomainfrom
Open
ENG-1536 Support multiple vault paths in Obsidian build script#891trangdoan982 wants to merge 7 commits intomainfrom
trangdoan982 wants to merge 7 commits intomainfrom
Conversation
Allow OBSIDIAN_PLUGIN_PATH to accept a comma-separated list of vault paths, so devs can build once and mirror output to multiple vaults simultaneously. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
mdroidian
requested changes
Mar 14, 2026
Collaborator
Author
|
@mdroidian made new changes to format with array instead. I tested with these scenarios and the script correctly made the changes to the right vault without affecting the other
|
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
mdroidian
approved these changes
Mar 20, 2026
Contributor
mdroidian
left a comment
There was a problem hiding this comment.
Let's remove that additional line from .env.example before merging
| # OBSIDIAN_PLUGIN_PATH="path/to/your/obsidian/vault/.obsidian/plugins/discourse-graph" | ||
| # For multiple vaults, use a JSON array: | ||
| # OBSIDIAN_PLUGIN_PATH='["/vault one/plugins/discourse-graph","/vault two/plugins/discourse-graph"]' | ||
| # OBSIDIAN_PLUGIN_REPO_TOKEN=your-github-pat-here No newline at end of file |
Contributor
There was a problem hiding this comment.
Why did we add OBSIDIAN_PLUGIN_REPO_TOKEN?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://www.loom.com/share/79291c06196e43bcae5544a7d2a3dd7c
Summary
OBSIDIAN_PLUGIN_PATHto accept a comma-separated list of vault paths.env.examplewith documentation on the multi-vault syntaxTest plan
OBSIDIAN_PLUGIN_PATH="vault1/path,vault2/path"in.envturbo devCloses ENG-1536
🤖 Generated with Claude Code