diff --git a/docs/docs/Folder overview.md b/docs/docs/Folder overview.md index 7c353a0..ef38beb 100644 --- a/docs/docs/Folder overview.md +++ b/docs/docs/Folder overview.md @@ -22,3 +22,11 @@ To edit the default values for new folder overviews you can either use the comma ![Screenshot](../assets/screenshots/b4QOtkzJs0.png) (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. + + diff --git a/docs/docs/Troubleshooting.md b/docs/docs/Troubleshooting.md new file mode 100644 index 0000000..ba86ed3 --- /dev/null +++ b/docs/docs/Troubleshooting.md @@ -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. + +![Auto-reveal current file](../assets/screenshots/Obsidian_K3ph5zw0mq.png) diff --git a/docs/docs/assets/screenshots/Obsidian_K3ph5zw0mq.png b/docs/docs/assets/screenshots/Obsidian_K3ph5zw0mq.png new file mode 100644 index 0000000..af50e9d Binary files /dev/null and b/docs/docs/assets/screenshots/Obsidian_K3ph5zw0mq.png differ