Add support for CSS markdown themes #1736
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi everyone, this is an implementation of configuring CSS markdown themes in stackedit. It's pretty simple, it scopes the SCSS by a certain class and then configures that class from the settings in the sidebar.
At first I forked the repo to just overwrite the CSS and preview for a one-time use. But I decided to try and implement it as an actual feature and pass it on to the community.
The code style is rough in some places but I really have to focus on my main project, so I most likely won't be putting much more time into this. But I'd appreciate if someone wanted to take this as a starting point, it would be an awesome feature.
Also, If I were to continue working on this, I'd probably want to add support for user themes via URL, or copy-paste via CSS. @benweet hope you like this.