From f14a940af0381039362c272067d68f7cc97fce76 Mon Sep 17 00:00:00 2001 From: Mirwaisse Djanbaz Date: Mon, 23 Nov 2020 14:45:38 +0100 Subject: [PATCH] Wrong word (in Promoted attributes) --- Promoted attributes.md => Promoted-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Promoted attributes.md => Promoted-attributes.md (89%) diff --git a/Promoted attributes.md b/Promoted-attributes.md similarity index 89% rename from Promoted attributes.md rename to Promoted-attributes.md index b9e19b1..5988e10 100644 --- a/Promoted attributes.md +++ b/Promoted-attributes.md @@ -18,7 +18,7 @@ Attribute is always name-value pair where both name and value are strings. In the above picture you can see two labels - tag and todoDate with some values. But below them you can notice again tag and todoDate attributes, but now of type "Label definition". These "definition" attributes define how the "value" attributes should behave. -So there's one attribute for value and one for attribute. But notice how definition attribute is [[Inheritable|Attribute inheritance]], meaning that it's also applied to all descendant note. So in a way, this definition is used for the whole subtree while "value" attributes are applied only for this note. +So there's one attribute for value and one for definition. But notice how definition attribute is [[Inheritable|Attribute inheritance]], meaning that it's also applied to all descendant note. So in a way, this definition is used for the whole subtree while "value" attributes are applied only for this note. ### Inverse relation