Skip to content
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: add url to external css #144

Open
se4203 opened this issue Oct 26, 2021 · 1 comment
Open

feature request: add url to external css #144

se4203 opened this issue Oct 26, 2021 · 1 comment

Comments

@se4203
Copy link

se4203 commented Oct 26, 2021

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)
@hanksmoody
Copy link

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; }

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

No branches or pull requests

2 participants