Stardusten / rn-sortable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 60.3%Language:JavaScript 27.1%Language:CSS 12.7%