blacksmithgu / obsidian-dataview

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

Counter for all pages for query #2350

Open W-von-W opened 5 months ago

W-von-W commented 5 months ago

When you use LIMIT, table shows you limited number of pages.

It'll be good to have some feature to show number of all pages from query with LIMIT in use, for example, in parentheses just after the limited number.

If it can be done with LIST, it'll be great =D

manuraj17 commented 3 months ago

Will have to check the implementation, but if limit is doing any optimisation to query this will work against it.