editor
Here are 2,570 public repositories matching this topic...
Quill is a modern WYSIWYG editor built for compatibility and extensibility.
-
Updated
Dec 12, 2019 - JavaScript
Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
-
Updated
Dec 12, 2019 - JavaScript
Description
The preview editor cursor when using the scrollbar thumb is the text selection cursor and not the default cursor.
Steps to reproduce
- Open a large document that the scrollbar is visible
- Use the scrollbar thumb to scroll
- Cursor is not the default one
Versions
- Mark Text: all
- Operating system: all?
Open source API-compatible alternative to the text editor Sublime Text
-
Updated
Dec 12, 2019
Sporadic CI failures
Looking for help from the community regarding this issue.
Issue:
Sporadic CI failures.
Expected behavior:
Consistent CI results.
Actual behavior:
CI test may fail or pass with a rerun and no other change.
Steps to reproduce:
Run CI repeatedly by opening a PR and re-pushing minor changes until reproduced.
Reference issue: https://travis-ci.org/onivim/oni/jobs/4999
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
-
Updated
Dec 12, 2019 - JavaScript
Hi,
I have recently looked into the source code. It's a bit... big and to be honest, I'm pretty clueless.
Is there a developer documentation somewhere? Maybe I missed it. I looked in Wiki section but it isn't there. If not, I'd love to help. (And probably need some helps to get starting as well). The documentation may include these sections: What modules and components are there? What are the
The open source embeddable online markdown editor (component).
-
Updated
Dec 12, 2019 - JavaScript
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
-
Updated
Dec 12, 2019 - TypeScript
Describe the bug
codium's apt and rpm packages, as built by the recommended repository, are missing some metadata that differentiates codium from VS Code, such as the license and the project url.
Please confirm that this problem is VSCodium-specific
- This bug doesn't happen if I use Microsoft's Visual Studio Code. It onl
Description
Update the code of conduct to the new version adopted by the Eclipse Foundation:
https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php
Additional Information
Original eclipse-theia/theia#6473 (comment)
I have an <editor-menu-bar> inside a vue-portal (https://github.com/LinusBorg/portal-vue).
If i click on the menu bar the onBlur() will be called and i lose focus on the Editor.
This behavior is new in 1.26.2. I installed version 1.26.1 again to check.
Here is the Code:
https://codesandbox.io/s/vue-issue-template-c3m2y?fontsize=14
Expected behavior
The onBlur() method should not
OS Version (操作系统): Windows, Linux
VNote Version (Help - About VNote - Version: )(VNote版本): 2.2(Windows), 2.5(Linux), 2.6(Linux)
Symptoms (表现):
Mermaid Gantt 导出的 HTML 图表显示为空白
HTML 源代码中 元素的 translate 横坐标和 width 出现不正确的负数数值,代码如下
<g class="grid" transform="translate(75, 266)">
<g class="tick" transform="translate(-19,0)" style="opacity: 1;">
<line ySteps to reproduce
Open this codesandbox example
What is Expected?
I tried doing the same with quill.js and after you have made a text to be a link, you can click that link also you can edit it.
What is actually happening?
After a text was made a link, when hover to that link only shows the url. Not available the options to navigate to t
Improve this page
Add a description, image, and links to the editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the editor topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
In the docs, it says to use useMemo for the editor instance passed to the
<Slate>component so it is "stable across renders". useMemo does not guarantee identity between renders (https: