Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello Alex! Thank you very much for the words, and support!!! And I really value feedback and ideas!

  • A spreadsheet/table editor: I started this project as an actual table/db editor, and then I hated it! I agree it might be cumbersome to work with large set of data. To make it easier I added “human JSON” language and I’m currently considering adding TOML support as well. Of course the experience is totally different than a visual UI excel-like table editor. But having a text based approach is really really appreciated specially when working with multilevel nested objects without any set schema.

However, I can definitely imagine a complementary ‘table editor’ module, a new section that each document represents a single level 2d grid . This would be especially useful for data entry on a schema based db. First row would determine the columns and all following rows would be plain data. I like it!

  • CLI interface: This is interesting, I would need to do some research , but I think it may not be so trivial because most of the action is performed in the browser…

Thanks again!