mirror of https://github.com/TriliumNext/Notes
chore(ckeditor5/plugins): integrate internal link
parent
daa1df5a24
commit
a54d8ed811
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@ -1,6 +1,5 @@
|
||||
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
||||
import internalLinkIcon from './icons/trilium.svg';
|
||||
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
|
||||
import { ButtonView, Plugin } from 'ckeditor5';
|
||||
import internalLinkIcon from '../icons/trilium.svg?raw';
|
||||
|
||||
export default class InternalLinkPlugin extends Plugin {
|
||||
init() {
|
||||
Loading…
Reference in New Issue