Cimbali
Cimbali
It rather seems it is not implemented but tracking moved to [bug 1457500](https://bugzilla.mozilla.org/show_bug.cgi?id=1457500).
I’ve just added another workaround to the README, which should work on macOS as well as on Linux. It’s the one I am using myself now, on FF 78. It...
Too bad − thanks for the feedback @chadj2. It works on Linux but I’m not sure what the right way would be on macOS then, and I don’t have access...
The mime-type does not always get picked up properly. Can you try the work-around number 2? Point the `helpers.private_mime_types_file` config value to a file you’ll create, e.g. `/opt/firefox/mime.types` or the...
On the `about:addons` page there’s a gear menu with a “debug add-ons” link, that opens a page with an “Inspect” button for each add-on. The console tab in the inspect...
> Loading or refreshing the .md file in another tab doesn't affect [the inspect] window, and I don't see how to load the file there. Yes it’s basically showing errors...
Could you try the following options (should be in order of increasing effort): 1. Provide the full path to the file that’s not working? I’m suspecting something in the add-on...
Thanks for checking. So to summarise: - It doesn’t seem to be an issue in accessing the file (permissions, mime types, paths) - The minimal extension working suggests our rendering...
I think the main thing we’re trying to do with this if is detect whether we already rendered the markdown. Basically the script runs on a text file, and might...
I see, we perform markdown rendering on html pages that masquerade as text files displayed by firefox (i.e. html pages with a single `` tag). In both cases (script in...