]> BookStack Code Mirror - bookstack/commit
Started playing with prosemirror
authorDan Brown <redacted>
Fri, 26 Nov 2021 15:05:06 +0000 (15:05 +0000)
committerDan Brown <redacted>
Fri, 7 Jan 2022 13:36:52 +0000 (13:36 +0000)
commit27f9e8e4bd47275fabb4e529e726b3bd96f90e54
tree7bdcc1bc0c3c7470dc713c77a37e3c5ee9e6af38
parentc3f7b39a0f3daa64a2d838190ae8efaedea4633c
Started playing with prosemirror

- Got base setup together with WYSIWYG/Markdown switching, where HTML is
  the base content format.
- Added some testing routes/views for initial development.
- Added some dev npm tasks to support editor-specific actions.
package-lock.json
package.json
resources/js/editor.js [new file with mode: 0644]
resources/js/editor/schema.js [new file with mode: 0644]
resources/views/editor-test.blade.php [new file with mode: 0644]
routes/web.php