You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a standard way to create a Chapter without content or an associated page? Draft chapters assume that the content is not added yet and show a disabled/greyed out text on the sidebar.
What this issue is seeking to address is that while Chapters support a foldable structure but there is no way to use it exclusively as a folder object.
Is it possible to extend the current parser to extract a non-hyperlinked list element as a folder that doesn't have an index and used solely for organisation in the sidebar and the slug? Or conversely, allow Part Title to be a foldable object?
Just thinking out loud here, I've only briefly looked at the summary parsing code, but I wonder if this would be possible by making a non-link chapter, so something like this (using the mdbook guide SUMMARY.md as an example):
Currently, the Format section has a top level that is just an index to the subsections:
Is there a standard way to create a Chapter without content or an associated page? Draft chapters assume that the content is not added yet and show a disabled/greyed out text on the sidebar.
What this issue is seeking to address is that while Chapters support a foldable structure but there is no way to use it exclusively as a folder object.
Is it possible to extend the current parser to extract a non-hyperlinked list element as a folder that doesn't have an index and used solely for organisation in the sidebar and the slug? Or conversely, allow Part Title to be a foldable object?
Ex: https://vazark.gitlab.io/til/python/basics/Cheatsheet.html
The text was updated successfully, but these errors were encountered: