Git Product home page Git Product logo

obsidian-file-color's Introduction

Obsidian File Color

Obsidian File Color Banner

What is this?

This is a plugin for Obsidian, which allows you to select colors for your files and folders in the file explorer.

Usage

Setting the color for a file or folder is done by right clicking on the file in the file explorer and selecting Set color. This opens a modal where you can select all the colors defined in the plugin palette.

Setting a color

Changing the palette

To add colors to the palette open the plugin settings, and click the + button. Then use the color picker to select the color, and input a name for the color. Afterwards it will appear in the Set color modal. You can add as many colors as you need.

Adding a color

Options

  • 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.

Compatibility

This plugin has been tested with a few other community plugins:

  • Icon Folder
    • Should work out of the box, and colors should automatically be applied to the icons as well.
  • Folder Note
    • Will also work out of the box, however the underlines added to the files will not be colored.

    • Personally I use the following CSS snippet locally:

      .nav-folder.alx-folder-with-note>.nav-folder-title>.nav-folder-title-content {
        text-decoration-style: dotted;
        text-decoration-color: inherit;
      }

      Which will make make the underline use the colors defined by this plugin. The result looks something like this:

      Example with icons and folder notes


obsidian-file-color's People

Contributors

ecustic avatar eblanshey avatar polyipseity avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.