Update a markdown file section with an index/table of files from a specified folder.
Update markdown file ${file} with an index/table of files from folder ${input:folder}.
${file} to understand existing structure${input:folder} matching pattern ${input:pattern}For each discovered file, extract:
.md.js.pyChoose format based on file types and existing content:
## Files in ${folder}
- [filename.ext](path/to/filename.ext) - Description
- [filename2.ext](path/to/filename2.ext) - Description
| File | Type | Description |
|---|---|---|
| filename.ext | Extension | Description |
| filename2.ext | Extension | Description |
Group files by type/category with separate sections or sub-tables.
Look for existing sections with these patterns: