I've been reading https://wiki.dendron.so/notes/f1...
# questions
i
I've been reading https://wiki.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c/ and is it possible to use Dendron to insert headers in order across different MD files from one MD file? Let's say I have a template in *(template.md) (header 1, header 2, header 3) * And *(doc1.md) * and *(doc2.md) * both of which have *(header 1, content1, header 2, content2, header 3, content3) *. Dendron already lets me change *(header 2) * in (template.md) *to (title 2) * and have this reflect in all md files so: (header 1, content1, title 2, content2, header 3, content3). But what I can't find is: The ability to insert in (template.md) (header 1, header 2, header 2.5, header 3) and have this reflect across doc.1 and doc.2 such that they now have (header 1, content1, header 2, content2, header 2.5, content 2.5, header 3, content3). Does Dendron have this capability and if not, does anyone know something that does? It would be nice to be able to do something like this, also delete headers, content from one file so I can manage the structure of our team docs in one place.