EGOIST
EGOIST
## Feature request #### What problem does this feature solve? Provide an alternative to Gatsby's [page query](https://www.gatsbyjs.org/docs/page-query/) and Nuxt's [asyncData](https://nuxtjs.org/api/). #### What does the proposed API look like? ```js export...
Add Saber to this page (https://codesandbox.io/s/): [This](https://github.com/codesandbox/codesandbox-client/pull/1652) is how VuePress got added there, it should be similar for Saber. After that, we should also display the sandbox on saber.land, just...
## Feature request #### What problem does this feature solve? Plugins should be able to set default value for [`siteConfig`](https://saber.land/docs/saber-config.html#siteconfig), and probably `themeConfig`. e.g. You create a plugin to fetch...
## Feature request #### What problem does this feature solve? Allow plugins to use this API to turn Markdown into HTML. #### What does the proposed API look like? ```js...
[](https://issuehunt.io/r/saberland/saber/issues/442) ## Feature request #### What problem does this feature solve? Rebuilding can be slow, it's frustrating when you edit something but the page doesn't update right away, we can...
[](https://issuehunt.io/r/saberland/saber/issues/459) ## Feature request #### What problem does this feature solve? Some transformers like remark.js.org allows asynchronous plugins and expose an asynchronous API. #### How should this be implemented in...
## Feature request #### What problem does this feature solve? https://shiki.matsu.io/ > It uses TextMate grammar to tokenize strings, and colors the tokens with VS Code themes. In short, Shiki...
Current way: ```js const template = html`{{ message }}` ``` New syntax: ```js const template = vm => html`${vm.message}` ``` - [ ] interpolations, like `${vm.message}` - [ ] prop...
I think we should not bundle the package by default using webpack, it would be nice to show the `install size` of a package by default and optionally show bundle...