zblesk
4
Thank you both.
The use case for me is - personal stats. I already have a plugin that keeps a record of how many notes I'd edited in a given day (purely based on edit date).
I want to include the total number of notes in my base, so I can see how that evolves over time.
This data is currently sent to a service outside Joplin, and it's exported after every Joplin sync. That's often enough for me not to want to loop over all the notes every time it happens.
A /count endpoint would be appreciated.
It just occurred to me that in the meantime, I can hardcode the loop to start at, say, page 80, so the loop would be shorter 