Markdown Viewer에 대한 리뷰
Markdown Viewer 제작자: simov
리뷰 66개
- Of all the markdown extensions I like the way this one looks the most. I'm bummed that it totally doesn't work.
Just getting file:// URLs to open in firefox is a huge pain. Whenever I open markdown files, Firefox just wants to download them. See here to fix: https://superuser.com/questions/696361/how-to-get-the-markdown-viewer-addon-of-firefox-to-work-on-linux/1175837#1175837
Edit: This isn't the fault of the extension
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 the rest of my system. I then added "text/plain md markdown" in that file. The problem is due to the way firefox handles files and mimetypes.
Edit: Again, this isn't a problem with the extension but does make it tricky to set up.
With this extension, when I open a markdown page, about half the time I just get a blank white page and half the time I see the file. Whenever I enable markdown or change markdown settings, the page reloads and I almost always get back to the blank white page.
When I open the addon's settings page, there are some pretty bad graphical glitches, everything is squished together and the bottom border just keeps slowly inching farther and farther down my screen.개발자 답글
6년 전에 게시됨The file:// URL issue is related to how Firefox handles markdown mime types. So unless Firefox do something about it I can do little, reminder, this is a Browser Extension for Firefox > 57, meaning that I don't have unrestricted access to the user's system.
About the blank page issue, that was caused by interference with other extensions and it was fixed on Chrome, I just have to publish the new version here.
About the settings page, you have to open it from the extension's popup in a separate window. The advanced options page is not optimized for the Firefox builtin extensions view.
EDIT: The 'Blank Page Issue' should be fixed now in v3.8 - 5점 만점에 3점Firefox 사용자 15230443 님, 7년 전
- 5점 만점에 5점ValentinG_ 님, 7년 전
- 5점 만점에 5점Zachary Guo 님, 8년 전This add-on is a subsitution of https://addons.mozilla.org/zh-CN/firefox/addon/markdown-viewer/?src=search
Unfortunately, that author didn't maintain the add-on, but It can open markdown files in a Frame, this is the most important reason for I still stay on Firefox 56 and not upgrade to Firefox Quantum.
Simeon Velichkov's markdown-viewer is compatible with Firefox Quantum, But it can not display markdown in a Frame, can you solve this problem? - 5점 만점에 4점Firefox 사용자 14300548 님, 8년 전Good, but it doesn't correctly interpret code blocks for python
개발자 답글
8년 전에 게시됨PrismJS (https://prismjs.com) is responsible for the syntax highlighting, so in case there is a problem with it you have to ask for help there. I can only bump the version in my extension if they have a fix. Other than that fenced code blocks should be used as usual - ```python - 5점 만점에 5점Firefox 사용자 14027290 님, 8년 전
- 5점 만점에 5점Firefox 사용자 13746822 님, 8년 전Simply opened and rendered my file when needed for the local drive. Mission accomplished.
- 5점 만점에 5점Firefox 사용자 12822726 님, 8년 전
- 5점 만점에 1점Firefox 사용자 13549749 님, 8년 전I did not success to configure the plugin (firefox Quantum), even when declaring the exact markdown complete URL as allowed. Firefox is still proposing for downloading the file, instead of displaying it.
Either the configuration is too complicated to perform (or too complicated for me) or the module does not work.개발자 답글
8년 전에 게시됨Currently access to file:// URLs is not supported!
For the rest of the configuration you can watch this short screencast (only 3 min - no sound):
https://youtu.be/c7Lb_Y092ok - Problems with this plugin are endemic with Mozilla and Firefox and not the plugin.
Often, it does not work, because Mozilla Security.
This is because Mozilla think we trust them more than the plugin dev, which I personally never do.
Mozilla break userland all the time.
they break and nofix any bugs.
Mozilla send our data to Google without asking, & close no fix that always. WTF? I would like to view Markdown file _I_ write in a browser, often Mozilla say no. So I recommend any tool outside this browser. e.g. apt install retext which Mozilla cannot remote break every few months.개발자 답글
8년 전에 게시됨Currently access to file:// URLs is not supported!
For the rest of the configuration you can watch this short screencast (only 3 min - no sound): https://youtu.be/c7Lb_Y092ok