이소희
이소희
Currently, we do not provide a function to take a markdownit instance in vue wrapper. So `getMarkdownitRenderer` does not work in vue wrapper. We are planning to provide this feature,...
@douglasg14b We don't support CDN for vue wrapper.
tui.editor can not dynamically change the language. 😢 There is already registered issues related to this. https://github.com/nhn/tui.editor/issues/80 We are dealing with more important issues and the implementation is delaying. I...
I did not really understand your issue. Does scrolling automatically scroll to where the editor is? Or does the editor have an initial content and scroll to the end of...
First get `ui` instance of tui.editor using `$refs` and then get `toolbar` instance. Using `addButton` method of `toolbar`, you can add customized button. ```js const ui = this.$refs.editorRef.invoke('getUI'); const toolbar...
@dantrevino Sorry for late reply. This is a bug of tui.editor so I make issue at the issue of tui.editor. https://github.com/nhnent/tui.editor/issues/458 Please wait a little while for handle tui.editor issue.
@dantrevino Sorry for late reply. I try to reproduce this issue but `focus` works well in `mounted` function. Is set `ref` as `editor` in your editor?
When I test with checking `isIE`, typing Korean works well in IE. ``` --- a/source/KeyHandlers.js +++ b/source/KeyHandlers.js @@ -62,7 +62,7 @@ var onKey = function ( event ) { //...
I can not reproduce this issue. `data-tomark-pass`is not inserted in codeblock when using v1.4.2. Please check your `tui.editor` version in `node_modules`.
@rico345100 @saeromCho This issue will be fixed in tui.editor v1.4.4.