Last active
March 14, 2026 17:17
-
-
Save tukkek/4c32695fdbb58cd37119c14f8b80bf8f to your computer and use it in GitHub Desktop.
Justified Obsidian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Install: | |
| * 1. Save to `.obsidian/snippets/justified.css` | |
| * 2. Activate in: Options; Appearance; CSS Snippets | |
| * | |
| * Credits: | |
| * * https://forum.obsidian.md/t/align-text-justified-in-obsidian/39301/2 | |
| */ | |
| .markdown-source-view.mod-cm6 .cm-line{text-align:justify;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment