Stephen Chung

Results 546 comments of Stephen Chung

> @schungx, the mystery of `_FilterDatabase` is now solved, now it needs to be investigated why the `defined name` element name is placed in the background in that range? This...

Right now, I solved it by using https://github.com/avitex/mdbook-tera which is a pre-processor. I added a variable in front of every URL link. The variable maps to the subdirectory name. I...

> [@schungx](https://github.com/schungx) Would you mind sharing exactly how you solved it in this way? Oops, sorry, just realize that I have not responded to this. So, this is how I...

Seeing that version 0.5 is coming out... I wonder if there is now a solution to this issue?

Thanks for bringing this up. We understand this. The `*` shortcut is for quick-n-dirty usage. Users who publish crates will find out soon enough that they must use concrete version...

It is sometimes extremely useful to have "hidden" or "secret" sub-trees that are not shown in the nav list. Those content are only accessible when provided a url link.

> You can have sections automatically collapsed by setting an appropriate [folding level](https://rust-lang.github.io/mdBook/format/configuration/renderers.html#outputhtmlfold). But I only want a _particular_ section tree collapsed by default, not the others. Setting a folding...

Actually I think it can be a specific case under the general feature request to put CSS classes or options on individual links in `SUMMARY.md` (I remember an issue talking...

> do you have any ideas for alternative syntax? Without attaching options to a particular line, then the only options are: 1) modifiers on the title text, 2) modifiers on...

Agree. However, this will be a breaking change, so would need to wait for the next major version.