akosbalasko / akosbalasko/zoottelkeeper-obsidian-plugin
Workaround: Hide Root Folder Note
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 231
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
If you would like to hide your root folder note, apply the following css snippet to your vault (replace 'Documents' with the name of your root folder)
```
div[data-path$='Documents.md']{
display: none;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.