Análises para Markdown Viewer Webext
Markdown Viewer Webext por Cimbali
62 análises
- 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!
- Avaliado em 5 de 5por ValentinG_ , há 5 anos
- Avaliado em 5 de 5por Utilizador do Firefox 13884192 , há 6 anosI had to follow the instructions on the home page to set up the markdown mime type on linux, and with that it works marvelously.
- Avaliado em 5 de 5por Utilizador do Firefox 15232191 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 12073715 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 15090897 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14714660 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14541252 , há 6 anos
- Avaliado em 5 de 5por Andrew Gaul , há 6 anos
- Avaliado em 5 de 5por Felipe Barcelos , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14341546 , há 7 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14153868 , há 7 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14258353 , há 7 anosI 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}} Resposta do programador
publicado a há 7 anosThanks for the feedback. Good news! With 1.4.0, it's no longer necessary to click the browser icon to request permissions! Yay!- Avaliado em 5 de 5por Utilizador do Firefox 14085932 , há 7 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14030336 , há 7 anosExactly 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 typoResposta do programador
publicado a há 7 anosThanks 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.