- You could just have one general user and then use a little bit of space lua with the
clientStoreto save the user. Selecting the user could be done by prompting the user if no user is yet saved witheditor.filterBox, similar to the index page “hack”, just with a prompt instead of a navigation. Multi user setups aren’t really a goal of SB to my knowledge and the same applies to an extensive authentication system. - This would be very performance heavy currently. Although possible to add.
- ~
- This is in fact quite true, as
{sub1:val1,sub2:val2}is just not doing the thing in YAML you think it should do, SB is working correctly here. You probably want to use{sub1: val1,sub2: val2} - What would be your usecase? What speaks against using widgets?
About the lua engine, there are good reasons for that