Skip to content

Releases: ecustic/obsidian-file-color

1.1.0

02 Dec 23:15
3d484c3
Compare
Choose a tag to compare

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

color-background-cascade

Thank you to @eblanshey for doing almost all of the work on this one. 🙏

1.0.3

04 May 15:17
Compare
Choose a tag to compare

Compatibility fix for Obisidan 1.2.7.

1.0.2

06 Jan 23:08
Compare
Choose a tag to compare

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

13 Dec 02:36
Compare
Choose a tag to compare
  • MIT license added
  • Author added to package and manifest

First release

13 Dec 02:01
Compare
Choose a tag to compare

First release of the plugin with basic functionality.