generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
scope: auto-suggestThe pop-up menu that helps with editing tasks directly in markdown notesThe pop-up menu that helps with editing tasks directly in markdown notestype: bugSomething isn't workingSomething isn't working
Description
Please check that this issue hasn't been reported before.
- I searched previous Bug Reports didn't find any similar reports.
Expected Behavior
With the default auto-suggest settings:
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMaxItems": 6,
When I start typing High for priority, I want a High priority task.
Current behaviour
Since the addition of Highest and Lowest priorities in Tasks 3.9.0, when I type High, I see this:
And my muscle memory hits return, to get High.
But I get Highest.
And because the longer word is at the top of the list, there is now no way to select High by typing alone.
If I request the maximum allowed number of suggestions...
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMaxItems": 12,
Then I see this:
And scrolling down, the list ends in:
Steps to reproduce
- Start Obsidian with a fresh install of Tasks 3.9.0, and with the default settings.
- Create a new note
- Switch to Source mode
- Start typing these characters:
- [ ] hi<Return>
Where <Return>
is the return key:
Expected result:
- [ ] ⏫
Actual result:
- [ ] 🔺
Which Operating Systems are you using?
- Android
- iPhone/iPad
- Linux
- macOS
- Windows
Obsidian Version
1.3.4
Tasks Plugin Version
3.9.0
Checks
- I have tried it with all other plugins disabled and the error still occurs
Possible solution
Move Highest lower than High
Metadata
Metadata
Assignees
Labels
scope: auto-suggestThe pop-up menu that helps with editing tasks directly in markdown notesThe pop-up menu that helps with editing tasks directly in markdown notestype: bugSomething isn't workingSomething isn't working