Skip to content

Comments

Add plugin: FolderBridge#10426

Open
tescolopio wants to merge 3 commits intoobsidianmd:masterfrom
tescolopio:master
Open

Add plugin: FolderBridge#10426
tescolopio wants to merge 3 commits intoobsidianmd:masterfrom
tescolopio:master

Conversation

@tescolopio
Copy link

I am submitting a new Community Plugin

  • I attest that I have done my best to deliver a high-quality plugin, am proud of the code I have written, and would recommend it to others. I commit to maintaining the plugin and being responsive to bug reports. If I am no longer able to maintain it, I will make reasonable efforts to find a successor maintainer or withdraw the plugin from the directory.

Repo URL

Link to my plugin: https://github.com/tescolopio/Obsidian_FolderBridge

Release Checklist

  • I have tested the plugin on
    • Windows
    • macOS
    • Linux
    • Android (if applicable)
    • iOS (if applicable)
  • My GitHub release contains all required files (as individual files, not just in the source.zip / source.tar.gz)
    • main.js
    • manifest.json
    • styles.css (optional)
  • GitHub release name matches the exact version number specified in my manifest.json (Note: Use the exact version number, don't include a prefix v)
  • The id in my manifest.json matches the id in the community-plugins.json file.
  • My README.md describes the plugin's purpose and provides clear usage instructions.
  • I have read the developer policies at https://docs.obsidian.md/Developer+policies, and have assessed my plugin's adherence to these policies.
  • I have read the tips in https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines and have self-reviewed my plugin to avoid these common pitfalls.
  • I have added a license in the LICENSE file.
  • My project respects and is compatible with the original license of any code from other plugins that I'm using.
    I have given proper attribution to these other projects in my README.md.

tescolopio and others added 3 commits February 21, 2026 17:41
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>
Copilot AI review requested due to automatic review settings February 21, 2026 23:04
@github-actions github-actions bot changed the title Plugin: Folder Bridge Add plugin: FolderBridge Feb 21, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json entry for folderbridge with 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"
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants