Releases: ecustic/obsidian-file-color
Releases · ecustic/obsidian-file-color
1.1.0
Adds two new options to the settings page:
- Cascade Colors: If turned on, colors on folders will cascade to their children. Set colors on children to override parents.
- Background Colors: If turned on, the background is colored instead of the text.
Example of both in use
Thank you to @eblanshey for doing almost all of the work on this one. 🙏
1.0.3
1.0.2
Mainly refactoring and small performance optimizations:
- Saving settings is now done asynchronously with a 5s debounce.
- File color updates are now called asynchronously with a 50ms debounce.
Both change increase performance on operations that effect many files at once, such as renaming or moving a root folder in the vault. In the case of saving settings, the high 5s debounce allows rearranging multiple files in succession in the file tree and only triggering the save after the user is completely done.
1.0.1
First release
First release of the plugin with basic functionality.