Skip to content
Discussion options

You must be logged in to vote

Slidev is fundamentally markdown-based, so there is no built-in WYSIWYG click-to-edit interface like PowerPoint. The built-in editor is a code editor, not a visual one. For your use case of letting non-technical users edit slides visually, you would probably need to build a custom editor layer on top of Slidev that translates visual edits back to markdown. That is a pretty big undertaking though. You might want to look at something like reveal.js with a visual editor plugin, or consider using Slidev for the initial creation and then exporting to PPTX for end users to edit in PowerPoint/Google Slides.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by samshipengs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants