This commit is contained in:
2025-04-03 04:16:38 +00:00
commit 9a86fe25e1
6 changed files with 948 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# 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"
]
}
]
}
```