Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Add editable CSS #40

Open
lakonis opened this issue May 11, 2015 · 3 comments
Open

Add editable CSS #40

lakonis opened this issue May 11, 2015 · 3 comments

Comments

@lakonis
Copy link

lakonis commented May 11, 2015

That would be great to allow the editing of the css to personalise how the markdown is rendered.

@patdavid
Copy link

This would be fantastic, as I'm not aware of another markdown viewer for FF that allows custom CSS for the output.

@rivy
Copy link

rivy commented Jul 27, 2016

As an alternative (until a modifiable CSS option is available), the Firefox add-on Greasemonkey can be used to customize the page. For an example script, you can look at this sample script (hosted as a gist on github).

Note: to allow GreaseMonkey to operate on local files, the setting "extensions.greasemonkey.fileIsGreasable" must be set to true. The setting is accessible via Firefox's "about:config" URI.

@Turysaz
Copy link

Turysaz commented Oct 10, 2017

👍

Edit:
Another workaround is to add a style sheet via the firefox addon "Stylish".
I simply wrote a style sheet that affects all markdown files using the rule:

@-moz-document regexp("^.*\.md") { ... }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants