Stagars4 downloadsMakes native File Explorer folder names bold, with an option to limit styling to top-level folders.
Bold Folder Name is a small Obsidian plugin that makes folder names bold in the native File Explorer.
--font-bold CSS variable.Add this repository to BRAT, then enable Bold Folder Name in Obsidian's Community Plugins settings.
Create .obsidian/plugins/bold-folder-name/ and copy these release assets into it:
main.js
manifest.json
styles.css
Reload Obsidian and enable the plugin.
The plugin performs no network requests, telemetry, vault reads, vault writes, Node.js calls, or Electron calls. It stores only its local display preference.
npm ci
npm run build
npm test
npm run check
The build has no runtime dependencies and uses root-level build files for clean automated verification.
MIT