Skip to content
Discussion options

You must be logged in to vote

You can add the cssclass writing to 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:

.cm-contentContainer, p {
	hyphens: auto;
	text-align: justify;
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MahRodrigues
Comment options

@chrisgrieser
Comment options

@MahRodrigues
Comment options

Answer selected by chrisgrieser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants