|
@ -83,6 +83,7 @@ class Inkeon { |
|
|
console.log(this.#editor); |
|
|
console.log(this.#editor); |
|
|
console.log(this.#editor.storage); |
|
|
console.log(this.#editor.storage); |
|
|
console.log(this.#editor.storage.markdown.getMarkdown()); |
|
|
console.log(this.#editor.storage.markdown.getMarkdown()); |
|
|
|
|
|
this.#editor.commands.setContent('**test**') |
|
|
}); |
|
|
}); |
|
|
// this.#editor.options.element = getDom(dom)
|
|
|
// this.#editor.options.element = getDom(dom)
|
|
|
// setTimeout(() => {
|
|
|
// setTimeout(() => {
|
|
|