| Summary: | Cheat sheet doesn't work | ||
|---|---|---|---|
| Product: | [Applications] KleverNotes | Reporter: | Nicolas Fella <nicolas.fella> |
| Component: | UI | Assignee: | Louis Schul <schul9louis> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Fella
2024-04-11 11:48:26 UTC
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 |