Markdown Viewer Webext 的評論
Markdown Viewer Webext 作者: Cimbali
62 筆評論
- 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!
- 評價 5 分,滿分 5 分來自 ValentinG_,5 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13884192,6 年前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.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15232191,6 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 12073715,6 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15090897,6 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14714660,6 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14541252,6 年前
- 評價 5 分,滿分 5 分來自 Andrew Gaul,6 年前
- 評價 5 分,滿分 5 分來自 Felipe Barcelos,7 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14341546,7 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14153868,7 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14258353,7 年前I 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}} 開發者回應
張貼於 7 年前Thanks for the feedback. Good news! With 1.4.0, it's no longer necessary to click the browser icon to request permissions! Yay!- 評價 5 分,滿分 5 分來自 Firefox 使用者 14085932,7 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14030336,7 年前Exactly 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 typo開發者回應
張貼於 7 年前Thanks 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.