Maybe you can help provide some ideas on how I can achieve my goal in Dendron. (If not, no problem.) Here's what I'm trying to do:
I have a vault with notes such as test.a, test.b. test.c. The subnotes a, b, and c, each have about about 10-20 sections/subsections. The header for each section is the name of an issue associated with a, b, and c respectively, and the content of each section is the detailed documentation of the issue. The "test" note is to contain a a status summary of the testing being performed, which includes a list of the issues found so far -- essentially, a list of the headers on a, b, and c. Currently, I've resorted to manually "referring" each header of each note into "test" in a list. But, I was hoping to do something like
![[test.a#^TOC]]
to avoid not only the manual entries, but also the upkeep of the links as the work progresses. Can you think of any ways I could lay out my documentation to leverage existing Dendron features to accomplish this better? Thanks for any thoughts or feedback.