Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Recursive Markdown GeneratorNew to Visual Studio Code? Get it now.
Recursive Markdown Generator

Recursive Markdown Generator

getCurrentThread

|
42 installs
| (0) | Free
Recursively generate markdown from files in the current directory
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Recursive Markdown Generator

Recursively generate markdown from files in the current directory.

sample image

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

  1. Open the Recursive Markdown Generator view in the Activity Bar
  2. Click the "Generate Recursive Markdown" button or run the command "Generate Recursive Markdown"
  3. Preview the generated markdown in the webview
  4. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft