danpros / htmly

Simple and fast databaseless PHP blogging platform, and Flat-File CMS
https://www.htmly.com
GNU General Public License v2.0
1.1k stars 266 forks source link

May be we should not put tags in the markdown file title #780

Closed Louisna123 closed 3 months ago

Louisna123 commented 4 months ago

Describe the bug If the user has many tags, there would be error that the file name is too long to be renamed.

Warning: rename(content/user/blog/how-to-use/post/2024-07-05-11-57-39_post_sample-post.md, the filename, directory name, or volume label syntax is incorrect (code: 123) in ...\system\admin\admin.php on line 418 To Reproduce Steps to reproduce the behavior: Insert 20 tags

danpros commented 4 months ago

Hi,

This is a previously known limitation. This limitation comes from the OS itself which results in limitations to HTMLy as well, and for performance reason I will keep the structure as it is now.