-
-
Notifications
You must be signed in to change notification settings - Fork 656
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
Improve Rich Text & Code/Markdown heading styling #741
base: staging
Are you sure you want to change the base?
Improve Rich Text & Code/Markdown heading styling #741
Conversation
For some reason the CkEditor styles aren't applied when printing. I'm trying to figure that out now. |
90f8439
to
622232a
Compare
Just pushed a fix for the printing styles not being picked up, and I tweaked the ckeditor styles just slightly more to make it match the markdown preview styles: Also, just curious, if this gets merged, what is the normal release cadence, or when I could expect this to get published to the live instance at cryptpad.fr? |
I quickly reviewed this PR before our 4.7.0 release and noticed that it seemed to also affect styles in the code editor itself. It wasn't obvious why this would be the case and I haven't had the opportunity to dig into the problem yet, but I intend to so this can get merged. For future reference, this would be easier to review if it were split into two PRs (for rich text and code), but that's not a blocking issue. |
PS: thanks for the effort in the meantime! |
Gotcha. I'll do that in the future.
No problem! Thanks for CryptPad! :) |
@davidbenque what do you think about the proposed changes? Shall we merge them or reject this PR? |
Hey there! This project is very cool!
I just found this today and might be contributing more if I can find the time. For now, here's a quick PR to ( subjectively ) improve the heading sytle in the markdown editor.
Also, this was super easy to get setup for development, which is great! 😃
Before
After