file-explorer-note-count icon indicating copy to clipboard operation
file-explorer-note-count copied to clipboard

Obsidian Plugin for viewing the number of elements under each folder within the file explorer

Results 18 file-explorer-note-count issues
Sort by recently updated
recently updated
newest added

Hi, instead of count the files in each folder, select folder to have enabled this plugin. Thank you.

The Obsidian docs warns to not keep a reference on ViewItem classes and the FileExplorer is a ItemView class. Obsidian Docs: https://docs.obsidian.md/Plugins/User+interface/Views Ref held: Line 77 - `src/fec-main.ts` I have...

When working with folders, this would extremely helpful to have as an option. Maybe this is too much work to develop, I don't know. Anyway, thanks for the plugin!

Recently I've been getting this error a ton when this plugin is enabled: ![image](https://user-images.githubusercontent.com/73113656/150285469-8e80137d-f565-40a8-9ac2-66b7eda72d9a.png)

See these console errors: ``` TypeError: Cannot read properties of undefined (reading 'dataset') app.js:1 at setCount (folder-count.ts:85:18) at eval (folder-count.ts:78:14) at iterateItems (misc.ts:23:9) at setupCount (folder-count.ts:75:5) at eval (fec-main.ts:79:13) at...

I have to reopen this plugin every time I open my main vault. I wonder if this has anything to do with the official sync, as I didn't realize this...

First there was this plugin, and I used it, and I was very happy with the extra information I was able to get in my file explorer. However, over time,...

I finds this plugin very helpful in my use cases. I wonder if it can count the number of outgoing links of each note as well. For example, I have...

``` app.js:1 TypeError: Cannot read properties of undefined (reading 'innerEl') at FileExplorerNoteCount.doHiddenRoot (plugin:file-explorer-note-count:855:50) at eval (plugin:file-explorer-note-count:904:22) at tryGetView (plugin:file-explorer-note-count:896:25) at doWithFileExplorer (plugin:file-explorer-note-count:899:17) at FileExplorerNoteCount.initialize (plugin:file-explorer-note-count:928:13) at t. (app.js:1:2246728) at app.js:1:237079...