Lukas
February 26, 2023, 7:45pm
1
Bug report
When the editor is exited by swiping, the keyboard opens on the Note list page.
Environment
Platform: Android
Platform version: 13
App Version: v5.0.0 (20)
How to reproduce
Open a note
Tap in the editor to see the cursor in the editor
Close the editor by swiping
craftzdog
(Takuya Matsuyama)
February 27, 2023, 1:59am
2
Hi Lukas,
Thanks for the feedback.
Yeah, that’s quite annoying. The app tries to blur the focus from webview, but Android doesn’t let it do that 🫤
document.activeElement.blur()
doesn’t work here for some reason. I’ll fix it when I find a workaround.
craftzdog
(Takuya Matsuyama)
March 3, 2023, 6:44am
3
I managed to find a workaround for it, so it should be fixed in build 22!
What’s new
Conflict Resolution
Conflicts can occur when multiple devices make changes to the same note.
When a conflict is detected, the note gets a warning badge on the note list:
[image]
The ‘Conflicted’ button appears on the editor:
[image]
By pressing the button, you can quickly understand which line is conflicted:
[image]
You can restore one of the conflicted revisions:
[image]
Mermaid support
It now supports drawing diagrams with Mermaid .
It’s compatible with Gi…
1 Like