From ff9120c3fd084992294ab5828f2311de03d65d68 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 11 Apr 2021 21:28:20 +0200 Subject: [PATCH] Updated Template (markdown) --- Template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Template.md b/Template.md index 8a5021b..5c0cb8a 100644 --- a/Template.md +++ b/Template.md @@ -3,6 +3,7 @@ Template is a note which serves as a kind of "template" for other kind of notes Assignment of a template relation to a note brings these three effects: * all attributes from the template note are [[inherited|attribute inheritance]] to the instance notes + * note that even attributes with `isInheritable=false` are inherited to the instance notes, but only inheritable attributes are then inherited to the children of instance notes * note content is copied from the template note to the instance note (if the instance note content is empty at the time of template attribute assignment) * all template's children notes are deep-duplicated to the instance note