ppt 神器 reveal

不问归期 提交于 2021-02-16 03:26:24

ppt相信大家都用过,不过程序员使用的PPT是可以在网页上用的,比如 reveal

安装

先安装好node

npm install -g reveal-mdλ reveal-md -hPuppeteer unavailable, unable to create featured slide image for OpenGraph metadata.Puppeteer unavailable, unable to generate PDF file.Usage: cli <slides.md> [options]
See https://github.com/webpro/reveal-md for more details.
Options: -V, --version output the version number --title <title> Title of the presentation -s, --separator <separator> Slide separator [default: 3 dashes (---) surrounded by two blank lines] -S, --vertical-separator <separator> Vertical slide separator [default: 4 dashes (----) surrounded by two blank lines] -t, --theme <theme> Theme [default: black] --highlight-theme <theme> Highlight theme [default: zenburn] --css <files> CSS files to inject into the page --scripts <files> Scripts to inject into the page --assets-dir <dirname> Defines assets directory name [default: _assets] --preprocessor <script> Markdown preprocessor script --template <filename> Template file for reveal.js --listing-template <filename> Template file for listing --print [filename] Print to PDF file --static [dir] Export static html to directory [_static]. Incompatible with --print.

使用

vi test.md 

reveal-md test.md 

reveal-md slides.md --port 8888 


浏览器打开localhost:8888 即可在网页上演示PPT了。

资源

reveal-md[1] 使用 Jupyter python markdown 制作分享 ppt[2] nodeppt [3]

公众号:苏生不惑

References

[1] reveal-md: https://github.com/webpro/reveal-md#usage
[2] 使用 Jupyter python markdown 制作分享 ppt: https://github.com/PegasusWang/notebooks
[3] nodeppt : https://github.com/ksky521/nodeppt


本文分享自微信公众号 - 苏生不惑(susheng_buhuo)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!