Here we’ll keep track of some of the design documentation/planning
one of my insane ideas was that βiβd like my json files in a directory to be sort of a database queryable via SQL!β and so I implemented the worldβs worst sql parser (subsequently replaced with a slightly better one in π SQLish ) that would let the user filter flattened json blobs from their βββββdatabaseβββββ.
(This is roughly similar to notionβs ability to do the same, except probably worse and less friendly since theirβs has nice dropdowns.)