How to insert void nodes?

Hello,

I would like to know what strategy I could use to insert void nodes, ie nodes that cannot be deleted. I want to create a textual document where the user would only modifiy parts of it.

You could create a transaction filter that stops transactions that touch the uneditable parts of your document.