blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
6.92k stars 408 forks source link

Natural Sort in `dataview` block #1932

Open ManasMadrecha opened 1 year ago

ManasMadrecha commented 1 year ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

By default sort should do natural sort, and then have some Intl.collator options specified in it, if possible, for those who don't want natural sort.

Describe alternatives you've considered

Additional context NA

sanhuesoft commented 3 months ago

Could you show how you implement natural sorting via dataviewjs?