EGOIST
EGOIST
**Summary** Closes #128 You can now write `.ts` and `.tsx` pages in `./pages` folder, `` is also supported in `.vue` pages and normal `.vue` components. This is implemented with `@babel/preset-typescript`,...
[](https://issuehunt.io/r/saberland/saber/issues/163) Extract the theme used by https://saber.land and publish it on npm. > There is a $60.00 open bounty on this issue. Add more on [Issuehunt](https://issuehunt.io/r/saberland/saber/issues/163). > - Checkout the...
## Feature request #### What problem does this feature solve? Saber has a `api.pages` object you can use to store pages, but in practice you also need to store data...
**Summary** Hooks in `saber-node.js` are executed in `afterPlugins` hook, so we need to execute this plugin in`afterPlugins`hook as well in case you want to use`saber-node.js` to create pages. **What kind...
I've got a few questions like this: https://twitter.com/nock_w/status/1190353526129676289?s=19 It should include: - Why you should choose Saber - The differences with Gridsome / VuePress / Nuxt https://saber.land/docs#comparisons PR welcome.
## Bug report  How to remove invalid chars: https://stackoverflow.com/questions/397250/unicode-regex-invalid-xml-characters/961504#961504
## Feature request #### What problem does this feature solve? https://github.com/saberland/saber/blob/83c18a706637fedccdbe0ad34566218dc5780d94/packages/saber/lib/plugins/extend-node-api.js#L89 People often modify `saber-config.js`, `saber-node.js` and forget to restart server. #### How should this be implemented in your opinion?...
Currently it transforms markdown image `![]()` to ``, as we can use PostHTML to transform Vue template now, why not transform all `` tags that reference local images to ``?
## 1. Transform template We can transform code blocks in markdown to template like this: ```vue ``` Then use PostHTML to transform it to: ```vue ``` You can also use...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor...