EGOIST
EGOIST
> Linting for config files Do you really need that? Now you can use TypeScript: ```js // @ts-check /** @type {import('saber').SaberConfig} */ const config = { foo: true // type...
I'm rewriting Saber, so no new features for now, but I'll take this into consideration while working on the new version.
@barkdoll yes, if that would make things easier. I haven't found a use case for Saber tho 😅
@andreasvirkus I'd rather wait for esbuild to be mature, Vite still uses Rollup in production and it's slow too, and it uses different build tools for dev/prod build, that inconsistency...
I just built something fully using esbuild (and React, since it's hard to use Vue with esbuild for now) https://github.com/egoist/maho
@andreasvirkus I was wrong, a Vite based Saber is coming...
saber-plugin-query-posts will be completely replaced by collections: https://v1.saber.land/docs/collections
@krmax44 just added mongo query support, now you can use any page property: 
There should be a way to see all available commands/pages, I also noticed that if you enter the slug of current page the cursor will just disappear. I'll merge this...
https://saber.land/docs/saber-instance.html#pages-createpagepage This should also be updated.