Đánh giá cho Markdown Viewer Webext
Markdown Viewer Webext bởi Cimbali
Đánh giá bởi Người dùng Firefox 14030336
Xếp hạng 5 trong số 5
bởi Người dùng Firefox 14030336, 7 năm trướcExactly 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
Phản hồi của nhà phát triển
đã đăng 7 năm trướcThanks 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.