-
Notifications
You must be signed in to change notification settings - Fork 14
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
Export formatted text as default style #14
Comments
Which export option do you use? HTML? Probably that would be possible, if in currentStyle would be set to defaultStyle. |
I mainly use |
@igitur What would be your expectation for this case. Should just the background colour be white or transparent or the one from the default style. And how should the foreground colours behave? From a first check of the code it might be possible to modify the background, but the foreground seems to be quite hard to modify as the styling is taken from the underlying scintilla and the theme is unknown there and also not accessible by plugins. |
I can imagine that this is tricky to implement but I do share the same frustration as @igitur: how great it would be to enjoy Notepadd++' dark mode and at the same time still have "Copy RTF to clipboard" (or HTML) use the default style. I use the copy functionality so often that my only solution for now is to ignore the cries of my eyes begging for the dark mode :P |
Hi,
I use Notepad++ with a dark theme, e.g. Obsidian. However, I would like to export the formatted text a light theme, e.g. the default Notepad++ theme, because I often need to paste it into an email and send it someone else. The dark mode background is quite disrupting in the middle of an email with a white background.
Would adding the option to export using default style be possible?
Thanks
The text was updated successfully, but these errors were encountered: