/rn-sortable

Primary LanguageTypeScriptMIT LicenseMIT

rn-sortable

A plugin that allows you to sort all child rems of a rem using custom rule in RemNote.

image

image

About Sort Rules

Syntax Description
byStatus Unfinished Todos --> Finished Todos --> Other Rems
byStatus+ The same as byStatus
byStatus- Contrary to byStatus+
bySlotValue(Rating) Sort by rating (specify like "Rating ;; 10"), in ascending order
bySlotValue(Rating)- Sort by rating (specify like "Rating ;; 10"), in descending order
byStatus, byText Sort by status first. If equal, sort by text next.