mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +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
|
|
@ -438,6 +438,7 @@ function ReportPanelContent({
|
|||
</div>
|
||||
) : (
|
||||
<PlateEditor
|
||||
preset="full"
|
||||
markdown={reportContent.content}
|
||||
onMarkdownChange={setEditedMarkdown}
|
||||
readOnly={false}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue