Skip to content

help for sorting by file type then by date added #71

Answered by SebastianMC
imeed166 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @imeed166

at a glance everything you described can be configured.
Let me go step by step:

Push markdown files to the top

By default the matching is done against folder and file names, ignoring the file extension.
If you want to match against the full file name (name + extension) you use the /:files. syntax (or the abbreviated variant /:.)
For example:

  /:files. ....md

The little strange ....md above is a result of concatenation of ... and .md and it means 'any file name ending with .md'

If a sorting specification for a folder comprises only the above line it will push to the top the markdown files, the rest of folder items (sub-folders and other files) will go below. No additional o…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@imeed166
Comment options

@imeed166
Comment options

Answer selected by imeed166
Comment options

You must be logged in to vote
4 replies
@SebastianMC
Comment options

@SebastianMC
Comment options

@SebastianMC
Comment options

@imeed166
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants