Arviot lisäosalle Markdown Viewer Webext
Markdown Viewer Webext tekijä Cimbali
Käyttäjän Firefox-käyttäjä 14030336 kirjoittama arvio
Arvioitu 5/5
kirjoittanut Firefox-käyttäjä 14030336, seitsemän vuotta sittenExactly 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
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
Kehittäjän vastaus
lähetetty seitsemän vuotta sittenThanks 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.