med-notes/README.md

247 B

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"
      ]
    }
  ]
}