Bold Folder Name

by Stagars
5
4
3
2
1
Score: 50/100

Description

This Obsidian plugin boldens folder names globally. Option to toggle only top-level folders.

Reviews

No reviews yet.

Stats

0
stars
121
downloads
0
forks
46
days
46
days
46
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
2
commits

Latest Version

2 months ago

Changelog

Boldens folder names globally.

  • All native File Explorer folder names bold by default.
  • Only top-level folders toggle, disabled by default.
  • One consistent weight using Obsidian’s --font-bold value.
  • Folder Info counters, files, arrows, and rename fields left unchanged.
  • Plugin-owned styling removed immediately when disabled.
  • No network access, telemetry, vault access, Node.js APIs, Electron APIs, or runtime dependencies.

README file from

Github

Bold Folder Name

Bold Folder Name is a small Obsidian plugin that makes folder names bold in the native File Explorer.

Features

  • Makes every folder name bold by default.
  • Optional Only top-level folders setting limits bold styling to folders directly beneath the vault root.
  • Uses one consistent bold weight from Obsidian's --font-bold CSS variable.
  • Leaves files, Folder Info counters, collapse icons, and inline rename fields unchanged.
  • Restores native styling immediately when the plugin is disabled.

Installation

BRAT

Add this repository to BRAT, then enable Bold Folder Name in Obsidian's Community Plugins settings.

Manual installation

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.

Settings

  • Only top-level folders: Off by default. When enabled, only folders directly beneath the vault root are bold.

Security and privacy

The plugin performs no network requests, telemetry, vault reads, vault writes, Node.js calls, or Electron calls. It stores only its local display preference.

Development

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.

License

MIT