JackGruber / joplin-plugin-note-overview

A note overview is created based on the search and the specified fields.
MIT License
77 stars 13 forks source link

Feature request: add custom fields #60

Open robinlej opened 1 year ago

robinlej commented 1 year ago

Hi, Would it be conceivable to create custom fields? Either by allowing multiple excerpts matching and aliasing them, or for instance with a structure like this inside the notes (just a suggestion, it may not be the best to do):

<!-- note-overview-fields
my_custom_field1: "my value"
my_custom_field2: "other value"
-->

My guess is this is beyond your intended use for this plugin, but as I think it would be great and this plugin is the closest I have found to achieving this, I'm suggesting it anyway. :)

JackGruber commented 1 year ago

The idea is not bad. I'll add it to the to-do list.