Recensioner för Markdown Viewer
Markdown Viewer av simov
72 recensioner
- Betygsatt 5 av 5av mslonik, för 3 år sedanJust 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!
Utvecklarens svar
postad för 2 år sedanThanks 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. - Betygsatt 1 av 5av Carlos A, för 3 år sedan
- Betygsatt 1 av 5av No, för 3 år sedan
- Betygsatt 5 av 5av Peter Lyons Kehl, för 3 år sedanSo 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 - Betygsatt 5 av 5av Firefox-användare 17831440, för 3 år sedan
- Betygsatt 5 av 5av IcLod, för 3 år sedanVery 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. - Betygsatt 5 av 5av Firefox-användare 13641102, för 3 år sedanWorks 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!
- Betygsatt 5 av 5av Firefox-användare 15083079, för 3 år sedan
- Betygsatt 1 av 5av Igor Darovskikh, för 3 år sedanDoes not work in ubuntu 22. Extension reports that it can't read (or change) data from local files
Utvecklarens svar
postad för 3 år sedanHere is how to make it work: https://github.com/simov/markdown-viewer/blob/main/firefox.md - Betygsatt 5 av 5av Simon, för 3 år sedanWorks great after this workaround: https://github.com/Cimbali/markdown-viewer#support-for-local-files-on-linux
- Betygsatt 4 av 5av Paco, för 5 år sedanDoes what it says on the tin for the most part, doesn't display tables from Reddit correctly though.
- Betygsatt 4 av 5av MikZ, för 5 år sedanMy 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. - Betygsatt 4 av 5av 컨트롤D, för 5 år sedanIt lacked a bit of detail to set the Markdown title to the tab's title when the file was loaded.
- Betygsatt 5 av 5av Firefox-användare 14333642, för 5 år sedan
- Betygsatt 5 av 5av Richard, för 5 år sedan
- Betygsatt 5 av 5av _Reduce, för 5 år sedan
- Betygsatt 5 av 5av Pydawan, för 5 år sedan
- Betygsatt 5 av 5av Firefox-användare 16862528, för 5 år sedan
- Betygsatt 5 av 5av Aakash, för 5 år sedan
- Betygsatt 5 av 5av SuperHarmony910, för 6 år sedan
- Betygsatt 5 av 5av Amadeo García Torrano, för 6 år sedan
- Betygsatt 1 av 5av Firefox-användare 16266854, för 6 år sedanRating 1 star because of permissions, this plugin should not require access to all data on all websites.
Utvecklarens svar
postad för 5 år sedanIt 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 ..