Borek Bernard

Results 241 comments of 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` ![Screenshot 2019-04-09...

@dsifford if you don't mind I'll use this issue to gather pieces of information about the possible Zsh support. (Disclaimer: I know very little about how the completions work internally...

If it was writing completions for a single known environment, maybe I could try to do that but this sounds like troubleshooting of some (delicate?) interactions / integrations between Zsh...

Also, the error message could be friendlier, this is what I see in the terminal right now: ![Screenshot 2019-11-09 at 15 17 14](https://user-images.githubusercontent.com/101152/68529940-095c0700-0304-11ea-9c45-df574163ab47.png) 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: ```...