llem00n26 downloadsStyle files and folders in the file explorer with bold, italic, and strikethrough effects. Supports cascade inheritance.
Style files and folders in the Obsidian file explorer with bold, italic, and strikethrough effects. Supports cascade inheritance so folder styles can automatically apply to their children.
When cascade is enabled on a folder:
main.js, manifest.json, and styles.css from the latest releaseunderpowered-files in your vault's .obsidian/plugins/ directory# Install dependencies
npm install
# Build for development (watch mode)
npm run dev
# Build for production
npm run build
# Run linter
npm run lint