Skip to content

Folder structure tree generator

📍 Bạn đang ở: Trang chủ > Công cụ lập trình > Markdown

A lightweight web-based tool to create and edit project structure trees in Markdown format. This tool allows users to dynamically build folder structures using keyboard inputs, making documentation and project planning seamless.

Markdown Project Structure

Enter: New Item (same level) | Tab: Increase Depth (child of previous) | Shift+Tab: Decrease Depth

📦 root

Features

  • Interactive Editing: Modify the structure like a text editor.
  • Keyboard Shortcuts: Navigate and structure your project efficiently.
  • Auto-indentation: Use Tab and Shift + Tab for hierarchy control.
  • Copy to Clipboard: Easily copy the generated Markdown tree.

Installation

No installation required! Simply open the index.html file in your browser.

Usage

Keyboard Shortcuts

Key Action
Enter Add a new item at the same level
Tab Increase indentation (make it a child)
Shift + Tab Decrease indentation (move up a level)
Backspace Delete an empty item

Example Output

📦 main
├─ index.html
├─ style.css
├─ javascript.js
└─ image
   ├─ img-1.jpg
   └─ img-2.jpg

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-name).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. Feel free to use and modify it as needed.