dwyl / mvp

📲 simplest version of the @dwyl app
https://mvp.fly.dev
GNU General Public License v2.0
84 stars 2 forks source link

Inline tag #224

Closed SimonLab closed 1 year ago

SimonLab commented 1 year ago

Experiment with content editable linked to https://github.com/dwyl/mvp/issues/221#issuecomment-1331935582

At the moment just add span with color red on the "tag" text content: image

nelsonic commented 1 year ago

This will be an awesome feature once we get the basic tagging working. For now we can simply parse all the words in the item.text <textarea> and include them as suggestions when the person starts typing in the tags <input>. That shouldn't require too much code. But please have a look at: https://github.com/dwyl/mvp/issues/221#issuecomment-1404384279