Yuki Hattori

Results 161 comments of Yuki Hattori

You can bind a function works like a proxy to render pre-registered components. ```javascript import { h, render } from 'https://unpkg.com/preact?module'; import htm from 'https://unpkg.com/htm?module'; const App = ({ children...

It's possible by using HTML with [`data-marpit-fragment` attribute](https://marpit.marp.app/fragmented-list?id=rendering) directly, only in outputted HTML in [Marp CLI](https://github.com/marp-team/marp-cli) (or [Marp for VS Code](https://github.com/marp-team/marp-vscode), using Marp CLI internally). It requires to enable HTML...

Chrome 72 has released and BlinkGenPropertyTrees is available in `chrome://flags` now. We might start work, as the experimental feature or Marpit plugin.

**UPDATE:** The latest [Chrome 75](https://developers.google.com/web/updates/2019/06/nic75) enables BGPT by default. It's not yet stable but video rendering in inline SVG is almost good. |Chrome 74|Chrome 75| |:---:|:---:| |![chrome74](https://user-images.githubusercontent.com/3993388/58925862-10468280-8784-11e9-8c8b-29a72c5f9366.png)|![chrome75](https://user-images.githubusercontent.com/3993388/58925893-2c4a2400-8784-11e9-9a4a-e042bb6bd219.png)|

@kvaps Sure. You can use `` tag with enabled HTML by [preferences](https://github.com/marp-team/marpit/issues/178#issuecomment-511106762). ```markdown ```

MEMO: According to #205, the video control (by `control` attribute in ``) in the latest Chrome still will cause glitch. (Applied workaround in #208) Firefox has very stable video support...

@kvaps No. Even if there, it is not in the scope of Marpit framework and [Marp Core](https://github.com/marp-team/marp-core) because HTML slide deck probably you have seen is controling by [Marp CLI's...

We still have no actions. Video syntax can add via existing markdown-it plugin ([markdown-it-html5-media](https://github.com/eloquence/markdown-it-html5-media), [markdown-it-video](https://github.com/CenterForOpenScience/markdown-it-video), and so on), and users who needs them should be already using them. So we...

_Marp team is not JavaScript teacher._ Essentially Marpit is a framework for developers and assuming users are familiar with JavaScript. We have no reason to teach everything from zero.

Recommend to ask in StackOverflow. Your question belongs to basic of JavaScript (Node.js). There would be a lot of expert of JS in StackOverflow than Marp discussion forum. [Refer to...