Add support for CSS markdown themes#1736
Open
artsparkAI wants to merge 1 commit into
Open
Conversation
|
Looks cool! Good job! For some reason. the build failed 😞 |
Author
|
I will check out the build and repush
…On Thu, Jun 17, 2021 at 8:10 AM Tavi ***@***.***> wrote:
Looks cool! Good job!
For some reason. the build failed 😞
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1736 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASOIOTCC4J57T5FRJKTFNVLTTIF55ANCNFSM45XUOVKQ>
.
|
This was referenced Jul 4, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.