I am looking to make a table of contents that may contain a structure as follows:
- Topic 1
- Overview
- Content A
- Content B
- Content C
- Topic 2
- Overview
- Content D
- Content E
- Content F
1) I would like to manually sort these in a specific order, and by this I mean not alphabetical order (ex: sort[title])
2) If possible, I would like to be able to contain more than one Overview tiddler but have them be unique to the Topic in which they're contained.
Im trying to avoid having to do redundant titles like:
- Topic 1
- Overview - Topic 1
- Content A
- Content B
- Content C