http://fudesign2008.github.io/ppt.md/
- Write markdown file and use
=====to split content as ppt pages, then save the file. - Copy
talks/2013-07/html_parser_intro_deck.html(deck style) ortalks/2013-07/html_parser_intro_impress.html(impress style) and save the file with the name what you want. - Find
PPT_CONFIGin html file and change it.
<script>
window.PPT_CONFIG = {
// the file path of markdown file
mdPath: 'html_parser_intro.md'
}
</script>- use
#instead of=========== - use
*(unordered list) instead of1.(ordered list) if one list has too many contents. - use
<pre>tag for code
- http://fudesign2008.github.io/ppt.md/talks/2013-07/jstoolkit_intro_deck.html
- http://fudesign2008.github.io/ppt.md/talks/2013-07/html_parser_intro_deck.html
- http://fudesign2008.github.io/ppt.md/talks/2013-07/jstoolkit_intro_impress.html
- http://fudesign2008.github.io/ppt.md/talks/2013-07/html_parser_intro_impress.html
- http://fudesign2008.github.io/ppt.md/talks/2014-07/javascript-this-deck.html
- 整合 impress.js [done]
- 整合 bespoke.js