Recursively generate markdown from files in the current directory.
- 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
- 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
This extension contributes the following settings:
recursiveMarkdownGenerator.ignorePatterns
: Patterns to ignore when generating markdownrecursiveMarkdownGenerator.ignoreFiles
: Files containing ignore patterns (e.g., .gitignore)
- All standard text files
- Microsoft Word documents (.docx) - text content only
Please report any issues on the GitHub repository.
- Added support for extracting text content from Microsoft Word (.docx) files
- Improved file handling for binary files
- Enhanced error reporting for file processing
Initial release of Recursive Markdown Generator