It may be that a TBX has notes that need to be exported but whose content is only ever used as an include to another note. How to stop the source note being exported as a note in its own right (and creating a containing folder, etc.)?
To achieve this, the note needs to be inside a container - i.e. not at root level. The container should be set to not export its children. So, do either of:
- Set $HTMLExportChildren to
false
- On the HTML view, un-tick the second box in the top left corner.
If the include note's container is literally that - i.e. it exists simply to hold the includes - then set the container not to export by doing either of:
- Set $HTMLDontExport to
true
- On the HTML view, un-tick the top box in the top left corner.
As a side issue, do remember that any Tinderbox links going into an included note are not exported.