Skip to content

Instantly share code, notes, and snippets.

@tukkek
Last active March 14, 2026 17:17
Show Gist options
  • Select an option

  • Save tukkek/4c32695fdbb58cd37119c14f8b80bf8f to your computer and use it in GitHub Desktop.

Select an option

Save tukkek/4c32695fdbb58cd37119c14f8b80bf8f to your computer and use it in GitHub Desktop.
Justified Obsidian
/*
* 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