EGOIST

Results 413 comments of EGOIST

Actually making this API async will probably make creating pages unnecessarily complex, so I'll wait for an actual use case before merging it.

That should be possible by modifying the html renderer in markdown-it, I haven't tested it tho.

Return the metaInfo properties directly in `setHead` or `head` option in your component. ```js setHead(function() {     return {         script: [           {             innerHTML: 'console.log("I am in body");',             type: 'text/javascript',             body: true           ...

@hkulur Hi, any progress? Do you need any help? 😄

Turns out remark (which uses unified) has an synchronous API https://github.com/unifiedjs/unified#api (if you don't use async plugins) cc @limitlessloop

Your change will only apply to our dev server, in production it's built into static HTML files.

Why not register global components in `saber-browser.js`

I opened an issue to see if it's possible to be fixed by the upstream https://github.com/jpmonette/feed/issues/107

@h404bi I mean how did you know Saber the framework not the character 😂

@rikakomoe those features are all available in Saber now 🤔