How do I use wildcard in sortspec.md in the custom file explorer sorting plugin?

What I’m trying to do

I’m trying to make it so files with a certain naming pattern will be on top of the folder/subfolders all the time.

Things I have tried

I’ve tried this on my sortspec.md but it does not work.

target-folder: Folder1/Subfolder1/*
 Info for *
 < a-z

If I defined a specific name like Info for Topic1 it works properly but I need it to be dynamic.

Some may suggest that I use Folder Notes plugin but I already use that for something else.

I figured it out, the correct way was to use 3 dots like this:

target-folder: Folder1/Subfolder1/*
 Info for ...
 < a-z

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.