How to use the sort by custom meta for the below description ? #221
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 11 replies
-
|
Hi @akshatg what is the format of the values of The list in the picture seems to show the notes (files) names - are the values of |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the detailed reply. I am getting the desired results with this sorting-spec: |
Now I want to put the folders in a certain order like how can I achieve that ? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, So I have a daily folder and Inside that I have a weekly folder. I am able to use the sort successfully in daily parent fodler but not able to do the same in weekly folder. Here is my code. Please guide me what to change: `target-folder: Daily
|
Beta Was this translation helpful? Give feedback.
-
|
It is much cleaner now! ...
target-folder: Daily
target-folder: Daily/Weekly
Weekly
📦Day tracking
Tracking
> a-z by-metadata: created
...You can also incorporate a more advanced approach and tell the sorting to be applied to the ...
target-folder: Daily/..
Weekly
📦Day tracking
Tracking
> a-z by-metadata: created
...or similarly, depending on what you need, you can apply the same sorting to the ...
target-folder: Daily/*
Weekly
📦Day tracking
Tracking
> a-z by-metadata: created
... |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Also can I pin the bookmark or group of bookmarks in the navigator ? Also can we have way to pin certain notes or folders on top ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @akshatg, there is no explicit notion of 'pinning' a note or folder in the plugin. ...
target-folder: Daily/*
bookmarked:
< by-bookmarks-order
Weekly
📦Day tracking
Tracking
> a-z by-metadata: created
...and eventually right-click on the notes / folders which you want to pin and then select 'Custom sort:' > 'Bookmark it for sorting'. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks |
Beta Was this translation helpful? Give feedback.


Hi @akshatg,
there is no explicit notion of 'pinning' a note or folder in the plugin.
At the same time there are two or more ways to incorporate an equivalent of pinning notes / folders.
The approach which I use is to involve the integration with the core Bookmarks plugin.
First, ensure (in plugin settings) that 'Bookmarks integration' is enabled
Then, at the top of a the relevant sorting specification tell the plugin to put items, which are bookmarked for sorting.
The syntax for your example would be:
and eventually right-click on the notes / folders wh…