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

Permit to use custom CSS #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

RobinDev
Copy link

This feature permit to add Custom CSS directly in user or workspace settings.json by adding a configuration property.

"markdown-editor.customCss": "my custom css rules"

// Eg: "markdown-editor.customCss": ".vditor-ir pre.vditor-reset {line-height: 32px;padding-right: calc(100% - 800px) !important; margin-left: 100px;    font-family: system-ui !important;}"

Fix #83
Fix #28
Fix #46

Maybe more issues...

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

Successfully merging this pull request may close these issues.

Feature Request: Custom Theme Using CSS Document creating a custom theme change layout by css
1 participant