Make PowerPoint with Markdown!
Installization
1 | $ npm install -g nodeppt |
if you are mac user…
1 | $ sudo npm install -g nodeppt --unsafe-perm=true --allow-root |
Usage
1 | # create a new slide with an official template |
Speaker mode
nodeppt has a speaker mode, just add ?mode=speaker
after the url.
Keyboard Shortcuts
- Page: ↑/↓/←/→ Space Home End
- Fullscreen: F
- Overview: -/+
- Speaker Note: N
- Grid Background: Enter
public resources:public folder
如果項目文件夾下,存在public
文件夾,可以直接通過 url 訪問,參考webpack dev server
的 contentBase
選項。
在build
的時候,public 文件夾中的文件會完全 copy 到dist
文件夾中
编写
Use Chrome for best experience.
Syntax
整個 markdown 文件分為兩部分,第一部分是寫在最前面的Configuration,然後是使用<slide>
隔開的每頁幻燈片內容。
Configuration
nodeppt 的配置是直接寫在 md 文件頂部的,采用 yaml 語法,例如下面配置:
1 | title: |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment