mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 03:15:21 -04:00
[PR #117] [CLOSED] feat: document editor using Plate #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/chat-ui/pull/117
Author: @thucpn
Created: 6/4/2025
Status: ❌ Closed
Base:
main← Head:tp/document-editor-using-platejs📝 Commits (1)
02c7a91feat: document editor using platejs📊 Changes
200 files changed (+20199 additions, -0 deletions)
View changed files
➕
packages/document-editor/.eslintrc.cjs(+3 -0)➕
packages/document-editor/README.md(+1 -0)➕
packages/document-editor/package.json(+132 -0)➕
packages/document-editor/postcss.config.js(+5 -0)➕
packages/document-editor/src/components/ai-plugins.tsx(+173 -0)➕
packages/document-editor/src/components/align-plugin.ts(+17 -0)➕
packages/document-editor/src/components/autoformat-plugin.ts(+253 -0)➕
packages/document-editor/src/components/basic-nodes-plugins.tsx(+16 -0)➕
packages/document-editor/src/components/block-menu-plugins.ts(+14 -0)➕
packages/document-editor/src/components/block-selection-plugins.tsx(+36 -0)➕
packages/document-editor/src/components/code.tsx(+44 -0)➕
packages/document-editor/src/components/comments-plugin.tsx(+86 -0)➕
packages/document-editor/src/components/copilot-plugins.tsx(+64 -0)➕
packages/document-editor/src/components/cursor-overlay-plugin.tsx(+11 -0)➕
packages/document-editor/src/components/delete-plugins.ts(+29 -0)➕
packages/document-editor/src/components/discussion-plugin.tsx(+258 -0)➕
packages/document-editor/src/components/dnd-plugins.tsx(+24 -0)➕
packages/document-editor/src/components/editor-plugins.tsx(+123 -0)➕
packages/document-editor/src/components/equation-plugins.ts(+8 -0)➕
packages/document-editor/src/components/exit-break-plugin.ts(+28 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.