在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):tslide/tslide开源软件地址(OpenSource Url):https://github.com/tslide/tslide开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):tslideTerminal SlideDeck (for backend devs) Controls:
You can alternatively use a presenter. Usage
each slide is a section of a markdown document,
separated a line with crude js syntax highlighting# tslide
## Code
‘‘‘js
function fibonacci (n) {
return n < 2 ? n : fibonacci(n - 1) + fibonacci(n - 2)
}
‘‘‘
This feature is on by default. Disable via imagesiTerm 2 users can take advantage of its inline image feature and use images in your slides. # tslide
## Images
![pizza](pizza.png)
There's nothing a pizza can't fix.
This feature is on by default. Disable via emojiMost terminals can print unicode emoji, and others can print system bitmap emoji like macosx. # tslide
## Emoji
:sparkles:
Magic!
Why?I initially wrote this 2 hours before a talk I had to give. since then, I have given many presentations with it, and received a number of contributions that has made tslide actually pretty good, thanks tofor all the pull requests! cool links
LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论