nurpax/hstodo

Lazy downloading of markdown content when viewing notes

Opened this issue · 1 comments

The note list currently downloads markdown content for each note, even though it's enough to show only the note title on the listing.

The REST API for this should be:

GET /api/note       -- list all notes, enough content for listing headings
GET /api/note/:id   -- single note only with full contents