Markdown editor plain text

Operating system

Linux

Joplin version

3.0.15

Desktop version info

Joplin 3.0.15 (prod, linux)

Sync Version: 3
Profile Version: 47
Keychain Supported: No

Copy link to active note: 1.0.1
Joplin DDDot: 0.2.0
Note Link System: 0.8.0
Note Tabs: 1.4.0
Outline: 1.5.13
Quick Links: 1.2.4

Editor

Markdown Editor

What issue do you have?

I am another user wanting the markdown editor to be plain text, and viewing the rendered markdown in the second view panel.

I have created the following userstyle.css
div.CodeMirror-lines * {
font-size: inherit !important;
font-weight: normal !important;
text-decoration: none !important;
}
Which takes care of most things. However quotes are still looking fancy, such as

blah
> test

Will look different to the rest of the text, great in the markdown viewer, but I'd love a text only view of my notes.

[foo](bar) - still hides the "bar"

etc

How can I have just straight plain text, with no additional rendering in the markdown editor, and using the second panel (I believe it's the rich text editor in view only mode?) to view all the formatting the plain text creates

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.