mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
feat: introduce plugin presets for PlateEditor, allowing flexible configuration of editor features
This commit is contained in:
parent
fed500ce34
commit
e34921eac4
4 changed files with 111 additions and 32 deletions
|
|
@ -466,6 +466,7 @@ export default function EditorPage() {
|
|||
<div className="flex-1 min-h-0">
|
||||
<PlateEditor
|
||||
key={documentId}
|
||||
preset="full"
|
||||
markdown={document?.source_markdown ?? ""}
|
||||
onMarkdownChange={handleMarkdownChange}
|
||||
onSave={handleSave}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue