Reviews for Markdown Viewer Webext
Markdown Viewer Webext by Cimbali
Review by drukhier
Rated 5 out of 5
by drukhier, 3 months agoVery nice add-on to comfortably read anything written in MarkDown.
Tiny suggestion: option to switch back to the raw view.
Tiny suggestion: option to switch back to the raw view.
94 reviews
- Rated 5 out of 5by Firefox user 17476775, 4 months ago
- Rated 5 out of 5by woutput, 4 months ago
- Rated 5 out of 5by atoad, 6 months agoIt does everything it should, but my new lines don't get rendered unless I double them.
When I write something like this:
"Hello
World"
It gets rendered as
"Hello World"
When I write
"Hello
World"
it gets rendered as
"Hello
World".
I am using Notepad++ to write the .md file and it uses [CR][LF] (Windows standard I think) as new line indicators.
Edit:
Updated my rating because I was just using it wrong.Developer response
posted 6 months agoHi @atoad that’s correct, as specified by the markdown spec (see https://daringfireball.net/projects/markdown/syntax#p). To do a simple line break you can finish the line with either a single backslash (\), an html line break tag (<br />) or 2 spaces ( ). - Rated 4 out of 5by DotNet Zebra, 6 months ago
- Rated 5 out of 5by jgaray, 7 months ago
- Rated 5 out of 5by raina, 10 months ago
- Rated 5 out of 5by b1nary b0y, a year ago
- Rated 4 out of 5by 白墙壁, a year agoWhy was I prompted for save option when I open .md file even after installed this addon??
Developer response
posted a year agoUnfortunately this issue is linked to how Firefox on Linux detects and handles file types. There’s nothing that can be done from within the addon, but our README does provide a few ways to configure Firefox or your system to fix the issue. To allow addons to directly handle file types we are waiting on https://bugzilla.mozilla.org/show_bug.cgi?id=1457500 - Rated 5 out of 5by Firefox user 16502277, a year ago
- Rated 5 out of 5by Duven60, a year ago
- Rated 5 out of 5by JonWang, a year ago
- Rated 4 out of 5by darccyy, a year ago
- Rated 5 out of 5by David C., a year ago
- Rated 3 out of 5by Wicaksono, a year agoI really like this addon. It makes me able to view markdown files from my local drives. But it's like 60% works. First md file after firefox startup always rendered, then after i made some changes to the file, then refresh it, it doesn't get rendered. Maybe it's not the addon's fault, maybe it's firefox. I don't know. But either way keep up the good work!
Developer response
posted a year agoHi @Wicaksono, this is weird behaviour. Could you come and describe the issue over on github (https://github.com/KeithLRobertson/markdown-viewer/issues/) with more details on your system etc? - Rated 5 out of 5by Firefox user 17240045, a year ago
- Rated 4 out of 5by valvaldon, 2 years agoOn Windows (8.1) this extension works impeccably. It is indispensable for markdown viewing around the web and on local files.
That being said, I had issues making it work on Ubuntu (21.10). None of the solutions on the README page seemed to work (although it did previously). Finally (after many hours) I found the culprit: the snap installation of Firefox. After removing this problematic snap installation and reinstalling Firefox via get-apt, it started working again.
If I had this extension on Windows only, then I'd give it 5 stars hands down. However, the lack of a streamline installation on Linux systems brings it down to 4 stars. Nonetheless, it is an excellent extension imperative for markdown files.Developer response
posted 2 years agoThanks for your feedback @valvaldon. snap was quite new at the time and we weren’t sure why it messed with the extension − but this has quickly been fixed, and the docs have been updated to reflect how to handle mime types correctly on Linux, with or without snap. - Rated 5 out of 5by 傻托, 2 years ago
- Rated 5 out of 5by parallel, 2 years ago
- Rated 5 out of 5by wu, 2 years ago
- Rated 5 out of 5by Thomas, 2 years agoExtremely useful extension for viewing local .md files as HTML! And the Table of Contents feature is indispensable!! Thank you!
- Rated 5 out of 5by Tom Davey, 2 years agoI had a Markdown file (*.md) on disk I needed to render and print. It took about 30 seconds to install this extension, drag-and-drop the file onto a Firefox window, and boom, there's the rendered version of the file displayed as intended. I'm using Firefox 84.0.1 on Windows 10. Thank you!