Recursive Markdown Generator
Recursively generate markdown from files in the current directory.

Features
- Generates a markdown file containing the content of all files in the current workspace
- Ignores binary files and respects .gitignore patterns
- Provides a webview for previewing the generated markdown
- Allows downloading the generated markdown
- Supports extracting text from DOCX files
Usage
- Open the Recursive Markdown Generator view in the Activity Bar
- Click the "Generate Recursive Markdown" button or run the command "Generate Recursive Markdown"
- Preview the generated markdown in the webview
- Click the "Download Markdown" button to save the generated markdown to a file
Extension Settings
This extension contributes the following settings:
recursiveMarkdownGenerator.ignorePatterns : Patterns to ignore when generating markdown
recursiveMarkdownGenerator.ignoreFiles : Files containing ignore patterns (e.g., .gitignore)
Supported File Types
- All standard text files
- Microsoft Word documents (.docx) - text content only
Known Issues
Please report any issues on the GitHub repository.
Release Notes
1.1.0
- Added support for extracting text content from Microsoft Word (.docx) files
- Improved file handling for binary files
- Enhanced error reporting for file processing
1.0.1
Initial release of Recursive Markdown Generator
| |