How can I justify text? #332
Answered
by
chrisgrieser
MahRodrigues
asked this question in
Q&A
-
|
Hi there! I'm just getting started on this theme, which seems wonderful by the way. I'd love to know how to shift it so all texts (at least the "baseline" text) are justified instead of left-aligned. Any ideas? Thank you much! |
Beta Was this translation helpful? Give feedback.
Answered by
chrisgrieser
May 16, 2025
Replies: 1 comment 3 replies
-
|
You can add the cssclass If you want to have justified text throughout the whole vault, you can add this css snippet: .cm-contentContainer, p {
hyphens: auto;
text-align: justify;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
chrisgrieser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add the cssclass
writingto the note, and you get formatting specific for writing, including justified content (how those notes look like can be customized with the style settings plugin.)If you want to have justified text throughout the whole vault, you can add this css snippet: