notea-org / notea

📒 Self hosted note taking app stored on S3
2.08k stars 383 forks source link

Export/import notes in folder structure to keep the organization Notea provides #85

Open themedleb opened 3 years ago

themedleb commented 3 years ago

I think this project needs the ability to export/import notes in folder structure, to keep the consistency of the organization that Notea provides (Notes inside a note ...) when we are exporting and importing .md files.

Example: Let's say we have NoteA and inside it we created NoteB, NoteC, NoteD, ... We can export them like NoteA.md alongside a folder named NoteA and inside that folder we can find NoteB.md, NoteC.md, NoteD.md, ...

Something like this:

image

Should be exported like this:

image

And the same thing should happen when importing .md files when organized in folder structure.

I hope this make sense.