First, thanks for your suggestion on the pro-con comparison. It’s mostly adapted from xgpo’s without too many changes.
This feature is already covered in my plugin, so I will add a warning about this.
TLDR: alx-folder-note is a maintained, completely rewritten, and improved folder note plugin that covers all core features of the original folder note (except folder overview), with enhanced file explorer patches and lots of QoL improvements, aiming to make the folder with note work as seamless as native files.
The foldverv
is actually not the main purpose for the new plugin. The reason for the new folder note:
- At first, I implemented several improvements as a pr on the xpgo’s plugins such as keep folder with folder notes collapsable on file explorer. But as I continue, I found that my implementation is basically a complete rewrite of the original plugin, as I move on to patch file explorer core plugin directly instead of dom patch in the global window, which is quite unreliable.
- it seems that the xpgo’s plugin is no longer maintained and the author has disappeared from the community for quite a while
- the plugin is without any license, so no forked version, no new features without author’s permission unless rewriting a new one
The major improvement is that it allows auto-hide on folder notes, while original plugin hides only if you click on the folder, as well as classes to folder item to allow styling on folder in file explorer with linked note, and many QoL improvements. Also, API is exposed for other plugins.
I’ll talk about this in the discord, I have a very similar plugin and I think we may be able to collaborate