Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -19150,5 +19150,12 @@
"author": "marcelflymark",
"description": "Insert line breaks into tables on mobile devices via shortcut or toolbar.",
"repo": "marcelflymark/new-line-break-inside-table-cell"
},
{
"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"
Comment on lines +19155 to +19159
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.
}
]
Loading