Hi, Thanks for this great and clean theme @kepano.
I’m experimenting with a switch from another great theme (California Coast) and there are three things that I would like to achieve in Minimal. There’s a good chance that I’m overlooking things regarding the questions below, but any help would be great.
- In Editor mode, especially now that the need to switch to preview becomes less because of Live Preview, I would love to be able to add some more space between headings and paragraph (different values per heading)
Furthermore, I would like to diminish the space between some of them in Reading mode. Especially the smaller headings.
California theme had the margins in editor and preview mirrored, which I liked, and I could set the top and bottom margins in the Style Settings plugin. I’ve been looking if I could set something up in Style Settings plugin for Minimal, but I can’t find the right CSS selectors/variables for that.
I’ve also searched with dev tools and tried all sorts of margin/padding-bottom etc. things. I was thinking that the Contextual Typography plugin could help here, but that goes above my level of comprehension 
-
[solved, I added the answer in case anyone else can use it] I would love to set a max line-width so that (in my font-size) it doesn’t show more than 75-80 characters per line for readability reasons. I know there is a setting to set max width percentage in Minimal Style Settings, but if I set that e.g. to 80% it also gives that margin when the note window is a lot smaller, and I’d lose a lot of valuable space. And 80 isn’t even enough to get to 75/80 characters per line. It would be great if it could work like this. The text is always e.g. 600px wide and if the window becomes smaller than this it adheres to a max width of 90% or leaves a margin of xx px. on both sides.
I found to solution after all this helped
.markdown-source-view.mod-cm6.is-readable-line-width:not(.rtl) .cm-contentContainer {
max-width: 600px;
margin-right: auto;
}
- I’m looking for a way to get the tag and alias pills reverted to plain text. They draw too much attention for me when looking at notes. Does anyone know how to achieve this?
I hope my questions don’t come across as if I didn’t try. I tried for hours, so it’s just my experience level with CSS, I’m afraid.
Thanks a lot, Jan