mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: import md notes
This commit is contained in:
@@ -504,6 +504,7 @@
|
||||
className="input-prose-sm px-0.5"
|
||||
bind:value={note.data.content.json}
|
||||
placeholder={$i18n.t('Write something...')}
|
||||
html={note.data?.content?.html}
|
||||
json={true}
|
||||
onChange={(content) => {
|
||||
note.data.content.html = content.html;
|
||||
|
||||
Reference in New Issue
Block a user