akosbalasko / akosbalasko/zoottelkeeper-obsidian-plugin

Workaround: Hide Root Folder Note

Open
#64 2 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.