We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 语法快速实现高桥流幻灯片的项目,这种模式应该也能够套用到 gossip 上。 我们先通过 Markdown 编辑大致内容,再通过预设的相应语法的对应样式进行解析,最后可视化界面进行其他的定制。这简化了创建容器/元素、添加内容、设置样式的步骤。
https://github.com/joyqi/takahashi-template
The text was updated successfully, but these errors were encountered:
非常感谢您提的建议!
通过写 markdown 来编辑幻灯片在某些方面确实很高效,像您的项目和这个开源项目 marp 一样。但是这种方式也存在一些问题:
其实 gossip 后续会考虑用类似编写 markdown 的方式去写大纲,提升编写大纲的效率和用户体验。甚至文本输入框可以是富文本输入框,也是 markdown 编辑器。
Sorry, something went wrong.
这可以作为一个可选方案,而不是代替现有方案。关于更复杂的自定义,可以先产生基础样式,后通过用户自行进行自定义。不过这时就需要绑定 markdown 的各语法与样式了。这实现也许有点麻烦。
现在先采用只有在新建的时候才能通过 markdown 以及预设样式转换成 ppt 的方案更好。
No branches or pull requests
当前的模式可能还不够高效。
之前我有使用过一个通过 Markdown 语法快速实现高桥流幻灯片的项目,这种模式应该也能够套用到 gossip 上。
我们先通过 Markdown 编辑大致内容,再通过预设的相应语法的对应样式进行解析,最后可视化界面进行其他的定制。这简化了创建容器/元素、添加内容、设置样式的步骤。
https://github.com/joyqi/takahashi-template
The text was updated successfully, but these errors were encountered: