thombruce / toodles

✅ A super simple todo app
https://toodles.thombruce.com/
GNU General Public License v3.0
0 stars 0 forks source link

[Feature]: Index tags #98

Closed thombruce closed 1 year ago

thombruce commented 1 year ago

Feature request

Store and index tags (projects, contexts, hashtags, custom) separate from main description.

Add projects, contexts, hashtags and tags fields to todos.

Tags should separate into { key: 'key', value: 'value' } objects, and should also be prepared to parse type as in key[type]:value where type is most likely a single alphabetical character ('t' or 'n').

Also described in #97

Code of Conduct

thombruce commented 1 year ago

This lays some of the groundwork for #97, where it is intended that tag [type] should be used to infer the presence of interactive features (e.g. a timer or numerical increment).