isaaclyman / novel-word-count-obsidian

Obsidian plugin. Displays a word count or other statistic for each file, folder and vault in the File Explorer pane.
https://obsidian.md/plugins?id=novel-word-count
MIT License
85 stars 8 forks source link

Conflict with Obsidian Git plugin #102

Closed ribber closed 1 week ago

ribber commented 1 week ago

Before install this Plugin

image

After install this Plugin

image

isaaclyman commented 1 week ago

Compatibility with every other plugin is not a realistic goal for Novel Word Count.

ribber commented 1 week ago

I found the problem is this CSS

.nav-files-container .nav-folder-title::after {
    flex: 1 0 auto;
}

.nav-files-container .nav-file-title::after {
    flex: 1 0 auto;
}

This CSS section breaks other plugins,Can you make it only work on the file Explore view?