This repository was archived by the owner on Jun 15, 2022. It is now read-only.
Description I see that only a lower x is allowed for the completed prefix, - [x], which is defined at https://github.com/sn-extensions/simple-task-editor/blob/master/app/models/Task.js#L4
Would also be nice for capital X, - [X], to be a possible completed prefix too, at least for initially parsing the list.
If I start with this plain text:
- [X] spec/models/some_file.rb
- [X] spec/models/some_file_here_is_okay.rb
- [ ] spec/models/some_file_here_too.rb
- [ ] spec/models/some_file_.rb
- [X] spec/models/some_file_here_is_okay.rb
- [ ] spec/models/some_file_here_too.rb
- [ ] spec/models/some_file.rb
- [X] spec/models/some_file_here_is_okay.rb
- [ ] spec/models/some_file_here_too.rb
- [ ] spec/models/some_file.rb
- [X] spec/models/some_file_here_is_okay.rb
- [ ] spec/models/some_file_here_too.rb
- [ ] spec/models/some_file.rb
And use the Simple Task Editor, I get this:
Reactions are currently unavailable
I see that only a lower x is allowed for the completed prefix,
- [x], which is defined at https://github.com/sn-extensions/simple-task-editor/blob/master/app/models/Task.js#L4Would also be nice for capital X,
- [X], to be a possible completed prefix too, at least for initially parsing the list.If I start with this plain text:
And use the Simple Task Editor, I get this:
