You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Thanks for this really helpful plugin! Please try to get it into the official list to install via "Community Plugins" …
For a future version, especially for use with the Dataview plugin, please consider adding a hook that would allow adding an individual Javascript sort comparator function per column (as usual, returning -1, 0, or 1).
If this could be added in a Dataview JS (dataviewjs) code block, it would allow sorting on columns that have otherwise "unsortable" content, like dates individually formatted using moment.js.
If building dataviewjs queries, it can be expected that the user knows about JS and has the internal data available that would allow writing a comparator function.
Thanks for this really helpful plugin! Please try to get it into the official list to install via "Community Plugins" …
For a future version, especially for use with the Dataview plugin, please consider adding a hook that would allow adding an individual Javascript sort comparator function per column (as usual, returning -1, 0, or 1).
If this could be added in a Dataview JS (
dataviewjs
) code block, it would allow sorting on columns that have otherwise "unsortable" content, like dates individually formatted usingmoment.js
.If building
dataviewjs
queries, it can be expected that the user knows about JS and has the internal data available that would allow writing a comparator function.See also: https://forum.obsidian.md/t/dataviewjs-snippet-showcase/17847/16?u=moonbase59
The text was updated successfully, but these errors were encountered: