What happened?
I created a basic editor with Vanilla JavaScript using information from README. And there is no toolbar.
Used this code:
<div id="uperdoc-toolbar"></siv>
<div id="superdoc"></div>
const superdoc = new SuperDoc({
selector: '#superdoc',
toolbar: '#superdoc-toolbar',
documentMode: 'editing',
});
Steps to reproduce
- Open Demo https://codepen.io/jcubic/pen/XJpeEZW
SuperDoc version
1.43.2
Browser
Other
Additional context
I use Helium (Chromium with V2 manifest extensions).
What happened?
I created a basic editor with Vanilla JavaScript using information from README. And there is no toolbar.
Used this code:
Steps to reproduce
SuperDoc version
1.43.2
Browser
Other
Additional context
I use Helium (Chromium with V2 manifest extensions).