-
-
Notifications
You must be signed in to change notification settings - Fork 581
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
关于更丰富自由的初始化配置控制。 #180
Labels
enhancement
New feature or request
Comments
|
情况1我在尝试利用父容器滚动的情况下实现有限宽高的编辑器,但鼠标工作不正常同时导致页面渲染异常? |
不好意思,没懂为什么关闭页眉页码 要利用父容器滚动。 |
额,抱歉,刚刚经过测试是没问题的,可能当时环境有点乱了。 在关闭header、footer、margin以及启用连页模式后,通过容器滚动可以实现单行多行富文本输入框 .editor{
max-height: 100px;
overflow-y: auto;
} |
Hufe921
added a commit
that referenced
this issue
Apr 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
通过自由选择控制渲染配置,能产生自由的布局与更大的应用场景。
此前,我一直在寻找一款可自由控制光标和虚拟键盘弹出(移动端)的富文本编辑器、我使用了contentEditable来实现但效果不是很好(受到输入法实现的影响)。
What does the proposed API look like?
当前我希望让这个库允许初始化时关闭header、footer及pageNumber等独特场景下的渲染,以便实现纯编辑器的效果,对此:
当然渐进地全部实现貌似是更好的选择,只是我还不清楚其中有哪些期望的功能会带来更多的问题。我相信这对于扩展应该是有帮助的,分块布局或许能带来更好的规划?例如想要实现导航目录和文档备注仅需要将其填充到一个横向布局的块内元素,至于其是否作为独立插件以及如何进行数据交互则是细节实现了。
The text was updated successfully, but these errors were encountered: