If you are tired of your todos being misaligned from [ ] and [x]

Smallest css snippet in the world. Only changes the [ ] and [x] to be a monospace font so everything lines up nicely

.cm-formatting-list-ul,.cm-formatting-task { font-family: monospace; }

Now

Without/ TRIGGER WARNING

7 Likes

This is cool, but I like having my entire edit mode pane in monospace:

.markdown-source-view {
  font-family: var(--font-monospace);
}
2 Likes

Small snippet, great effect. I just added this, thanks!

1 Like

@trashhalo: Thanks! So simple, and it works! Best example of an one-trick-tool.