Pratyay Roy
Pratyay Roy
I want to work on this issue under JWOC
A temporary, very crude hack is to use `2024\. abc` instead of `2024. abc`, maybe this can be extended into a potential fix.
Hey @AlexNduta, I just looked at your screen recording and I think the issue lies in the fact that you are using the Rich text editor. Clicking directly only works...
Also, there are certain [limitations](https://joplinapp.org/help/apps/rich_text_editor/) to using the Rich Text Editor. If you decide to switch to Markdown editor, you can directly click the links in the right preview column
I think the tooltip handling is done together for all types of editors (md and richtext). However, I think altering only the richtext editor hyperlink tooltips would be the way...
Which OS has this issue? I run joplin on Arch Linux and it is working instantly for me.
The only probable reason I could find is that the `await Note.save(...)` holds the event emit (at `/packages/app-desktop/gui/NoteList/NoteList.tsx`). The emit could be initiated before the save function, because the latter...
Interchanging could lead to other cases of bad error handling where there is an exception and the note state couldn't be saved but the check will still update. The current...
It needs more thought to be put into it
This could definitely work, lets see what others think of this