Sort data table resource numbers
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-29 03:41:39 +05:30
parent b2684d5cee
commit d598004d79
9 changed files with 94 additions and 51 deletions

View file

@ -286,7 +286,8 @@ The data file should contain either a top-level array or an object with an
`items` array. The `src` path is resolved relative to the Markdown file. Use
`columns` to control the visible columns, `headers` to rename table headers,
`link` to choose the column that should link through the row's `link` field,
and `number` to prefix that linked column with a row number such as `slno`.
and `number` to prefix and sort that linked column by a row number such as
`slno`.
In Obsidian this remains a readable code fence next to the data file. In Astro
it becomes static HTML enhanced with local search and sort. In PDF it becomes a