Clicking on "Cheat sheet" doesn't open anything and prints qrc:/contents/ui/main.qml:114: TypeError: Cannot read property 'cheatSheet' of null
Intentionnal behavior. The cheat sheet only opens when a note is currently open. However, the error message should be fixed.
That's not good UX though. If something is clickable I expect something to happen when I click it. If the element is not relevant it should be disabled or moved somewhere else so that it only appears in the relevant context. In this particular case I don't see why we wouldn't enable it all the time, it's just a static list of markdown syntax, no?
(In reply to Nicolas Fella from comment #2) > That's not good UX though. If something is clickable I expect something to > happen when I click it. If the element is not relevant it should be disabled > or moved somewhere else so that it only appears in the relevant context. > > In this particular case I don't see why we wouldn't enable it all the time, > it's just a static list of markdown syntax, no? Yes, it make sens, will fix.
FIXED BY: "Allow opening CheatSheet outside of a note" -> https://invent.kde.org/office/klevernotes/-/merge_requests/91