-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
想修改全屏预览时的位置和大小 #103
Comments
@wakaryry 嗯,很好的提议,稍后可以考虑实现一下。 |
我问题有点多: 还有想问一下有没有字数统计。 @pandao |
@wakaryry 可以自定义 TOC 菜单的容器元素,参考示例 https://pandao.github.io/editor.md/examples/toc.html。 不知道 CodeMirror 有没有字数统计的方法,不然就得自己实现了。 |
@pandao 不知道什么情况。你给的那个例子也有这种情况:当你修改了内容时,点击获取TOC,结果没显示,而当再输入内容时就会显示出TOC。 |
@pandao |
@wakaryry 没听明白,不过试了一下,自定义 TOC 容器还有改进的空间。另外,非编辑状态下获取TOC只能等新版本更新了。 |
想了想,觉得非编辑状态下获取也没啥用。一般想要的话可能自己写更加合适些。 |
@wakaryry v1.5.0 支持非编辑状态下的自定义 ToC 容器。 |
@pandao |
全屏预览时,默认显示是width:100%;padding:20px。
但是这样显示看上去并不舒服。我想全屏预览应该要比编辑器下实时预览更要灵活得多。因为更 想看到的是文章发布后的效果,这样的话显示的位置以及占用的宽度就显得很重要了。而只是纯粹的将实时预览的放到整个屏幕不符合要求。
建议点击全屏预览之后,增加一个与实时预览不相关的class,这样的话就可以自定义那个class,然后控制显示位置和大小了。
实际图:
效果图:
The text was updated successfully, but these errors were encountered: