Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

通过 Markdown 简易编辑幻灯片 #11

Open
kecrily opened this issue Jun 8, 2020 · 2 comments
Open

通过 Markdown 简易编辑幻灯片 #11

kecrily opened this issue Jun 8, 2020 · 2 comments
Labels
advice New feature or request

Comments

@kecrily
Copy link

kecrily commented Jun 8, 2020

当前的模式可能还不够高效。
之前我有使用过一个通过 Markdown 语法快速实现高桥流幻灯片的项目,这种模式应该也能够套用到 gossip 上。
我们先通过 Markdown 编辑大致内容,再通过预设的相应语法的对应样式进行解析,最后可视化界面进行其他的定制。这简化了创建容器/元素、添加内容、设置样式的步骤。

https://github.com/joyqi/takahashi-template

@pearmini
Copy link
Member

非常感谢您提的建议!

通过写 markdown 来编辑幻灯片在某些方面确实很高效,像您的项目和这个开源项目 marp 一样。但是这种方式也存在一些问题:

  • 对于非 IT 人员来说,可能不太愿意为了写 ppt 去学 markdwon 虽然很简单。
  • 对于每一页幻灯片来说,难以或者不能实现比较复杂的布局。

其实 gossip 后续会考虑用类似编写 markdown 的方式去写大纲,提升编写大纲的效率和用户体验。甚至文本输入框可以是富文本输入框,也是 markdown 编辑器。

@kecrily
Copy link
Author

kecrily commented Jun 11, 2020

这可以作为一个可选方案,而不是代替现有方案。关于更复杂的自定义,可以先产生基础样式,后通过用户自行进行自定义。不过这时就需要绑定 markdown 的各语法与样式了。这实现也许有点麻烦。

现在先采用只有在新建的时候才能通过 markdown 以及预设样式转换成 ppt 的方案更好。

@pearmini pearmini closed this as completed Aug 2, 2020
@pearmini pearmini added the advice New feature or request label Aug 27, 2020
@pearmini pearmini reopened this Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advice New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants