You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to change the status of an item using the keyboard shortcut (e.g. option+x) I get an error if there is a modifier for the item (e.g. !) and there is no space before the modifier.
To reproduce:
type - [ ]! this is an item
press option+x
Note that with - [ ] ! this is an item it works as expected.
The text was updated successfully, but these errors were encountered:
Because the Pattern.extractSymbol(symbol) fails to identify the line as a valid BuJo entry. This can be seen in the regex demo (i.e., https://regex101.com/r/ABVEf2/4) for the following text:
- [ ]! Some example task ^2rj7bd6p8pph
I will fix the regex pattern and push out an update. Thanks for catching this!
If I try to change the status of an item using the keyboard shortcut (e.g.
option+x
) I get an error if there is a modifier for the item (e.g.!
) and there is no space before the modifier.To reproduce:
- [ ]! this is an item
option+x
Note that with
- [ ] ! this is an item
it works as expected.The text was updated successfully, but these errors were encountered: