]> BookStack Code Mirror - bookstack/commit
Added in a custom menubar
authorDan Brown <redacted>
Sun, 9 Jan 2022 16:37:16 +0000 (16:37 +0000)
committerDan Brown <redacted>
Sun, 9 Jan 2022 16:37:16 +0000 (16:37 +0000)
commit9d7174557e8f5932f1214119e552accaa1ca40c2
treed3aa8d802dbd50e25f0096ac02ce7aa6dfe235bc
parent47c3d4fc0f9aa3b0c8f9b03ded0048e832eab61b
Added in a custom menubar

This is a copy of the ProseMirror/prosemirror-menu repo files
which suggest working from a fork of this.

These changes include the ability to select callouts
from the menubar.
package-lock.json
package.json
resources/js/editor.js
resources/js/editor/ProseMirrorView.js
resources/js/editor/menu/icons.js [new file with mode: 0644]
resources/js/editor/menu/index.js [new file with mode: 0644]
resources/js/editor/menu/menu.js [new file with mode: 0644]
resources/js/editor/menu/menubar.js [new file with mode: 0644]
resources/sass/_editor.scss [new file with mode: 0644]
resources/sass/styles.scss
resources/views/editor-test.blade.php