Borek Bernard
Borek Bernard
Hi, was this ever implemented? I get ToC on the [about page](http://devdocs.io/about) , but nowhere else. Long pages with many headings are quite hard to navigate.
Ah ok! I thought that Sidebar is that wider panel while Toolbar is the small floating panel, and that the setting only applies to the Sidebar, not Toolbar. I've got...
For anyone interested, I managed to make it work this way: 1. Add [this `shopt` script](https://github.com/larz258/Zshopt) somewhere in your $PATH. 2. `autoload bashcompinit && bashcompinit` 3. `source yarn-completion.bash`  Only after some more scrolling up, I...
Here is a sort of related (but opposite) feature request from people who have many snippets: https://github.com/Clipy/Clipy/issues/276
A workaround is to export for offline and then search&replace `index.html"` with `"` (the quote is important, for example, I had the text "index.html" used in some of my blog...
Yeah, the export otherwise worked brilliantly so I was keen to find a solution rather than trying other exporters 😄. Great job! & thanks for the info.
BTW, I was wondering if the CLI could behave like a VSCode extension, which respects the closest config files. Maybe behind some flag to maintain backwards compatibility, for example: ```...