Sim Hansol

Results 3 comments of Sim Hansol

use linkProtocol option. linkProtocol='http://' ![캡BB](https://user-images.githubusercontent.com/59974669/153359675-cebe7c71-4582-4575-a901-498b33c8e286.JPG)

@Sergeyharmonie If necessary, the function can be redefined and used. ``` sunEditor.core.plugins.anchor.setLinkPreview = function (context, value) { const preview = context.preview; const protocol = this.options.linkProtocol; const noPrefix = this.options.linkNoPrefix; const...

@jun-fajr SunEditor custom function example for next.js. ``` import { useRef, useEffect } from "react"; import SunEditor from "suneditor-react"; const App = () => { const editor = useRef(); useEffect(()...