It is common to use firebase or airtable to get information and put it in a list, but is it possible to do this with some text editing?

I didn’t want to depend on firebase or airtable to create lists, I wanted to take a list already made in firebase or airtable and save as txt for example and being able to edit, add new things and then add to kodular and use with ColinTreeListView for example.

As if it were a backup of what I have in airtable or firebase and being able to use offline and edit.

It’s possible? I’ve been thinking about this for a while.

I think you need to use list blocks, list from cvs row, and list to cvs row, text must be like cvs row, 1,2,3,4,5 and when use list from cvs row, it will convert that into list , and when use list to cvs row that will again convert list to cvs row

1 Like

Interesting, thanks. So you could download and also put in assets.

1 Like

you can store in a txt file by using files component and save that to txt files and also can read back from that txt files,

1 Like