aidenlx / alx-folder-note

Add description, summary, and more info to folders with folder notes.
MIT License
244 stars 13 forks source link

[Feature Request] folderv not recognizing list-style title field #116

Open merrkry opened 1 year ago

merrkry commented 1 year ago

"Title Field Name" will only accept field like this:

title: foo

When the field is written in list style, no matter whether there are multiple value, the field will not be recognized and the plugin will fall back to filename/H1.

title_1: ['foo']
title_2: 
  - bar

It will be very helpful if the plugin can work with these fields, and users can have options like "use the first value in list" and "join all values with delimiters".

For the same reason, alias/aliases as title fields are not working as well.