|
7 | 7 | "config.overwriteExisting.description": "Overwrite existing .md files if source file is newer", |
8 | 8 | "config.extractImages.description": "[BETA] Extract images from Word, Excel, and PowerPoint documents to a separate assets folder (PDF image extraction is not supported)", |
9 | 9 |
|
10 | | - "config.imageOutputFolder.description": "Folder name for extracted images (relative to document location or markdown subdirectory) (only effective when image extraction is enabled)", |
11 | | - "config.imageMinSize.description": "Minimum image size threshold used when extracting document images", |
| 10 | + "config.imageOutputFolder.description": "Folder name for extracted images, used for saved assets and Markdown links (relative to the document location or markdown subdirectory; only effective when image extraction is enabled)", |
| 11 | + "config.imageMinSize.description": "Minimum extracted image size in pixels used to skip tiny decorative images", |
12 | 12 | "config.enableDocumentSplitting.description": "Automatically split large documents into multiple Markdown files for better performance and readability", |
13 | 13 | "config.documentSplittingThreshold.description": "Character count threshold for document splitting (documents exceeding this limit will be split into multiple files)", |
14 | 14 |
|
15 | 15 | "config.organizeInSubdirectory.description": "Organize converted Markdown files in a subdirectory to separate them from source files", |
16 | 16 | "config.markdownSubdirectoryName.description": "Name of the subdirectory where converted Markdown files will be stored", |
17 | 17 | "config.showSuccessNotifications.description": "Show popup notifications when files are successfully converted", |
18 | | - "config.createProjectConfig.description": "Create .docugenius.json project configuration file by default (if disabled, uses global settings only)", |
19 | | - "config.copyTextFiles.description": "Copy plain text files (.txt, .md, .csv, etc.) to the knowledge base folder for unified indexing", |
| 18 | + "config.createProjectConfig.description": "When you explicitly enable DocuGenius for a workspace, persist project state in .docugenius.json (if disabled, project state stays in VS Code workspace storage and global settings are used)", |
| 19 | + "config.copyTextFiles.description": "Copy plain text files (.txt, .md, .csv, etc.) into the DocuGenius output location without modifying the originals", |
20 | 20 | "config.batchConversionBehavior.description": "How to handle multiple files detected at once", |
21 | 21 | "config.batchConversionBehavior.askForEach": "Ask for confirmation for each file individually", |
22 | 22 | "config.batchConversionBehavior.askOnce": "Ask once for all files in the batch", |
|
101 | 101 | "converter.error.lastError": "Last error: {0}", |
102 | 102 | "converter.log.copySuccess": "Copied: {0} -> {1}", |
103 | 103 | "converter.log.deletedOutput": "Deleted: {0} (source file {1} was deleted)", |
104 | | - "converter.log.deletedImages": "Deleted images: images/{0}/", |
| 104 | + "converter.log.deletedImages": "Deleted images: {0}", |
105 | 105 | "converter.log.deletedLegacyAssets": "Deleted legacy assets: {0}_assets/", |
106 | 106 | "converter.log.cleanupFailed": "Failed to clean up deleted file {0}: {1}", |
107 | 107 | "converter.status.cleanup": "Cleaned up {0}", |
|
0 commit comments