Skip to content

Commit

Permalink
chore: Handle special characters in file names
Browse files Browse the repository at this point in the history
  • Loading branch information
MediosZ committed Aug 12, 2024
1 parent 638bcfe commit ca995bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ There are two operations right now, you can turn a file into a folder or turn pa

1. Right click a file and select "Subdivide the file", then a folder will be created.
2. Select some text in a file, right click and select "Subdivide the selection", then the file will be created.

# Notes

## Special Characters in File Name

The plugin will replace some special characters in the file name with `_` to avoid some unexpected issues. The special characters are:

- "/"
- "\\"
- " "(space)(Windows only)
- "."(period)(Windows only)

0 comments on commit ca995bb

Please sign in to comment.