MarkdownViewerPlusPlus icon indicating copy to clipboard operation
MarkdownViewerPlusPlus copied to clipboard

feature request: add url to external css

Open se4203 opened this issue 4 years ago • 1 comments

Issue description

Issue: The textbox for custom css truncates long inputs. Instead of making it accept long inputs, I suggest adding an url. The exported html code will then contain something like <link rel="stylesheet" href="https://example.com/resources/css/custom_md.css"> instead of the normal <style>...</style> element.

Environment

  • Notepad++ 8.14 (32bit)_
  • MarkdownViewer++ 0.8.2.25525
  • Windows 10 (64bit)

se4203 avatar Oct 26 '21 10:10 se4203

Support for referenced css files would also be a nice feature in this context. For example:

@import url("referenced.css"); .header-placeholder { height: 1px; width: 100%; margin-top: 160px; }

hanksmoody avatar Nov 11 '21 10:11 hanksmoody