Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
## Screenshots

#### Edit mode
![NoteWizard Edit mode](./docs/Quick_Start/en-US/Edit-mode.jpg)
#### Read mode
![NoteWizard Read mode](./docs/Quick_Start/en-US/Read-mode.jpg)
![NoteWizard Edit mode](./docs/Screenshots/en-US/Edit-mode.jpg)
#### Read-only mode
![NoteWizard Read-only mode](./docs/Screenshots/en-US/Read-mode.jpg)
#### General
![NoteWizard General](./docs/Quick_Start/en-US/General.jpg)
![NoteWizard General](./docs/Screenshots/en-US/General.jpg)
#### Security
![NoteWizard Security](./docs/Quick_Start/en-US/Security.jpg)
![NoteWizard Security](./docs/Screenshots/en-US/Security.jpg)
#### AI configuration
![NoteWizard AI configuration](./docs/Quick_Start/en-US/AI-Config.jpg)
![NoteWizard AI configuration](./docs/Screenshots/en-US/AI-Config.jpg)

## Supported Platforms

Expand Down
16 changes: 8 additions & 8 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@

## 界面预览
#### 编辑模式
![NoteWizard 编辑模式](./docs/Quick_Start/zh-CN/Edit-mode.jpg)
![NoteWizard 编辑模式](./docs/Screenshots/zh-CN/Edit-mode.jpg)
#### 只读模式
![NoteWizard 只读模式](./docs/Quick_Start/zh-CN/Read-mode.jpg)
#### 首选项通用
![NoteWizard 首选项通用](./docs/Quick_Start/zh-CN/General.jpg)
#### 首选项安全
![NoteWizard 首选项安全](./docs/Quick_Start/zh-CN/Security.jpg)
#### 首选项AI配置
![NoteWizard AI辅助写作](./docs/Quick_Start/zh-CN/AI-Config.jpg)
![NoteWizard 只读模式](./docs/Screenshots/zh-CN/Read-mode.jpg)
#### 通用
![NoteWizard 通用](./docs/Screenshots/zh-CN/General.jpg)
#### 安全
![NoteWizard 安全](./docs/Screenshots/zh-CN/Security.jpg)
#### AI配置
![NoteWizard AI配置](./docs/Screenshots/zh-CN/AI-Config.jpg)

## 支持平台

Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ ipcMain.on('context-menu:show', (event, { menuItems, channel }) => {

return {
label: item.label,
enabled: item.enabled === undefined ? true : item.enabled, // 默认启用,除非明确设置为 false
click: () => {
// 将选中的操作发送回渲染进程
event.sender.send(channel, item.action);
Expand Down
3 changes: 2 additions & 1 deletion src/assets/changelog/history_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
#### 修复
- 修复在配置文件缺失情况下导致密钥验证异常的问题。
- 修复只读模式状态下笔记不显示只读图标的问题。
- 修复可能导致数据更新不一致的潜在问题
- 修复潜在数据更新问题
#### 优化
- 优化预览界面渲染机制,提升滚动流畅度。
- 优化编辑器右键菜单。

### [1.1.3] - 2026-03-04
本次更新包含若干关键修复和性能优化,进一步提升软件的稳定性和安全性。
Expand Down
3 changes: 2 additions & 1 deletion src/assets/changelog/history_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
#### Fixed
- Fixed an issue that caused key verification to fail when the configuration file was missing.
- Fixed an issue where the note read-only icon was not displayed in read-only mode.
- Fixed an potential data inconsistency issue.
- Fixed potential data inconsistency issue.
#### Improved
- Optimize the preview interface rendering mechanism to improve scrolling smoothness.
- Enhanced context menu of editor.

### [1.1.3] - 2026-03-04
This update includes several important fixes and performance improvements, further enhancing the stability and security of the software.
Expand Down
5 changes: 4 additions & 1 deletion src/locales/bn-BD.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "হালকা",
"themeDark": "অন্ধকার",
"close": "বন্ধ করুন",
"contextMenu.copy": "অনুলিপি",
"contextMenu.cut": "কাটুন",
"contextMenu.paste": "পেস্ট করুন",
"toolbar.heading": "শিরোনাম",
"toolbar.heading1": "শিরোনাম ১",
"toolbar.heading2": "শিরোনাম ২",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "প্রস্থান",
"contextMenu.newNote": "নতুন নোট",
"contextMenu.newNotebook": "নতুন নোটবুক",
"contextMenu.open": "খুলুন",
"contextMenu.rename": "নাম পরিবর্তন করুন",
"contextMenu.delete": "মুছুন",
"contextMenu.lock": "শুধুমাত্র পাঠযোগ্য মোড",
"readOnly.tooltip": "শুধুমাত্র পাঠযোগ্য মোড",
"contextMenu.unlock": "সম্পাদনা মোড",
"contextMenu.showInFolder": "ফোল্ডারে দেখান",
"contextMenu.properties": "বৈশিষ্ট্য",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Hell",
"themeDark": "Dunkel",
"close": "Schließen",
"contextMenu.copy": "Kopieren",
"contextMenu.cut": "Ausschneiden",
"contextMenu.paste": "Einfügen",
"toolbar.heading": "Überschrift",
"toolbar.heading1": "Überschrift 1",
"toolbar.heading2": "Überschrift 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Beenden",
"contextMenu.newNote": "Neue Notiz",
"contextMenu.newNotebook": "Neues Notizbuch",
"contextMenu.open": "Öffnen",
"contextMenu.rename": "Umbenennen",
"contextMenu.delete": "Löschen",
"contextMenu.lock": "Nur-Lese-Modus",
"readOnly.tooltip": "Nur-Lese-Modus",
"contextMenu.unlock": "Bearbeitungsmodus",
"contextMenu.showInFolder": "Im Ordner anzeigen",
"contextMenu.properties": "Eigenschaften",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Light",
"themeDark": "Dark",
"close": "Close",
"contextMenu.copy": "Copy",
"contextMenu.cut": "Cut",
"contextMenu.paste": "Paste",
"toolbar.heading": "Heading",
"toolbar.heading1": "Heading 1",
"toolbar.heading2": "Heading 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Quit",
"contextMenu.newNote": "New Note",
"contextMenu.newNotebook": "New Notebook",
"contextMenu.open": "Open",
"contextMenu.rename": "Rename",
"contextMenu.delete": "Delete",
"contextMenu.lock": "Read-only Mode",
"readOnly.tooltip": "Read-only Mode",
"contextMenu.unlock": "Edit Mode",
"contextMenu.showInFolder": "Show in Folder",
"contextMenu.properties": "Properties",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Light",
"themeDark": "Dark",
"close": "Close",
"contextMenu.copy": "Copy",
"contextMenu.cut": "Cut",
"contextMenu.paste": "Paste",
"toolbar.heading": "Heading",
"toolbar.heading1": "Heading 1",
"toolbar.heading2": "Heading 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Quit",
"contextMenu.newNote": "New Note",
"contextMenu.newNotebook": "New Notebook",
"contextMenu.open": "Open",
"contextMenu.rename": "Rename",
"contextMenu.delete": "Delete",
"contextMenu.lock": "Read-only Mode",
"readOnly.tooltip": "Read-only Mode",
"contextMenu.unlock": "Edit Mode",
"contextMenu.showInFolder": "Show in Folder",
"contextMenu.properties": "Properties",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Claro",
"themeDark": "Oscuro",
"close": "Cerrar",
"contextMenu.copy": "Copiar",
"contextMenu.cut": "Cortar",
"contextMenu.paste": "Pegar",
"toolbar.heading": "Encabezado",
"toolbar.heading1": "Encabezado 1",
"toolbar.heading2": "Encabezado 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Salir",
"contextMenu.newNote": "Nueva nota",
"contextMenu.newNotebook": "Nuevo cuaderno",
"contextMenu.open": "Abrir",
"contextMenu.rename": "Renombrar",
"contextMenu.delete": "Eliminar",
"contextMenu.lock": "Modo de solo lectura",
"readOnly.tooltip": "Modo de solo lectura",
"contextMenu.unlock": "Modo de edición",
"contextMenu.showInFolder": "Mostrar en carpeta",
"contextMenu.properties": "Propiedades",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Clair",
"themeDark": "Sombre",
"close": "Fermer",
"contextMenu.copy": "Copier",
"contextMenu.cut": "Couper",
"contextMenu.paste": "Coller",
"toolbar.heading": "Titre",
"toolbar.heading1": "Titre 1",
"toolbar.heading2": "Titre 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Quitter",
"contextMenu.newNote": "Nouvelle note",
"contextMenu.newNotebook": "Nouveau carnet",
"contextMenu.open": "Ouvrir",
"contextMenu.rename": "Renommer",
"contextMenu.delete": "Supprimer",
"contextMenu.lock": "Mode lecture seule",
"readOnly.tooltip": "Mode lecture seule",
"contextMenu.unlock": "Mode édition",
"contextMenu.showInFolder": "Afficher dans le dossier",
"contextMenu.properties": "Propriétés",
Expand Down
11 changes: 7 additions & 4 deletions src/locales/id-ID.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Terang",
"themeDark": "Gelap",
"close": "Tutup",
"contextMenu.copy": "Salin",
"contextMenu.cut": "Potong",
"contextMenu.paste": "Tempel",
"toolbar.heading": "Judul",
"toolbar.heading1": "Judul 1",
"toolbar.heading2": "Judul 2",
Expand Down Expand Up @@ -142,12 +145,12 @@
"tray.quit": "Keluar",
"contextMenu.newNote": "Catatan Baru",
"contextMenu.newNotebook": "Buku Catatan Baru",
"contextMenu.open": "Buka",
"contextMenu.rename": "Ganti Nama",
"contextMenu.delete": "Hapus",
"contextMenu.lock": "Mode Baca Saja",
"contextMenu.unlock": "Mode Edit",
"contextMenu.showInFolder": "Tampilkan di Folder",
"contextMenu.lock": "Modo de leitura apenas",
"readOnly.tooltip": "Modo de leitura apenas",
"contextMenu.unlock": "Modo de edição",
"contextMenu.showInFolder": "Mostrar na pasta",
"contextMenu.properties": "Properti",
"file.notExist": "Berkas tidak ada",
"file.cannotGetPath": "Tidak dapat mendapatkan jalur berkas",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Chiaro",
"themeDark": "Scuro",
"close": "Chiudi",
"contextMenu.copy": "Copia",
"contextMenu.cut": "Taglia",
"contextMenu.paste": "Incolla",
"toolbar.heading": "Intestazione",
"toolbar.heading1": "Intestazione 1",
"toolbar.heading2": "Intestazione 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Esci",
"contextMenu.newNote": "Nuova nota",
"contextMenu.newNotebook": "Nuovo quaderno",
"contextMenu.open": "Apri",
"contextMenu.rename": "Rinomina",
"contextMenu.delete": "Elimina",
"contextMenu.lock": "Modalità sola lettura",
"readOnly.tooltip": "Modalità sola lettura",
"contextMenu.unlock": "Modalità modifica",
"contextMenu.showInFolder": "Mostra nella cartella",
"contextMenu.properties": "Proprietà",
Expand Down
7 changes: 5 additions & 2 deletions src/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "ライト",
"themeDark": "ダーク",
"close": "閉じる",
"contextMenu.copy": "コピー",
"contextMenu.cut": "切り取り",
"contextMenu.paste": "貼り付け",
"toolbar.heading": "見出し",
"toolbar.heading1": "見出し 1",
"toolbar.heading2": "見出し 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "終了",
"contextMenu.newNote": "新規ノート",
"contextMenu.newNotebook": "新規ノートブック",
"contextMenu.open": "開く",
"contextMenu.rename": "名前を変更",
"contextMenu.delete": "削除",
"contextMenu.lock": "読み取りモード",
"contextMenu.lock": "読み取り専用モード",
"readOnly.tooltip": "読み取り専用モード",
"contextMenu.unlock": "編集モード",
"contextMenu.showInFolder": "フォルダで表示",
"contextMenu.properties": "プロパティ",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "라이트",
"themeDark": "다크",
"close": "닫기",
"contextMenu.copy": "복사",
"contextMenu.cut": "잘라내기",
"contextMenu.paste": "붙여넣기",
"toolbar.heading": "제목",
"toolbar.heading1": "제목 1",
"toolbar.heading2": "제목 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "종료",
"contextMenu.newNote": "새 노트",
"contextMenu.newNotebook": "새 노트북",
"contextMenu.open": "열기",
"contextMenu.rename": "이름 바꾸기",
"contextMenu.delete": "삭제",
"contextMenu.lock": "읽기 전용 모드",
"readOnly.tooltip": "읽기 전용 모드",
"contextMenu.unlock": "편집 모드",
"contextMenu.showInFolder": "폴더에서 보기",
"contextMenu.properties": "속성",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Claro",
"themeDark": "Escuro",
"close": "Fechar",
"contextMenu.copy": "Copiar",
"contextMenu.cut": "Cortar",
"contextMenu.paste": "Colar",
"toolbar.heading": "Título",
"toolbar.heading1": "Título 1",
"toolbar.heading2": "Título 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Sair",
"contextMenu.newNote": "Nova Nota",
"contextMenu.newNotebook": "Novo Caderno",
"contextMenu.open": "Abrir",
"contextMenu.rename": "Renomear",
"contextMenu.delete": "Excluir",
"contextMenu.lock": "Modo somente leitura",
"readOnly.tooltip": "Modo somente leitura",
"contextMenu.unlock": "Modo de edição",
"contextMenu.showInFolder": "Mostrar na Pasta",
"contextMenu.properties": "Propriedades",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Claro",
"themeDark": "Escuro",
"close": "Fechar",
"contextMenu.copy": "Copiar",
"contextMenu.cut": "Cortar",
"contextMenu.paste": "Colar",
"toolbar.heading": "Título",
"toolbar.heading1": "Título 1",
"toolbar.heading2": "Título 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Sair",
"contextMenu.newNote": "Nova Nota",
"contextMenu.newNotebook": "Novo Caderno",
"contextMenu.open": "Abrir",
"contextMenu.rename": "Renomear",
"contextMenu.delete": "Eliminar",
"contextMenu.lock": "Modo somente leitura",
"readOnly.tooltip": "Modo somente leitura",
"contextMenu.unlock": "Modo de edição",
"contextMenu.showInFolder": "Mostrar na Pasta",
"contextMenu.properties": "Propriedades",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "Светлая",
"themeDark": "Темная",
"close": "Закрыть",
"contextMenu.copy": "Копировать",
"contextMenu.cut": "Вырезать",
"contextMenu.paste": "Вставить",
"toolbar.heading": "Заголовок",
"toolbar.heading1": "Заголовок 1",
"toolbar.heading2": "Заголовок 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "Выход",
"contextMenu.newNote": "Новая заметка",
"contextMenu.newNotebook": "Новый блокнот",
"contextMenu.open": "Открыть",
"contextMenu.rename": "Переименовать",
"contextMenu.delete": "Удалить",
"contextMenu.lock": "Режим «только чтение»",
"readOnly.tooltip": "Режим «только чтение»",
"contextMenu.unlock": "Режим редактирования",
"contextMenu.showInFolder": "Показать в папке",
"contextMenu.properties": "Свойства",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/th-TH.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"themeLight": "สว่าง",
"themeDark": "มืด",
"close": "ปิด",
"contextMenu.copy": "คัดลอก",
"contextMenu.cut": "ตัด",
"contextMenu.paste": "วาง",
"toolbar.heading": "หัวข้อ",
"toolbar.heading1": "หัวข้อ 1",
"toolbar.heading2": "หัวข้อ 2",
Expand Down Expand Up @@ -142,10 +145,10 @@
"tray.quit": "ออก",
"contextMenu.newNote": "โน้ตใหม่",
"contextMenu.newNotebook": "สมุดบันทึกใหม่",
"contextMenu.open": "เปิด",
"contextMenu.rename": "เปลี่ยนชื่อ",
"contextMenu.delete": "ลบ",
"contextMenu.lock": "โหมดอ่านอย่างเดียว",
"readOnly.tooltip": "โหมดอ่านอย่างเดียว",
"contextMenu.unlock": "โหมดแก้ไข",
"contextMenu.showInFolder": "แสดงในโฟลเดอร์",
"contextMenu.properties": "คุณสมบัติ",
Expand Down
Loading