Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

UI - autocomplete free-text #42

Open zbal opened 7 years ago

zbal commented 7 years ago

We need to be able to enter freely items in fields, considered eventually as arrays, using auto-complete. The trick will be that auto-complete part as we need to keep track of previous inputs ... Not sure where we'd store those terms; as part of an extra file? or we need to parse all articles/posts searching for previously entered data? or we save thse terms in DB? or ...

The current input we have are:

@woodpig07 / @hunvreus - thoughts ?

JuhaS commented 7 years ago

Leaving in backlog with lower priority. We could use the current index we have to do this.