--- layout: doc title: Methods - Simditor id: doc-method root: ../ --- Keep a reference of Simditor instance and call the methods: ```coffee # init Simditor editor = new Simditor textarea: $('#editor') # call setValue to set content editor.setValue 'hello world' ``` #Public Methods