First of all, thanks for this amazing project. I'm trying to customise the toolbar, so far the code below works. The only problem is that @click="commands.bold" works nicely but @click="commands.link" does not work.
Why commands doesn't launch the link, image or table extension? I've spent hours trying to figure this out but there is no documentation or examples about this.
First of all, thanks for this amazing project. I'm trying to customise the toolbar, so far the code below works. The only problem is that
@click="commands.bold"
works nicely but@click="commands.link"
does not work.Why
commands
doesn't launch the link, image or table extension? I've spent hours trying to figure this out but there is no documentation or examples about this.