Hi. This is a minor issue.
In rich editor mode the links work using the control key, but the mouse pointer doesn't change. It can be a bit confusing.
Thank you.
Joplin 1.7.11
Vivaldi 3.7.2218.49
Windows 10 Version 1909
Hi. This is a minor issue.
In rich editor mode the links work using the control key, but the mouse pointer doesn't change. It can be a bit confusing.
Thank you.
Joplin 1.7.11
Vivaldi 3.7.2218.49
Windows 10 Version 1909
I guess that's because you'll be able to edit link easily but isn't it highlighted in different colo in rich text editor too for you? Otherwise @roman_r_m can you please throw some light on this? Thanks.
I have no idea, sorry. Never looked at the rich editor.
Sorry, maybe I didn't explain myself clearly.
In the rich editor the links look like links (different color and underlined).
I hope I have explained the subject better.
Thank you.
(English is not my mother language)
This can be fixed with custom CSS (userchrome.css):
span.cm-rm-link, .cm-variable-2.cm-rm-link, .cm-variable-3.cm-rm-link, .cm-variable-4.cm-rm-link, .cm-variable-5.cm-rm-link, .cm-variable-6.cm-rm-link {
cursor: pointer;
}
Also, the wrong plugin dev was summoned. @CalebJohn is the rich markdown creator. Not sure if this is something that can/should be fixed in the plugin itself.
I believe this is about the behaviour of the WYSIWYG editor. It should be working in my plugin, if not please make an issue on the plugin github page.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.