simo

Results 394 comments of simo
trafficstars

![md](https://user-images.githubusercontent.com/1694112/100441784-ad4f5680-30af-11eb-95af-7ac1d84001df.png) You have to enable the extension for file:/// URLs in order to see that option.

Wait a sec, something isn't right with your recording. Certain UI elements are missing. Which version of Chrome do you use? Also which version of the extensions, is it downloaded...

I am using Version 87.0.4280.141 (Official Build) (64-bit) on Ubuntu. It works on Chrome, Chromium, Firefox, Opera and Edge Dev.

Not Firefox, my bad, I'm glad you found the fix for it. Unfortunately I have no idea why Chrome isn't loading local files in case you have both switches regarding...

You mean symbolic link on your file system? Browser extensions doesn't have control over how files are read from your local system, it's the browser itself that allows and controls...

I don't know, but this is most likely a breaking change in Chrome after update. There is no way for a browser extension to check for symlinks, at least that...

I'm probably using some really heavy css rules there, like `!important` on a `#` selector, check out the `.css` files in the repo, you should be able to style it...

Your selector isn't correct `._toc-left` is a class, although you probably don't need this, check out the TOC styles here https://github.com/simov/markdown-viewer/blob/master/content/index.css#L56-L92

That's a good point. I wonder what is the performance difference between case sensitive and case insensitive regex in this case. I might have to make a few tests.

Hi @jschlieber, thank you for your input! Currently all other themes except the two GitHub ones, have a responsive width, meaning that if you open up your Developer Tools vertically...