davraamides / todotxt-mode

MIT License
59 stars 12 forks source link

Improving "Sort By Tag" command #47

Open hukacode opened 2 years ago

hukacode commented 2 years ago

Hello,

Give these tasks with one of them containing a hyperlink like this:

Watch YouTube after:123
Read random post id:123
Check [Google](http://google.com)

After I perform the "Sort By Tag" command, the tasks will be like this:

Check [Google](http://google.com)
Watch YouTube after:123
Read random post id:123

I hope that you can add a text box after performing the "Sort By Tag" command to specify a tag name e.g. id or after. Or a configuration to exclude some keywords e.g. http://, https:// Or add a new command "Sort By Tag Value" e.g. 123

Best regards, Huka