Releases: ozntel/file-explorer-note-count
Releases · ozntel/file-explorer-note-count
1.2.2
- Refactoring of some of the codes
- Root folder option (because Obsidian turned it off for the File Explorer)
1.2.1
- Adjustment to Obsidian's 1.2.0 release
1.2.0
1.2.0 (2021-11-20)
Bug Fixes
- initialize: fix file explorer count failed to update when workspace changes (22546ba), closes #8
Features
- exclude folder note from counts (a7083c7), closes #7
1.1.3
1.1.3 (2021-06-22)
Bug Fixes
- fix vault count shown in theme that hide root folder (d9dd101)
1.1.2
1.1.2 (2021-06-22)
Bug Fixes
- folder-count.ts: fix count not showing up in root(vault) folder (61089e2), closes #4
1.1.1
1.1.1 (2021-06-21)
Bug Fixes
- main.ts: fix class oz-show-all-num not removed when unload (8dfd4f7)
- fix move folder reports error (699507d)
Performance Improvements
- use debounce for vault event (a4498fd)
1.1.0
1.1.0 (2021-06-07)
Bug Fixes
- fix try to update count on old path of renamed folder (90eb6f8)
- folder-count.ts: fix folder not counting files in nested folders (651b47d)
- fix count overlap with title content when title is long (f9f3a75)
- fix default theme num style (deb2422)
Features
- add file extension filter (9c5ef53)
- add option to show only markdown notes (577b3f8)
- folder-note.css: optimize num style (df360b4)
- hide num when expanded for folder with subfolders (da322c4)
- migrate code from alx-folder-note (8d92e01)
1.0.0
Child Folder finding improvement