Hello, thank for your sharing,
is it possible to have it on preview mode ?
For example, this code alowed me to justify my text in obsidian in reading mode/source mode/and preview mode :
/* reading mode */
.markdown-preview-view p {
text-align: justify;
text-justify: inter-word;
}
/* source view and live preview */
.markdown-source-view.mod-cm6 .cm-line {
text-align: justify;
text-justify: inter-word;
}
source : Align text Justified in Obsidian - #2 by Scribe
Merci !