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
What the best way to add a seemingly arbitrary ordering of the notes that are displayed?
I'm thinking of something that emulates dragging and dropping notes (without actually dragging and dropping) in the gallery to reorder them, to help with sensemaking.
Would a simple way be to create a numerical field to the front matter of notes, and then sort by the value of that field?
eg create gallerysortorder as a metadata field, and then change those numbers?
The text was updated successfully, but these errors were encountered:
What the best way to add a seemingly arbitrary ordering of the notes that are displayed?
I'm thinking of something that emulates dragging and dropping notes (without actually dragging and dropping) in the gallery to reorder them, to help with sensemaking.
Would a simple way be to create a numerical field to the front matter of notes, and then sort by the value of that field?
eg create
gallerysortorder
as a metadata field, and then change those numbers?The text was updated successfully, but these errors were encountered: