21 lines
247 B
Markdown
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
```
|