Skip to content

현재 디렉토리의 파일에서 반복적으로 마크다운을 생성하는 VSCode 익스텐션 (A VSCode extension that recursively generates markdown from files in the current directory)

License

Notifications You must be signed in to change notification settings

getCurrentThread/recursive-markdown-generator

Repository files navigation

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

About

현재 디렉토리의 파일에서 반복적으로 마크다운을 생성하는 VSCode 익스텐션 (A VSCode extension that recursively generates markdown from files in the current directory)

Resources

License

Stars

Watchers

Forks

Packages

No packages published