Making a list in one wix database field/cell

Is there a way to enter data into one cell of a wix database and have it display as a list in one text box on your website? I want to make a different list on each of my dynamic title pages. For example, putting into a field that links to a text element:

Item 1

Item 2

Item 3

P.s. I know you can make a list by connecting to a rich text box, but I do not need the text to be edited by the user, and I did not see a way to turn off the editor tools in mobile for a rich text box. As such, I would rather have the list in a plain text field.

Thanks!
cc

You can do something similar to Yisrael’s to do list as shown here.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-todomvc
Or this one which might be a bit over the top for you.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-wix-data-multiple-references

Otherwise, you will have to look at adding a repeater yourself.
https://support.wix.com/en/article/about-repeaters

If you want to have all text into one field in your dataset, then you can look at having a reference field.
https://support.wix.com/en/article/about-reference-fields-in-database-collections
https://support.wix.com/en/article/about-referencing-multiple-items-in-one-field

Thank you! I will give it a try.
P.s. Are any of the examples set up so that each dynamic page has a different checklist?
I was hoping I could just do something like the following to a text element linked to the dynamic page’s dataset:

Item 1

Item 2

Item 3