mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Fix videos
This commit is contained in:
parent
7003d10671
commit
3f6be04dc8
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ To only exclude the folder itself and not the sub folders also you have to click
|
|||
## How to exclude a folder?
|
||||
### Directly in the settings
|
||||
Click on the plus icon, then click on the text input, search a folder name and then select the folder you want to exclude from the list.
|
||||

|
||||

|
||||
### Through the file explorer
|
||||
Click on a folder and then use the context menu and click on "exclude folder from folder notes". The plugin will then apply the [default exclude folder settings](#Default settings) and add it to the excluded folders list.
|
||||

|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
## Create folder note
|
||||
This command creates a new folder and uses the file you clicked on as the folder note. The new folder will be in the same folder as the folder the file was in.
|
||||
|
||||

|
||||

|
||||
## Turn into folder note for "{folderName}"
|
||||
This command will attach the file to the folder it's in. For example file "test" that is in the folder "test2" will be the new folder note for the folder "test2".
|
||||
|
||||

|
||||

|
||||
Loading…
Reference in a new issue