You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,6 +348,9 @@ For optimal performance with "GPU Optimised Rendering", especially on AMD RDNA c
348
348
- **NoteMD Embedded Experience**:
349
349
- Kept NoteMD as an embedded experience (not a standalone desktop window) aligned with both Tauri and Godot flows.
350
350
- Fixed non-responsive `Browse` actions in Tauri NoteMD (file/folder/save pickers now complete the IPC flow).
351
+
- Defaulted embedded NoteMD to a single `One-Click Extract` workflow that chains concept extraction, batch generation from titles, and batch Mermaid repair into a source-file-named KB folder.
352
+
- Moved embedded NoteMD API configuration into `app_config.toml` under `[notemd]` and `[notemd.api]`, with matching fields in the embedded NoteMD window.
Copy file name to clipboardExpand all lines: docs/en/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,10 @@ Unlike traditional "network" views that show a messy web of links, NoteConnectio
61
61
### 5. NoteMD AI Document Workbench (v1.5.58)
62
62
63
63
-**Integrated NoteMD module**: Added `src/notemd/*` as a standalone, Obsidian-decoupled processing stack (LLM provider abstraction, prompt manager, batch/file processors, translation, Mermaid/formula fixers, and duplicate detection).
64
-
-**New API surface**: Added `/api/notemd/*` endpoints for settings, file/folder processing, translation, content generation, concept extraction, duplicate checks, and cancellation.
64
+
-**One-Click Extract workflow**: The embedded NoteMD window now defaults to a single standard workflow button that chains concept extraction, title-based batch generation, and batch Mermaid repair. Generated files land in a KB subfolder named after the source file.
65
+
-**TOML-backed API profile**: Embedded NoteMD reads and writes its active API configuration from `app_config.toml` via `[notemd]` and `[notemd.api]`.
66
+
-**CLI compatibility**: Core NoteMD workflows are invokable through `noteconnection notemd ...`, including `settings show`, `settings set-api`, `one-click-extract`, `batch-generate`, `batch-mermaid-fix`, and `fix-mermaid`.
67
+
-**New API surface**: Added `/api/notemd/*` endpoints for settings, file/folder processing, workflow orchestration, translation, content generation, concept extraction, duplicate checks, and cancellation.
65
68
-**Desktop + Bridge access**: Added Tauri menu/IPC `open_notemd` and bridge routing for NoteMD window access from web/Tauri/Godot-connected workflows.
66
69
-**Safety defaults**: NoteMD file operations are constrained by KB-root sandbox checks, with SSE progress reporting and cancel support for long-running operations.
0 commit comments