Highlight active folder section

approved

by Lukas Collier

Highlight the active folder section and the title in the file explorer.

9 stars4,197 downloadsUpdated 5mo agoGPL-3.0
View on GitHub

Highlight Current Folder Section

This plugin for Obsidian highlights the container of the folder that contains the currently opened note. It provides a visual aid to better organize your workspace and quickly identify which folder the active note is in.

Support my free content:

Buy Me A Coffee

Features

  • Highlight Folder Container: The entire container of the folder containing the active note is highlighted.

  • Customizable Colors: Users can customize the background color of the highlighted folder and the color of the folder title.

  • Style Adjustments: Additional styles for the folder title and file names within the highlighted folder, including hover and drag effects.

    image

  • Highlight Root Folder: The container of the root folder can also be highlighted with customizable colors.

    image

  • Autoscroll: When you switch between notes or open new notes, the file explorer moves to the active note.

  • Auto-Collaps: When enabled, the plugin will automatically collapse all folders in the file explorer except for the direct path to the currently active file.

[!NOTE]
Please activate the "auto-reveal current file" button in your file explorer at the top to reveal the active file in your folders. image

Installation

  1. Download the plugin from the GitHub repository.
  2. Unzip the files and move them to the .obsidian/plugins/highlight-current-folder-section folder in your Obsidian vault.
  3. Enable the plugin in Obsidian settings under Settings > Community Plugins.

Development

If you want to contribute to the development of the plugin, follow these steps:

  1. Clone the repository:
    git clone https://github.com/justanotherjurastudent/highlight-active-folder-section.git
    
  2. Install the dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    

License

This project is licensed under the GNU General Public License v3.0.


This text includes the updated information about the new features and settings of the plugin.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.