1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Add tldraw file editor (#7273)

* add tldr file type

* add tldraw editor render

* optimize code

* add save mode

* update version

* update dependence

* update dependence

* optimize code

* optimize code

---------

Co-authored-by: 杨顺强 <978987373@qq.com>
This commit is contained in:
Guodong SU
2025-01-04 09:40:56 +08:00
committed by GitHub
parent 0504d5b03a
commit 155d303a12
21 changed files with 7596 additions and 6194 deletions

View File

@@ -1,6 +1,7 @@
const paths = require('./paths');
const entryFiles = {
tldrawEditor: '/tldrawEditor.js',
markdownEditor: '/index.js',
plainMarkdownEditor: '/pages/plain-markdown-editor/index.js',
TCAccept: '/tc-accept.js',