Operating system
Windows
Joplin version
3.6.11
Desktop version info
Joplin 3.6.11 (prod, win32)
Device: win32, 12th Gen Intel(R) Core(TM) i5-1235U
Client ID: 8b409d6885774e88b3fcd2cbb86eb1fc
Sync Version: 3
Profile Version: 49
Keychain Supported: Yes
Alternative instance ID: -
Sync target: OneDrive
Editor: Rich Text
Revision: 7f6fda7
Backup: 1.5.1
Freehand Drawing: 4.3.0
Note Tabs: 1.4.0
Editor
Rich Text Editor
What issue do you have?
Hi! I'm new-ish to Joplin, but have ~2yrs of tinkering experience with it so far. I'm a software guy, so I'm very familiar with troubleshooting Windows issues in general.
I'm desperate for a solution for eliminating the default double line-spacing behavior -- one that DOESN'T require me to use Shift-Enter.
I tried an older fix for userstyle.css ... sorry, don't recall where I found it in the forums:
---\
#rendered-md :is(p /* modify tags as needed /) {
/ modify declarations below as needed */
padding-bottom: 0 !important;
padding-top: 0 !important;
}
/* fix for dbl lines-spacing problem: */
#rendered-md :is(p, ul, ol, li) {
margin-bottom: 0 !important;
line-height: 1.5em !important;
}
#rendered-md :is(ul, ol) {
margin-top: 0 !important;
}
---/
^ IIRC, it worked for about a month, then reverted back to double line-spacing behavior.
Today I tried a fix I found in a 2024 forum topic:
Naturally I saved userstyle.css, then killed+restarted Joplin completely.
- Viewing old notes (e.g. my imports from Evernote): still show double line-spacing.
- Created a new test note: Shift-Enter still gives me the single line-spacing I want, but the Enter key STILL results in double line-spacing.
Ugh. Can anyone point me in the right direction, please? I don't care if it's a messy hack or not; this is currently the only big headache I have with Joplin, and it's a daily 'migraine'.
Thanks in advance.