Replies: 1 comment
-
|
I'd really love for the folder overview to be compatible with Front Matter Title |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1) Frontmatter title compatibility
Similar to this option, but used in FolderOverview:

This allows using the display name from the frontmatter title plugin instead of file names.
1.1. Additionally, it could provide another option: wildcard mode
For example, supporting more wildcards (
{{fileName}},{{title}},{{specificProperty}}, etc.)This enables users without the frontmatter title plugin to customize display names.
1.2. More parameters could also be provided for
Title of overview:2) Customizable created/modified time properties:
Beyond these two properties, other datetime properties like
deadlinecould also be supported.And even for created date, I prefer use my own
created_atproperty since is more stable than file's datetime data.Beta Was this translation helpful? Give feedback.
All reactions