thombruce / toodles

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

Display todo as non-input element #54

Closed thombruce closed 1 year ago

thombruce commented 1 year ago

Discussed briefly on #51, we want to be able to taggify things like +project in the text and link to the respective project page. This is not possible in an input element. Recommend something like a span or div instead.

The element should also be contenteditable when meeting some condition.