Bewertungen für Markdown Viewer
Markdown Viewer von simov
72 Bewertungen
- Bewertet mit 5 von 5 Sternenvon mslonik, vor 3 JahrenJust 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!
Antwort des Entwicklers
geschrieben am vor 2 JahrenThanks 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. - Bewertet mit 1 von 5 Sternenvon Carlos A, vor 3 Jahren
- Bewertet mit 1 von 5 Sternenvon No, vor 3 Jahren
- Bewertet mit 5 von 5 Sternenvon Peter Lyons Kehl, vor 3 JahrenSo 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 - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 17831440, vor 3 Jahren
- Bewertet mit 5 von 5 Sternenvon IcLod, vor 3 JahrenVery 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. - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13641102, vor 3 JahrenWorks 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!
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 15083079, vor 3 Jahren
- Bewertet mit 1 von 5 Sternenvon Igor Darovskikh, vor 3 JahrenDoes not work in ubuntu 22. Extension reports that it can't read (or change) data from local files
Antwort des Entwicklers
geschrieben am vor 3 JahrenHere is how to make it work: https://github.com/simov/markdown-viewer/blob/main/firefox.md - Bewertet mit 5 von 5 Sternenvon Simon, vor 3 JahrenWorks great after this workaround: https://github.com/Cimbali/markdown-viewer#support-for-local-files-on-linux
- Bewertet mit 4 von 5 Sternenvon Paco, vor 5 JahrenDoes what it says on the tin for the most part, doesn't display tables from Reddit correctly though.
- Bewertet mit 4 von 5 Sternenvon MikZ, vor 5 JahrenMy 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. - Bewertet mit 4 von 5 Sternenvon 컨트롤D, vor 5 JahrenIt lacked a bit of detail to set the Markdown title to the tab's title when the file was loaded.
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14333642, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon Richard, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon _Reduce, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon Pydawan, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 16862528, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon Aakash, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon SuperHarmony910, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon Amadeo García Torrano, vor 6 Jahren
- Bewertet mit 1 von 5 Sternenvon Firefox-Benutzer 16266854, vor 6 JahrenRating 1 star because of permissions, this plugin should not require access to all data on all websites.
Antwort des Entwicklers
geschrieben am vor 5 JahrenIt 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 ..