Shqyrtime për Markdown Viewer Webext
Markdown Viewer Webext nga Cimbali
100 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga 17240045 përdoruesi Firefox-i, 3 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga valvaldon, 3 vite më parëOn 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.Përgjigje zhvilluesi
postuar më 3 vite më parëThanks 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga 傻托, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga parallel, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga wu, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Thomas, 4 vite më parëExtremely useful extension for viewing local .md files as HTML! And the Table of Contents feature is indispensable!! Thank you!
- Vlerësuar me 5 yje nga 5 të mundshëmnga Tom Davey, 4 vite më parëI 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!
- Vlerësuar me 1 yje nga 5 të mundshëmnga James Cherry, 4 vite më parëThis used to work really well. With firefox 83.0 on OSX 14.1 it cannot render a local file. I wasted way too many hours trying all the work-arounds described in the github page and on superuser. None of them worked.
Përgjigje zhvilluesi
postuar më 4 vite më parëI’m sorry to hear about your experience. Local files are tough to handle between the mime types, operating systems, Firefox… Hopefully the support will improve with future Firefox versions, but I’m afraid there’s nothing more the add-on could be doing. - Vlerësuar me 4 yje nga 5 të mundshëmnga dj, 4 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga 15884064 përdoruesi Firefox-i, 5 vite më parëThe syntax highlighting options are nice, but if you have an URL in a code block, the double-slash is interpreted as a JS comment.
Përgjigje zhvilluesi
postuar më 5 vite më parëHi, thanks for the feedbkack. Can you maybe post a small example to reproduce this on https://github.com/KeithLRobertson/markdown-viewer/issues ? - Vlerësuar me 5 yje nga 5 të mundshëmnga ValentinG_, 5 vite më parë
- Vlerësuar me 2 yje nga 5 të mundshëmnga ekfacile, 5 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga EvEn, 5 vite më parëthis add on works perfectly in firefox v64
And i love the size of this add on
Thanks a lot Mr. Keith L Robertson - Vlerësuar me 5 yje nga 5 të mundshëmnga GT2280, 5 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga GG, 5 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Cimbali, 5 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13884192 përdoruesi Firefox-i, 6 vite më parëI had to follow the instructions on the home page to set up the markdown mime type on linux, and with that it works marvelously.
- Vlerësuar me 4 yje nga 5 të mundshëmnga 15236641 përdoruesi Firefox-i, 6 vite më parëDoes not work if the .md extension is in upper case.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 15235351 përdoruesi Firefox-i, 6 vite më parëConsidered installing but the excessive permission requirements put me off.
Please be clear WHY the extension needs 'Access your data for all websites' as a permission requirement if it will be accessing only local data. - Vlerësuar me 5 yje nga 5 të mundshëmnga 15232191 përdoruesi Firefox-i, 6 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 12073715 përdoruesi Firefox-i, 6 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga Ziah, 6 vite më parëIt took me a while to even get it to do anything. I would appreciate proper instructions on how to use the extension.
This is not a problem with this extension, rather with Firefox. Whenever I open markdown files in firefox, it just wants to download them. I ended up having to change the mimetype text/plain to also include the extensions .md and .markdown. See here: https://superuser.com/questions/696361/how-to-get-the-markdown-viewer-addon-of-firefox-to-work-on-linux/1175837#1175837
The way the superuser article fixes the problem involves making all markdown files part of the text/plain mimetype but other apps on KDE (and possibly other 'DEs) use the text/markdown mimetype differently than text/plain. So I went into about:config and changed helpers.private_mime_types_file to a custom file (e.g. ~/.firefox-mime.types) to separate firefox's mimetypes from my system. I then added "text/plain md markdown" in that file. The problem is due to the way firefox handles files and mimetypes.
I am unable to change the code style in the markdown-viewer menu which is very frustrating, the markdown style does work.