med-notes/README.md
2025-04-03 04:16:38 +00:00

21 lines
247 B
Markdown

# Notes
filename: `file-{counter}.docx` -> `file-{counter}.pdf`
- group by title
structure:
```
{
topics: [
{
id: "t111",
title: "some title",
files: [
"file-11.pdf",
"file-42.pdf"
]
}
]
}
```