Questions tagged [toast-ui-editor]

8 questions
2
votes
1 answer

How do we grab the content from Toast UI Editor (JavaScript)?

I'm sorry if this is blindingly simple, but I cannot for the life of me find some documentation on it. I've been through http://nhnent.github.io/tui.editor/api/latest/index.html and couldn't see it. With most JavaScript wysiwyg editors, they usually…
xil3
  • 16,020
  • 8
  • 56
  • 95
1
vote
2 answers

Get the html from ToastUI (that shows the markdown text) editor to save in database

I have an editor from ToastUI (source code : TOAST UI
Kudos
  • 41
  • 5
0
votes
0 answers

Custom renderer in Toast UI

I wanted to add chip group in my table column value. I have added a custom renderer in my project. Render method contains following: return createElement( VChipGroup, this.items.map((item) => { return…
0
votes
0 answers

TOAST UI Image Editor addIcon icon size

I am using the TOAST UI Image Editor to add custom SVG icons to my image: imageEditor.addIcon(iconType, { left: originPointer.x, top: originPointer.y, fill: iconColor }); Is it possible to also set the size of the icon? I…
Partie Sturm
  • 43
  • 2
  • 5
0
votes
0 answers

Disable Autolink in ToastUi Editor

How can I setup ToastUi Editor in wysiwyg-mode but disable the GFM-Autolink function (I do not wish the editor to recognise URLs and stuff on its own and translate them to markdown). I have tried const editor=$('#editor').toastuiEditor({ …
0
votes
0 answers

Using TOAST UI editor, I cannot upload image that has a over 50kb

I have a problem that I had could not upload to my web-site to image file. I have several image file. The thing I had succeded upload to image is 30kb~ 50kb. But, the thing I had failed upload to image is over 50kb~. I have used TOAST UI Editor,…
devsner
  • 89
  • 1
  • 9
0
votes
0 answers

I am getting TypeError: o.a.createRef is not a function in react

I am trying to add a open source Editor in my React project. I installed this using NPM. To quickly check wheather it is installed or not, i just did copy paste of code snippets from npm Website. Code import React from 'react'; import…
user13319825
0
votes
1 answer

Cannot use namespace 'TuiEditor' as a type

I have searched the generic error I am getting ('Cannot use namespace x as a type.') and I can't seem to match my error up with others' examples. I have an Ionic3/Angular6 application where I have the ngx-tui-editor npm package installed so I can…
mateotherock
  • 195
  • 3
  • 13