feat: test dynamic layers

This commit is contained in:
egarette@silique.fr 2026-08-19 17:55:28 +02:00
parent f6a65f6243
commit 50c7a61335
113 changed files with 558 additions and 36 deletions

View file

@ -0,0 +1,23 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
> [!note] Layers:
>
> - name1
> - name2
> - name3
> - name4
Variables:
- :notebook: dynamics (a dynamics variable):
- [- metaconfig2 -] (:hourglass_flowing_sand: metaconfig2 :hourglass_flowing_sand: metaconfig2)
- [- metaconfig1 -] (:hourglass_flowing_sand: metaconfig1)
- [- config -]
- :open_file_folder: dynmetaconfig2
- :notebook: a_variable (my variable only to test): [- a modified value -] ← loaded from source1 (:hourglass_flowing_sand: a value)
- :open_file_folder: dynmetaconfig1
- :notebook: a_variable (my variable only to test): [- a modified value -] ← loaded from source2
- :open_file_folder: dynconfig
- :notebook: a_variable (my variable only to test): [- a modified value -] ← loaded from source3

View file

@ -0,0 +1,25 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
> [!NOTE]
>
> **Layers:**
> - name1
> - name2
> - name3
> - name4
Variables:
- :notebook: dynamics (a dynamics variable):
- <span style="color: #006400">metaconfig2</span> (:hourglass_flowing_sand: metaconfig2 :hourglass_flowing_sand: metaconfig2)
- <span style="color: #006400">metaconfig1</span> (:hourglass_flowing_sand: metaconfig1)
- <span style="color: #006400">config</span>
- :open_file_folder: dynmetaconfig2
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← loaded from source1 (:hourglass_flowing_sand: a value)
- :open_file_folder: dynmetaconfig1
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← loaded from source2
- :open_file_folder: dynconfig
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← loaded from source3

View file

@ -0,0 +1,21 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
╭─ Layers ─╮
│ • name1 │
│ • name2 │
│ • name3 │
│ • name4 │
╰──────────╯
Variables:
┣━━ 📓 dynamics (a dynamics variable):
┃ ┣━━ metaconfig2 (⏳ metaconfig2 ⏳ metaconfig2)
┃ ┣━━ metaconfig1 (⏳ metaconfig1)
┃ ┗━━ config
┣━━ 📂 dynmetaconfig2
┃ ┗━━ 📓 a_variable (my variable only to test): a modified value ◀ loaded from source1 (⏳ a value)
┣━━ 📂 dynmetaconfig1
┃ ┗━━ 📓 a_variable (my variable only to test): a modified value ◀ loaded from source2
┗━━ 📂 dynconfig
 ┗━━ 📓 a_variable (my variable only to test): a modified value ◀ loaded from source3

View file

@ -0,0 +1,12 @@
%YAML 1.2
---
version: 1.1
dynamics: [] # a dynamics variable
dyn{{ identifier }}:
dynamic:
variable: _.dynamics
a_variable: a value # my variable only to test
...

View file

@ -0,0 +1,8 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,9 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,6 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📓 a first variable: string1 ◀ loaded from rougail-test (⏳ My%Val;ue$#!1su:)

View file

@ -6,3 +6,4 @@
Variables: Variables:
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable with spaces: [- string1 -] ← loaded from rougail-test

View file

@ -7,3 +7,4 @@
Variables: Variables:
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the third variable with spaces: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -3,4 +3,5 @@
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test
┗━━ 📓 the second variable: string1 ◀ loaded from rougail-test ┣━━ 📓 the second variable: string1 ◀ loaded from rougail-test
┗━━ 📓 the third variable with spaces: string1 ◀ loaded from rougail-test

View file

@ -8,3 +8,5 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: [- string1 -] ← loaded from rougail-test

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -4,5 +4,7 @@
Variables: Variables:
┣━━ 📂 the first family ┣━━ 📂 the first family
┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the second family ┣━━ 📂 the second family
 ┗━━ 📓 var: string1 ◀ loaded from rougail-test ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the third family with space
 ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test

View file

@ -0,0 +1,9 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,10 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,7 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a first variable: string1 ◀ loaded from rougail-test (⏳ My%Val;ue$#!1su:)

View file

@ -7,3 +7,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable with spaces: [- string1 -] ← loaded from rougail-test

View file

@ -8,3 +8,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the third variable with spaces: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -4,4 +4,5 @@
Variables: Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the second variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the second variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the third variable with spaces: string1 ◀ loaded from rougail-test

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: [- string1 -] ← loaded from rougail-test

View file

@ -10,3 +10,5 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -5,5 +5,7 @@ Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📂 the first family  ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family  ┣━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test

View file

@ -0,0 +1,9 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,10 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,7 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a first variable: string1 ◀ loaded from rougail-test (⏳ My%Val;ue$#!1su:)

View file

@ -7,3 +7,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable with spaces: [- string1 -] ← loaded from rougail-test

View file

@ -8,3 +8,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the third variable with spaces: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -4,4 +4,5 @@
Variables: Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the second variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the second variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the third variable with spaces: string1 ◀ loaded from rougail-test

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: [- string1 -] ← loaded from rougail-test

View file

@ -10,3 +10,5 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -5,5 +5,7 @@ Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📂 the first family  ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family  ┣━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test

View file

@ -0,0 +1,8 @@
> [!note] Caption:
>
> - Variable
> - [+ Default value +]
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: [+ My%Val;ue$#!1su: +]

View file

@ -0,0 +1,9 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #B8860B">Default value</span>
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: <span style="color: #B8860B">My%Val;ue$#!1su:</span>

View file

@ -0,0 +1,6 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a first variable: My%Val;ue$#!1su:

View file

@ -7,3 +7,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: [+ null +] - :notebook: the first variable: [+ null +]
- :notebook: the second variable: [+ null +] - :notebook: the second variable: [+ null +]
- :notebook: the third variable with spaces: [+ null +]

View file

@ -8,3 +8,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: <span style="color: #B8860B">null</span> - :notebook: the first variable: <span style="color: #B8860B">null</span>
- :notebook: the second variable: <span style="color: #B8860B">null</span> - :notebook: the second variable: <span style="color: #B8860B">null</span>
- :notebook: the third variable with spaces: <span style="color: #B8860B">null</span>

View file

@ -4,4 +4,5 @@
Variables: Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: null  ┣━━ 📓 the first variable: null
 ┗━━ 📓 the second variable: null  ┣━━ 📓 the second variable: null
 ┗━━ 📓 the third variable with spaces: null

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: [+ null +] - :notebook: var: [+ null +]
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [+ null +] - :notebook: var: [+ null +]
- :open_file_folder: the third family with space
- :notebook: A variable: [+ null +]

View file

@ -10,3 +10,5 @@ Variables:
- :notebook: var: <span style="color: #B8860B">null</span> - :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #B8860B">null</span> - :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #B8860B">null</span>

View file

@ -5,5 +5,7 @@ Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📂 the first family  ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: null  ┃ ┗━━ 📓 var: null
 ┗━━ 📂 the second family  ┣━━ 📂 the second family
  ┗━━ 📓 var: null  ┃ ┗━━ 📓 var: null
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: null

View file

@ -0,0 +1,9 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,10 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,7 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a first variable: string1 ◀ loaded from rougail-test (⏳ My%Val;ue$#!1su:)

View file

@ -7,3 +7,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable with spaces: [- string1 -] ← loaded from rougail-test

View file

@ -8,3 +8,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the third variable with spaces: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -4,4 +4,5 @@
Variables: Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the second variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the second variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the third variable with spaces: string1 ◀ loaded from rougail-test

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: [- string1 -] ← loaded from rougail-test

View file

@ -10,3 +10,5 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -5,5 +5,7 @@ Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📂 the first family  ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family  ┣━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test

View file

@ -0,0 +1,8 @@
> [!note] Caption:
>
> - Variable
> - [+ Default value +]
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: [+ My%Val;ue$#!1su: +]

View file

@ -0,0 +1,9 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #B8860B">Default value</span>
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: <span style="color: #B8860B">My%Val;ue$#!1su:</span>

View file

@ -0,0 +1,6 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a first variable: My%Val;ue$#!1su:

View file

@ -7,3 +7,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: [+ null +] - :notebook: the first variable: [+ null +]
- :notebook: the second variable: [+ null +] - :notebook: the second variable: [+ null +]
- :notebook: the third variable with spaces: [+ null +]

View file

@ -8,3 +8,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: <span style="color: #B8860B">null</span> - :notebook: the first variable: <span style="color: #B8860B">null</span>
- :notebook: the second variable: <span style="color: #B8860B">null</span> - :notebook: the second variable: <span style="color: #B8860B">null</span>
- :notebook: the third variable with spaces: <span style="color: #B8860B">null</span>

View file

@ -4,4 +4,5 @@
Variables: Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: null  ┣━━ 📓 the first variable: null
 ┗━━ 📓 the second variable: null  ┣━━ 📓 the second variable: null
 ┗━━ 📓 the third variable with spaces: null

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: [+ null +] - :notebook: var: [+ null +]
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [+ null +] - :notebook: var: [+ null +]
- :open_file_folder: the third family with space
- :notebook: A variable: [+ null +]

View file

@ -10,3 +10,5 @@ Variables:
- :notebook: var: <span style="color: #B8860B">null</span> - :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #B8860B">null</span> - :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #B8860B">null</span>

View file

@ -5,5 +5,7 @@ Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📂 the first family  ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: null  ┃ ┗━━ 📓 var: null
 ┗━━ 📂 the second family  ┣━━ 📂 the second family
  ┗━━ 📓 var: null  ┃ ┗━━ 📓 var: null
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: null

View file

@ -0,0 +1,9 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,10 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :open_file_folder: Rougail
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,7 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📂 Rougail
 ┗━━ 📓 a first variable: string1 ◀ loaded from rougail-test (⏳ My%Val;ue$#!1su:)

View file

@ -7,3 +7,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable with spaces: [- string1 -] ← loaded from rougail-test

View file

@ -8,3 +8,4 @@ Variables:
- :open_file_folder: Rougail - :open_file_folder: Rougail
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the third variable with spaces: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -4,4 +4,5 @@
Variables: Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the second variable: string1 ◀ loaded from rougail-test  ┣━━ 📓 the second variable: string1 ◀ loaded from rougail-test
 ┗━━ 📓 the third variable with spaces: string1 ◀ loaded from rougail-test

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: [- string1 -] ← loaded from rougail-test

View file

@ -10,3 +10,5 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -5,5 +5,7 @@ Variables:
┗━━ 📂 Rougail ┗━━ 📂 Rougail
 ┣━━ 📂 the first family  ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family  ┣━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test  ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test

View file

@ -0,0 +1,8 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,9 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,6 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📓 a first variable: string1 ◀ loaded from rougail-test (⏳ My%Val;ue$#!1su:)

View file

@ -6,3 +6,4 @@
Variables: Variables:
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable with spaces: [- string1 -] ← loaded from rougail-test

View file

@ -7,3 +7,4 @@
Variables: Variables:
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the third variable with spaces: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -3,4 +3,5 @@
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test
┗━━ 📓 the second variable: string1 ◀ loaded from rougail-test ┣━━ 📓 the second variable: string1 ◀ loaded from rougail-test
┗━━ 📓 the third variable with spaces: string1 ◀ loaded from rougail-test

View file

@ -8,3 +8,5 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: [- string1 -] ← loaded from rougail-test

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -4,5 +4,7 @@
Variables: Variables:
┣━━ 📂 the first family ┣━━ 📂 the first family
┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the second family ┣━━ 📂 the second family
 ┗━━ 📓 var: string1 ◀ loaded from rougail-test ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the third family with space
 ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test

View file

@ -0,0 +1,7 @@
> [!note] Caption:
>
> - Variable
> - [+ Default value +]
Variables:
- :notebook: a first variable: [+ My%Val;ue$#!1su: +]

View file

@ -0,0 +1,8 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #B8860B">Default value</span>
Variables:
- :notebook: a first variable: <span style="color: #B8860B">My%Val;ue$#!1su:</span>

View file

@ -0,0 +1,5 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📓 a first variable: My%Val;ue$#!1su:

View file

@ -6,3 +6,4 @@
Variables: Variables:
- :notebook: the first variable: [+ null +] - :notebook: the first variable: [+ null +]
- :notebook: the second variable: [+ null +] - :notebook: the second variable: [+ null +]
- :notebook: the third variable with spaces: [+ null +]

View file

@ -7,3 +7,4 @@
Variables: Variables:
- :notebook: the first variable: <span style="color: #B8860B">null</span> - :notebook: the first variable: <span style="color: #B8860B">null</span>
- :notebook: the second variable: <span style="color: #B8860B">null</span> - :notebook: the second variable: <span style="color: #B8860B">null</span>
- :notebook: the third variable with spaces: <span style="color: #B8860B">null</span>

View file

@ -3,4 +3,5 @@
╰────────────────────────╯ ╰────────────────────────╯
Variables: Variables:
┣━━ 📓 the first variable: null ┣━━ 📓 the first variable: null
┗━━ 📓 the second variable: null ┣━━ 📓 the second variable: null
┗━━ 📓 the third variable with spaces: null

View file

@ -8,3 +8,5 @@ Variables:
- :notebook: var: [+ null +] - :notebook: var: [+ null +]
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [+ null +] - :notebook: var: [+ null +]
- :open_file_folder: the third family with space
- :notebook: A variable: [+ null +]

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: <span style="color: #B8860B">null</span> - :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #B8860B">null</span> - :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #B8860B">null</span>

View file

@ -4,5 +4,7 @@
Variables: Variables:
┣━━ 📂 the first family ┣━━ 📂 the first family
┃ ┗━━ 📓 var: null ┃ ┗━━ 📓 var: null
┗━━ 📂 the second family ┣━━ 📂 the second family
 ┗━━ 📓 var: null ┃ ┗━━ 📓 var: null
┗━━ 📂 the third family with space
 ┗━━ 📓 A variable: null

View file

@ -0,0 +1,8 @@
> [!note] Caption:
>
> - Variable
> - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,9 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: a first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test (:hourglass_flowing_sand: My%Val;ue$#!1su:)

View file

@ -0,0 +1,6 @@
╭────────────── Caption ───────────────╮
│ Variable Modified value │
(⏳ Original default value)
╰──────────────────────────────────────╯
Variables:
┗━━ 📓 a first variable: string1 ◀ loaded from rougail-test (⏳ My%Val;ue$#!1su:)

View file

@ -6,3 +6,4 @@
Variables: Variables:
- :notebook: the first variable: [- string1 -] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [- string1 -] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable with spaces: [- string1 -] ← loaded from rougail-test

View file

@ -7,3 +7,4 @@
Variables: Variables:
- :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the first variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: the second variable: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :notebook: the third variable with spaces: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -3,4 +3,5 @@
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test ┣━━ 📓 the first variable: string1 ◀ loaded from rougail-test
┗━━ 📓 the second variable: string1 ◀ loaded from rougail-test ┣━━ 📓 the second variable: string1 ◀ loaded from rougail-test
┗━━ 📓 the third variable with spaces: string1 ◀ loaded from rougail-test

View file

@ -8,3 +8,5 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: [- string1 -] ← loaded from rougail-test - :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: [- string1 -] ← loaded from rougail-test

View file

@ -9,3 +9,5 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family - :open_file_folder: the second family
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test - :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the third family with space
- :notebook: A variable: <span style="color: #006400">string1</span> ← loaded from rougail-test

View file

@ -4,5 +4,7 @@
Variables: Variables:
┣━━ 📂 the first family ┣━━ 📂 the first family
┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the second family ┣━━ 📂 the second family
 ┗━━ 📓 var: string1 ◀ loaded from rougail-test ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the third family with space
 ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test

View file

@ -0,0 +1,7 @@
> [!note] Caption:
>
> - Variable
> - [+ Default value +]
Variables:
- :notebook: a first variable: [+ My%Val;ue$#!1su: +]

View file

@ -0,0 +1,8 @@
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #B8860B">Default value</span>
Variables:
- :notebook: a first variable: <span style="color: #B8860B">My%Val;ue$#!1su:</span>

View file

@ -0,0 +1,5 @@
╭─────── Caption ────────╮
│ Variable Default value │
╰────────────────────────╯
Variables:
┗━━ 📓 a first variable: My%Val;ue$#!1su:

View file

@ -6,3 +6,4 @@
Variables: Variables:
- :notebook: the first variable: [+ null +] - :notebook: the first variable: [+ null +]
- :notebook: the second variable: [+ null +] - :notebook: the second variable: [+ null +]
- :notebook: the third variable with spaces: [+ null +]

View file

@ -7,3 +7,4 @@
Variables: Variables:
- :notebook: the first variable: <span style="color: #B8860B">null</span> - :notebook: the first variable: <span style="color: #B8860B">null</span>
- :notebook: the second variable: <span style="color: #B8860B">null</span> - :notebook: the second variable: <span style="color: #B8860B">null</span>
- :notebook: the third variable with spaces: <span style="color: #B8860B">null</span>

View file

@ -3,4 +3,5 @@
╰────────────────────────╯ ╰────────────────────────╯
Variables: Variables:
┣━━ 📓 the first variable: null ┣━━ 📓 the first variable: null
┗━━ 📓 the second variable: null ┣━━ 📓 the second variable: null
┗━━ 📓 the third variable with spaces: null

Some files were not shown because too many files have changed in this diff Show more