joplin-plugin-note-overview icon indicating copy to clipboard operation
joplin-plugin-note-overview copied to clipboard

Add notes count to details summary line

Open MHoeller opened this issue 3 years ago • 0 comments

Story

As a user I want to see the count of notes it a details summary line when the summary is not opened, so that I can see if the filter returns content without opening the details

Example

Code

<!-- note-overview-plugin
search: -tag:*
fields: title
details:
  open: false
  summary: All notes without a Tag  - **Notes count {{ count }}**
-->

Result

All notes without a Tag - Notes count 42

MHoeller avatar Oct 18 '21 06:10 MHoeller