@VladoPortos Hi, with your plugin i have 2 new link in the "Settings" page, Folder View and Folder. Folder doesn't works, it shouldn't be there anyway.
There is a difference with the original file in the Folder.view file:
Old Original: https://github.com/scolcipitato/folder.view/blob/main/src/folder.view/usr/local/emhttp/plugins/folder.view/Folder.page
New version: https://github.com/VladoPortos/folder.view/blob/main/src/folder.view/usr/local/emhttp/plugins/folder.view/Folder.page
I removed the line:
Menu="Utilities"
Icon="folder-open-o"
Type="xmenu"
Tabs="true"
from the new version leaving only the ones present in the original ( "Title" and "Markdown") and the "Folder" plugin in settings disappeared leaving only the correct "Folder view". Other things seem to work after this.