在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):k0kubun/md2key开源软件地址(OpenSource Url):https://github.com/k0kubun/md2key开源编程语言(OpenSource Language):Ruby 73.0%开源软件介绍(OpenSource Introduction):md2keyConvert your markdown to keynote. Installationgem install md2key Usage
Advanced Usage
FeaturesBasic exampleThe slides in the movie can be generated with following markdown.
You can separate slides with # The presentation
@k0kubun
## Hello world
- I'm takashi kokubun
- This is a pen
- Nested item is available
## How are you?
- I'm fine thank you Insert image# image slide
- This is an example
- You can insert an image
![](/Applications/Keynote.app/Contents/Resources/keynote.help/Contents/Resources/GlobalArt/AppLanding_KeynoteP4.png) Insert source codeIf you have # ActiveRecord::Precount ```rb Tweet.all.precount(:favorites).each do |tweet| p tweet.favorites.count end # SELECT `tweets`.* FROM `tweets` # SELECT COUNT(`favorites`.`tweet_id`), `favorites`.`tweet_id` FROM `favorites` ... ``` Insert table## table
| a | b | c |
|:--|:--|:--|
| 1 | 2 | 3 | Insert flowchart & sequence diagram## flowchart & sequence diagram slide ```mermaid sequenceDiagram Alice->Bob: Hello Bob, how are you? Note right of Bob: Bob thinks Bob-->Alice: I am good thanks! Bob-->John the Long: How about you John? Bob-->Alice: Checking with John... Alice->John the Long: Yes... John, how are you? John the Long-->Alice: Better then you! ``` Insert presenter note# Keynote Speech
- OMG! I'm keynoting! :fearful:
^ Remember, what would Freddie Mercury do? Yes, I'm Freddie! We are the champions!! Configure master slide by header level (experimental)You can change master slide by header level if you have See #32 for details. Creating your own templateFollow the following steps:
SampleYou can start to modify and learn from assets/default.key. Important tipsIn order to make md2key replaces the texts correctly you have to select LicenseMIT License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论