Skip to content

Question about a custom sort ordering #25

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

You must be logged in to vote

Hi @drventure,

you are almost there with your example, as you already noticed!

Let me take the opportunity and explain the missing details of the syntax, until the fully fledged documentation is released.

Your example goes like below:

  target-folder: Personal Notes
   /folders
    > a-z
   /:files
    20...
     > a-z
    ...
     < a-z

the line /folders is a keyword not followed by any text or pattern. It captures all folders, which don’t match any other pattern specified for the target-folder. Tricky, yeah, especially when detailed documentation is not there yet.

What you actually need to write is /folders .... It expresses your intention, namely: capture all folders with name matchin…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SebastianMC
Comment options

You must be logged in to vote
0 replies
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