mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
224 stars 36 forks source link

Custom CSS #9

Closed eeucalyptus closed 5 years ago

eeucalyptus commented 5 years ago

Hi, I use this plugin on a daily basis, but one thing that bothers me is the style. I would like to customize some CSS properties, eg. line height, margin, etc. Would it be possible to outsource the CSS file to the plugin directory? Thanks in advance.

mohzy83 commented 5 years ago

I merged ur PR and update release powershell script to include the style.css in the release zip files.

mnh48 commented 5 years ago

Thank you so much for this feature!

I know the version containing this code is not actually released yet but I just grab latest source and build a copy myself in visual studio for my x86 notepad++ and it worked as I expected...

Finally a markdown preview plugin I can properly use custom CSS with!!

Note that I did tried MarkdownViewer++ but it didn't display my custom CSS corectly unlike this (not yet released new version of) plugin and idk why, so I'm sticking with this plugin instead of MV++...

Looking forward to official release of new version...