-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Use our own stylesheets? #68
Comments
In principle, you can edit the html template yourself and add stylesheets here: Any suggestions for a user interface to pass the link to the stylesheet? |
No, sorry. I will leave that to those more experienced :) Thanks! |
I have installed vim-instant-markdown and it calls in instant-markdown-d. I do not know where is it calling from (I do not have that plugin seperately), so I do not know how to access this html file. However, I have been manually adding a custom-css dark theme file via browser's Inspect Element options. Could you please guide an easier method? |
Remove your current installation, clone instant-markdown-d, edit index.html and follow installation for development: https://github.com/suan/instant-markdown-d/blob/master/CONTRIBUTING.md If anyone can figure out a way to pass this as a command line argument, you can submit a PR. |
It's pretty easy to find out. I am trying this plugin today and found this issue. You can simply
|
Would it be possible for instant-markdown-d to take a stylesheet as a command line arg and also autoreload when it is changed?
Thanks for the great work btw.
The text was updated successfully, but these errors were encountered: