Markdown Viewer értékelései
Markdown Viewer szerző: simov
72 értékelés
- Just after installation in Firefox, Windows 10 Home, I had a problem to find application icon on Firefox taskbar. I've asked for advice sending support e-mail. The feedback was immediate. The application works great even with `mermaid` Markdown extension. Happy to use it. Thank you for your effort!
Fejlesztői válasz
közzétéve: 2 éveThanks for the feedback.
In Markdown Viewer v5.3 popup options are now available in the main settings page of the extension, so it will be easier to find them and it won't require using the extension popup. - Csillagos értékelés: 5 / 5készítette: Peter Lyons Kehl, 3 éveSo good. For anyone new:
- for rendering local files, follow instructions on the project's GitHub page github.com/simov/markdown-viewer
- for rendering files from internet, follow github.com/simov/markdown-viewer/blob/main/firefox.md - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 17831440, 3 éve
- Very good!
I have installed it on Firefox and Edge ,it well !
On Firefox, you need to do an extra security step before you can use it(Firefox require).
And before use it, you should uninstall any other markdown extensions.
Finally, thanks agian to the author Simov. - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13641102, 3 éveWorks great if you configure it properly on Linux using this guide: https://github.com/simov/markdown-viewer/blob/main/firefox.md. If you using Ubuntu probably you have the snap version. In that case in about:config (following the steps on the previous URL) on Firefox be sure to put the full path of the mime file avoid using ~ character. And after that if the addon is not rendering properly the md files, then go to the advanced options of the addon and give the necessary permissions on file access and site access. The addon is great but this process complicate things. However it is worth it!
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15083079, 3 éve
- Csillagos értékelés: 1 / 5készítette: Igor Darovskikh, 3 éveDoes not work in ubuntu 22. Extension reports that it can't read (or change) data from local files
Fejlesztői válasz
közzétéve: 3 éveHere is how to make it work: https://github.com/simov/markdown-viewer/blob/main/firefox.md - My first impression was that it was useless, because it states file:// URLs aren't supported. The docs on GitHub talk mainly about Chrome and the video has no sound, so I didn't find the workaround that somebody else posted in a comment. Here's the fix: https://superuser.com/questions/696361/how-to-get-the-markdown-viewer-addon-of-firefox-to-work-on-linux/1175837#1175837
The fact that this isn't clear in the instructions seems a pretty scathing oversight.
Anyhow, once I added the MIME type, it started working pretty well. - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14333642, 5 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 16862528, 5 éve
- Csillagos értékelés: 5 / 5készítette: SuperHarmony910, 6 éve
- Csillagos értékelés: 5 / 5készítette: Amadeo García Torrano, 6 éve
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 16266854, 6 éveRating 1 star because of permissions, this plugin should not require access to all data on all websites.
Fejlesztői válasz
közzétéve: 5 éveIt does not require any permissions by default. It's a bug in the way Mozilla detects the optional permissions inside the extension's manifest file. Those permissions are optional and they still require a user consent, meaning I cannot enable them in the background to access your data on all sites without you knowing about it. Plus the extension only looks for markdown files, the source code is not GitHub ..