Layout setting for short mode, which causes tooltips to only appear when hovering over specific emojis #2157
Description
⚠️ Please check that this feature request hasn't been suggested before.
- I searched previous Ideas in Discussions didn't find any similar feature requests.
- I searched previous Issues didn't find any similar feature requests.
🔖 Feature description
Now, when the short mode is activated and the mouse cursor is hovered over the text of the task, the tooltip overlays the previous tasks.
In addition, when the mouse cursor passes over the task list from top to bottom or bottom to top, tooltips constantly appear and disappear.
For me, these two effects are annoying and distracting, as I have a habit of following my point of attention with the mouse cursor. Blinking and overlapping previous tasks tooltips make it difficult to study the list of tasks.
The short mode is designed to hide secondary information, but still, sometimes secondary information overlaps the main one (the previous tasks is main information too for me). It seems to me that it would be nice to provide the ability to customize this behavior.
✔️ Solution
Add a new layout setting that works in conjunction with short mode
, which causes tooltips to only appear when hovering over specific emojis, but not task text.
This may be a new layout command like single tooltips
, or separate tooltips
, or so on.
When the mouse pointer is over the hyperlink emoji, the tooltip displays the path to the note containing the task, when the mouse cursor is over the scheduled emoji, the tooltip shows the scheduling date, and so on.
❓ Alternatives
Add layout command hide tooltips
that will hide the tooltips completely. User should open 'Create or edit Task' Modal to see all task's details.
📝 Additional Context
No response