EGOIST

Results 314 issues of 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...

good first issue
contribution welcome
:dollar: Funded on Issuehunt

## 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...

type: feature

**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.

docs

## Bug report ![image](https://user-images.githubusercontent.com/8784712/67856907-8d69fe00-fb50-11e9-84cf-cf785398fb7d.png) How to remove invalid chars: https://stackoverflow.com/questions/397250/unicode-regex-invalid-xml-characters/961504#961504

bug

## 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?...

type: feature
contribution welcome
hacktoberfest

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 ``?

plugin

## 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...

type: feature

**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor...