-
Notifications
You must be signed in to change notification settings - Fork 156
Small issue on TODO list and return #43
Comments
1st issue: we need a custom rewrite of CodeMirror's 2nd issue is probably a bug somewhere in Abricotine's |
From @jacobmischka (#161)
I didn't notice this. It's actually already supported in CodeMirror: https://github.com/codemirror/CodeMirror/blob/master/addon/edit/continuelist.js#L14-L15 Actually the |
I believe CodeMirror actually does support it, unless I'm terrible at reading regexes. Both Edit: Whoops I didn't see that you linked to that same place in your comment too. Can you see why Edit: Oh, there aren't any parens around the Final edit: Oh lol, no that |
@jacobmischka This may answer your question: codemirror/codemirror5@9c9a4cb 😉 |
Ha yeah, the coincidental |
Hi,
Here an example of the behaviour of Abricotine when hitting "Enter" at the end of a TODO line, it does not create another todo on the new line.
Then as a second issue, when selecting multiple lines and toggling TODO style, it mess up with the star character.
The text was updated successfully, but these errors were encountered: