archived
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# File to Folder
|
||||
|
||||
Convert the current file into a folder with the same name, then move the file into that folder.
|
||||
|
||||
This is useful when a project starts with a single file and grows over time. Instead of manually creating a folder and moving the file, this extension performs the conversion for you.
|
||||
|
||||
## Example
|
||||
|
||||
Before:
|
||||
|
||||
```text
|
||||
project/
|
||||
└── math.md
|
||||
```
|
||||
|
||||
After:
|
||||
|
||||
```text
|
||||
project/
|
||||
└── math/
|
||||
└── math.md
|
||||
```
|
||||
Reference in New Issue
Block a user