Write PPT with Markdown?

This is a PPT production tool for developers. It was open sourced on GitHub a year ago and now has nearly 20K Stars. It can be seen that it is very popular. This open source project is called Slidev.

Slidev is a feature-rich, easy-to-use, WYSIWYG PPT maker. Why would an author bother to make a Slidev when they have Microsoft PowerPoint or Apple Keynote?

I just want to build a beautiful page. Developers prefer to use HTML + CSS to write a beautiful page. Even if they have the same way of dragging and dropping, they always feel that it is not that flavorful.

And Slidev supports Markdown syntax, you only need to write a few lines of code to quickly build a PPT, what you see is what you get. And Slidev is based on Vite, Vue 3 and Windi CSS, which can bring you the most wonderful authoring experience.

Slidev is designed to give developers flexibility and interactivity to make their presentations more interesting, expressive and engaging by using the tools and techniques they are already familiar with.

When using a WYSIWYG editor, it's easy to get distracted by styling options. Slidev makes up for this by separating content and visuals. This enables you to focus on one thing at a time, while also reusing topics from the community. Slidev doesn't seek to completely replace other slideshow creation tools. Instead, it focuses on catering to the needs of the developer community.

If you write this piece of code:

---
layout: cover
background: https://sli.dev/demo-cover.png
---

# 欢迎使用 Slidev!

为开发者打造的演示文稿工具

You will get a PPT page like this:

7ae9b920fdb416b23b71e9fb8ea0c91f.png

If you want to use this PPT maker, run the following command to install Slidev's dependencies.

$ npm init slidev

Visit GitHub to recommend a fun and interesting open source project every day. The open source projects recommended in history have been included in the GitHub project. Welcome to Star:

历史盘点:https://github.com/Wechat-ggGitHub/Awesome-GitHub-Repo

Recommended reading

1.  What fun projects are there on GitHub?

2.  Recommend a high-value NetEase cloud player

3.  Baidu cloud high imitation project based on Spring Boot

4.  Inventory of Baidu's 4 awesome open source projects

51d9af5810c474716e9cf71bb35d1ece.png

Guess you like

Origin blog.csdn.net/weixin_47080540/article/details/123650484