mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Add troubleshooting guide and update folder overview docs
Added a new Troubleshooting.md with guidance on folder collapsing issues and included a relevant screenshot. Updated Folder overview.md with sections on using overviews in templates and explanation of overview IDs.
This commit is contained in:
parent
a82126ca55
commit
7003d10671
3 changed files with 15 additions and 0 deletions
|
|
@ -22,3 +22,11 @@ To edit the default values for new folder overviews you can either use the comma
|
|||

|
||||
(On the left is the plugin settings tab and the right the view you see when you use the "Edit folder overview" command)
|
||||
|
||||
## How can I use this in a template?
|
||||
|
||||
Just create the folder overview as normal in a template and then change the settings to be what you want to use as a default for the files you apply the templates to. It also doesn't matter that the id of the overview in the template will be the same as the id of the overview that gets created when the template has been used.
|
||||
|
||||
## What's the id in the code block for?
|
||||
They're there to differentiate the overviews from each other so that you can use "Edit folder overview" command to edit the overviews from one file (there can be multiple overviews in one file). It's especially useful on mobile because the button to edit the code block on mobile is quite small.
|
||||
|
||||
|
||||
|
|
|
|||
7
docs/docs/Troubleshooting.md
Normal file
7
docs/docs/Troubleshooting.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Troubleshooting
|
||||
## Folder with folder note still collapses
|
||||
Issue: You've "Disable folder collapsing" enabled, click on a folder name that has folder note linked to it and it still collapses.
|
||||
|
||||
Possible cause & solution: You've "auto-reveal current file" enabled and need to disable it in order to make this feature work.
|
||||
|
||||

|
||||
BIN
docs/docs/assets/screenshots/Obsidian_K3ph5zw0mq.png
Normal file
BIN
docs/docs/assets/screenshots/Obsidian_K3ph5zw0mq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Loading…
Reference in a new issue