joplin / plugin-kanban

It allows notes in a notebook to be organized in a kanban board.
https://discourse.joplinapp.org/t/kanban-board-project/17469
132 stars 17 forks source link

Fixed sort orders based on note properties available in config #47

Open wwoods opened 1 year ago

wwoods commented 1 year ago

Solves #46 -- pretty useful for multiple views / prioritization of notes. E.g., I prefix all of my note titles with either a date or a priority number, and then use descending sort order.

PackElend commented 1 year ago

Can you add a reference to note properties in the documentation?

wwoods commented 1 year ago

Just a clause like, This sort may be based on a number of note properties; at the moment, `createdTime` and `title` are supported.? Or something more detailed?

PackElend commented 1 year ago

Adding https://joplinapp.org/api/references/rest_api/#notes to learn easily which properties are available. That should be the same listed in https://github.com/laurent22/joplin/issues/5224