Bewertungen für Markdown Viewer Webext
Markdown Viewer Webext von Cimbali
100 Bewertungen
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 15106913, vor 6 JahrenIt works. For those like me using Linux, you should read the README in https://github.com/KeithLRobertson/markdown-viewer/blob/master/README.md#installing-on-linux At first it seemed like it was a no go but after reading the docs and following the procedure, the extension works just fine.
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 15090897, vor 6 Jahren
- Bewertet mit 1 von 5 Sternenvon Roselove, vor 6 JahrenDoesn't work. There's no button, and opening a local file on Linux still tries to download it.
- Bewertet mit 4 von 5 Sternenvon geen naam, vor 6 JahrenThis is pretty good and does what I want. You can open a a markdown (.md) file on your machine in Firefox. There are multiple ways to style the page.
By default a small enlargable box is top left and you can click on this to get 3 options.
The first allows you to switch between the default and GitHub markdown style. (no utf-8 on one?).
The second has a decent list of styles that would be good but this didn't work for me.
The final option is a button to download the file as HTML. This works though the HTML is rather messy as it has all the code and styling for the dropdown box. You can remove the dropdown box though in the app’s settings though then of course you can’t click it to save as HTML. However you can delete the excess code from the file if you want to, though it's an extra step.
At least three other ways exist to to style pages. One is to write custom styles in the text box on the apps settings page. This is good for default styles.
Another way is to link to an external CSS file (put the link at the bottom of the page otherwise it won't work properly). You can also use an embedded stylesheet anywhere on the page (between two style tags).
All in all this is a great little add-on. Loses a mark from me because the dropdown styles didn't work for some reason and the generated HTML was messy. - Bewertet mit 4 von 5 Sternenvon Milly, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14714660, vor 6 Jahren
- Bewertet mit 4 von 5 Sternenvon Cyd, vor 6 JahrenGreat extension.
Please, can you add markdown type mime "text/markdown" support (https://tools.ietf.org/html/rfc7763).
Thanks - Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 14596245, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14541252, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon berot3, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon Andrew Gaul, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon stefaleon, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon Felipe Barcelos, vor 6 Jahren
- Bewertet mit 1 von 5 Sternenvon NatoBoram, vor 6 JahrenDoesn't work. There's no button, and opening a local file on Linux still tries to download it.
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14341546, vor 7 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14153868, vor 7 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 14277084, vor 7 JahrenAdd-on works fine on Linux for local .md files using the mime type mod.
But where do you make the equivalent change for Firefox on OS-X? - Bewertet mit 2 von 5 Sternenvon Firefox-Benutzer 14268393, vor 7 JahrenThe markdown viewer is amazing, very neatly done and robust. I even test it on a large .md file with no hiccups.
my only concern is a recent update recently, where a simple Markdown Viewer is requesting my permission to access personal data of all websites. I'm afraid this is a deal breaker for me. Why would a markup reader want to access my personal info of all my websites?
I'll gladly update my review and rating once that suspicious permission is tackled.
thank you - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14258353, vor 7 JahrenI use it to copy the webpage link into LaTeX with the hyperref package. I modify the default markup syntaxis with one appropriate for LaTeX (plus hyperref):
\href{${page.url}}{${page.title}} - Bewertet mit 5 von 5 Sternenvon marsender, vor 7 JahrenWorks perfectly on linux after adding mime type.
Don't forget to click on the toolbar icon to enable markdown rendering for local and web filesAntwort des Entwicklers
geschrieben am vor 7 JahrenThanks for the feedback. Good news! With 1.4.0, it's no longer necessary to click the browser icon to request permissions! Yay! - Bewertet mit 1 von 5 Sternenvon Firefox-Benutzer 13434693, vor 7 JahrenNot working. Tried to update mime database but firefox just won't render local and online .md files, even the README.md on github.
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14085932, vor 7 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 13895268, vor 7 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14030336, vor 7 JahrenExactly as advertised. I open .md or .markdown files in the browser and this "beautifies" them. Many thanks!
One suggestion I have is to have a "dark mode" that inverts the black on white or to have a "Custom CSS" box in the settings that would allow us to adjust this.
If this plugin is available on GitHub (haven't checked yet), I might consider making a pull request to implement the feature ^ mentioned above.
Edit: Fix typoAntwort des Entwicklers
geschrieben am vor 7 JahrenThanks for the feedback! There is a Custom CSS box in settings, and it should do what you want. Try entering " body { background-color: black; color: white } " as the CSS. - Bewertet mit 2 von 5 Sternenvon Firefox-Benutzer 5605776, vor 7 JahrenI cannot make this addon to display a markdown document which is located on my system.