hexo icon indicating copy to clipboard operation
hexo copied to clipboard

WIP: Allow `publish` handle files with filenames separated by spaces

Open yapinxxx opened this issue 10 months ago • 5 comments

Allow the publish command to handle files with filenames separated by spaces in the _draft folder.

What does it do?

The update enables filenames to include spaces in the _draft folder. However, the source code modifies the original filename(data.slug) and then incorrectly compares it with the filenames in the _draft folder, leading to erroneous results.

yapinxxx avatar Apr 21 '24 13:04 yapinxxx