navigation.expand & hide: - navigation #7265
Replies: 1 comment 1 reply
-
Hello @PieDelDesVolcans,
So neither of those options should affect relations or link creation to other files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bonjour,
I'm trying to setup the following usage of the tool :
my_dir1\
my_dir2\
I do would like to use the following behavior in my md files (just open the target file in full screen to display the information)
hide:
So starting with the configuration :
theme:
features:
- navigation.expand
if I setup in the md file the following :
hide:
Then :
For directory my_dir2 : files afile.md & anotherfile.md html links are created for both files
But for directory my_dir1 : files myfirstfile.md & mysecondfile.md aren't created and only the first file is linked as html
Even if the files aren't displayed in the left panel they apperas in the next section at the bottom of the page.
If I remove the "navigation.expand" then :
For directory my_dir2 : only a link to afile.html appears
Same behavior for my_dir1
However :
If I add in my_dir2 a empty mdfile starting with letter a ( first in alphabetical order) then links for a, myfirstfile & mysecondfile are displayed.
Would it be possible to use the combination of : not using "navigation.expand" & "hide navigation" ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions