I'm doing some css styling and ideally I'd be able to style the markdown & WYSIWUG windows so that different protocols look differently (is this possible without Joplin changes?). I'd want at least http/https://, note links and file:/// links to be different.
I'm able to do it on WYSIWYG (rich text?) mode but Joplin unfortunately doesn't add enough class information for me with my limited CSS knowledge to do so. Anyway the rich mode is probably good enough for now.
I'm not 100% happy with the actual styling but here is my "userstyle.css" so far (the "tok-link" stuff doesn't work, I was trying to copy the same css into both css files):
Hi! I'm new with css, and I'm trying to get the same I have with the markdown rendered in the HTML export. It works fine when I export a single note. But It doesn't work when importing entire notebook as directory. I have this css in mu usercss to warp the lines of code and to have a dark background. What I need to change in order to achieve this output when exporting an entire notebook as html?