fix: import markdown to text note

This commit is contained in:
SiriusXT
2025-10-28 10:17:37 +08:00
parent b2f1b3c910
commit 507910b0ce
7 changed files with 47 additions and 32 deletions

View File

@@ -218,7 +218,6 @@ export type CommandMappings = {
/** Works only in the electron context menu. */
replaceMisspelling: CommandData;
importMarkdownInline: CommandData;
showPasswordNotSet: CommandData;
showProtectedSessionPasswordDialog: CommandData;
showUploadAttachmentsDialog: CommandData & { noteId: string };
@@ -306,7 +305,7 @@ export type CommandMappings = {
addLinkToText: CommandData;
followLinkUnderCursor: CommandData;
insertDateTimeToText: CommandData;
pasteMarkdownIntoText: CommandData;
showMarkdownIntoTextDialog: CommandData & { textTypeWidget: EditableTextTypeWidget };
cutIntoNote: CommandData;
addIncludeNoteToText: CommandData;
editReadOnlyNote: CommandData;