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
Is your feature request related to a problem? Please describe.
It's not a problem, but maybe the use case I have in mind could be useful. Obsidian and Dataview are very popular with roleplaying games. I like to use Dataview to fetch plenty of notes in a neat little list. But sometimes, I need to select something randomly. The most simple, common and elegant method is to have a table where you roll your dice, lookup the number and see the result.
Describe the solution you'd like
We currently have features to sort and group our data. Have a toggle option where the elements of your list would behave like a numbered list instead of a unnumbered list. In the case of a table, maybe we could have a column that has an auto-incrementing ID from first to last element.
These numbers would not be tied to the individual elements of the array, but just by the order. So sorting alphabetically, or sorting another way, the 1. would just be the first element in the list, and so on.
Describe alternatives you've considered
I have some JavaScript knowledge and tried to find a simple solution. But I'd prefer to use the query language.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's not a problem, but maybe the use case I have in mind could be useful. Obsidian and Dataview are very popular with roleplaying games. I like to use Dataview to fetch plenty of notes in a neat little list. But sometimes, I need to select something randomly. The most simple, common and elegant method is to have a table where you roll your dice, lookup the number and see the result.
Describe the solution you'd like
We currently have features to sort and group our data. Have a toggle option where the elements of your list would behave like a numbered list instead of a unnumbered list. In the case of a table, maybe we could have a column that has an auto-incrementing ID from first to last element.
These numbers would not be tied to the individual elements of the array, but just by the order. So sorting alphabetically, or sorting another way, the 1. would just be the first element in the list, and so on.
Describe alternatives you've considered
I have some JavaScript knowledge and tried to find a simple solution. But I'd prefer to use the query language.
The text was updated successfully, but these errors were encountered: