Open
Conversation
Extends Obsidian's single-root vault by letting you mount external folders as seamless, native-feeling directories inside your vault. Files stay in their original locations — no copying, no duplicating, no symlinking required.
Updated plugin ID and enhanced description for clarity.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a new Obsidian Community Plugin listing for “FolderBridge” to the community plugin directory, enabling the plugin to be discoverable/installable via the Community Plugins browser.
Changes:
- Added a new
community-plugins.jsonentry forfolderbridgewith name/author/description/repo metadata.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+19155
to
+19159
| "id": "folderbridge", | ||
| "name": "FolderBridge", | ||
| "author": "tescolopio", | ||
| "description": "Adds external folders to your vault as seamless, native-feeling directories. Creates virtual mount points that map real filesystem paths into the vault.", | ||
| "repo": "tescolopio/Obsidian_FolderBridge" |
There was a problem hiding this comment.
Indentation for the new plugin entry’s properties is inconsistent with the rest of this JSON file (keys are indented less than surrounding entries). Please reformat the added object so the key/value lines align with other plugin objects to keep formatting consistent and avoid formatter/lint churn.
Suggested change
| "id": "folderbridge", | |
| "name": "FolderBridge", | |
| "author": "tescolopio", | |
| "description": "Adds external folders to your vault as seamless, native-feeling directories. Creates virtual mount points that map real filesystem paths into the vault.", | |
| "repo": "tescolopio/Obsidian_FolderBridge" | |
| "id": "folderbridge", | |
| "name": "FolderBridge", | |
| "author": "tescolopio", | |
| "description": "Adds external folders to your vault as seamless, native-feeling directories. Creates virtual mount points that map real filesystem paths into the vault.", | |
| "repo": "tescolopio/Obsidian_FolderBridge" |
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.
I am submitting a new Community Plugin
Repo URL
Link to my plugin: https://github.com/tescolopio/Obsidian_FolderBridge
Release Checklist
main.jsmanifest.jsonstyles.css(optional)v)idin mymanifest.jsonmatches theidin thecommunity-plugins.jsonfile.I have given proper attribution to these other projects in my
README.md.