NotePlan
NotePlan
Jun 2

A cross-theme option to remove top and bottom spacing, ensuring single line-height for everything

A toggle to remove all line margins and spacing would bring NotePlan on par with more text-orienter Markdown apps such as Obsidian or iA Writer, and also with Apple Notes. Even tho this could be attained with themes, having this as a toggle would bring this feature to every existing theme. Modifying an existing theme with this feature is slow and error prone. Further, building this as a theme is buggy (for instance, a paragraph that starts with a bold mark will have a bottom margin, no matter the lineSpacing or paragraphSpacing values on body).
PendingPending

Aug 27, 2021

I had this same requirement. As you say, it is time-consuming, but it does work. You need to add the following lines to multiple classes: ``` "lineSpacing": 1, "paragraphSpacing": 0, "paragraphSpacingBefore": 0 ``` Add them to: - `body` - `checked` - `todo` - `special-char` - `tabbed` I adapted the Orange theme and called it [Orange Squash](https://gist.github.com/tastapod/f472da992b44ab736068bc9ceac…).

Sep 21, 2021

Daniel Terhorst-North: I've been using this for a couple weeks and it's a life changer. Thanks for your hard work!

Sep 22, 2021

Louis-Jean Teitelbaum: Glad it's working for you! I added a little vertical space for bullets to make them read a bit better. I've updated the gist.