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).
Pending
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…).