It's not something critical but this has been bugging me for a while now.
Let's say you export Mori entries into other formats, say 'txt'.
In Mori, I have a folder-type entry called 'parent' and under that folder I have sub-entries called 'child1', 'child2'.
It looks like, in the pane,
(parent)
--- (child1)
--- (child2)
Of course, (parent) is used as a folder, so it does not contain any text. (child1) and (child2) contain text.
If you export this, you get a folder named 'parent' and inside this folder you have three txt files. 'parent', 'child1', 'child2'
parent.txt is empty, and child1.txt and child2.txt contain texts. Clearly, you don't need parent.txt here.
I see why this is the way it is, though. If 'parent' entry in Mori contains some text (even though it is of folder type), this must be exported in some way. But creating a sub-entry with the same name of the folder entry only confuses its user.
I'd recommend :
1. If a folder entry does not contain text, DO NOT create an empty file.
2. If a folder entry contains text, create sub-entry with some altered name to distinguish from its contents,
in this case, something like : _parent.txt or _parent_.txt
Looking forward to the next patch! Thanks!