Compare commits

..

No commits in common. "1.1.0" and "main" have entirely different histories.
1.1.0 ... main

121 changed files with 50 additions and 580 deletions

View file

@ -1,14 +1,3 @@
## 1.1.0 (2026-09-07)
### Feat
- test dynamic layers
### Fix
- if error is a string do the same error has if it's a dict
- simplify disabled test
## 1.0.0 (2026-06-21)
### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_display"
version = "1.1.0"
version = "1.0.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output display"

View file

@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "0.2.0a19"

View file

@ -84,7 +84,11 @@ display:
{_('Find all the variables and their values in your configuration (structural and user data). Additional informations are available, such as the default value, the location where the value is loaded, etc.')}
disabled:
jinja: |-
{{{{ step.output is propertyerror or step.output != 'display' }}}}
{{% if step.output is propertyerror or step.output != 'display' %}}
true
{{% else %}}
false
{{% endif %}}
return_type: boolean
description: {_('if display is not set in "step.output"')}

View file

@ -112,8 +112,7 @@ class CommonOutput:
None, {}
).setdefault(description, []).append((msg, level))
else:
# Shoud not exist, error should always be a dict
errors_dict.setdefault(None, {}).setdefault(None, []).append((error, level))
errors_dict.setdefault(None, []).append(error)
def subconfig_to_dict(self, subconfig: "Subconfig", errors_dict: dict) -> dict:
# FIXME a tester : mandatories dans une arborescence (voir si ca n'ecrase pas)

View file

@ -1,4 +1,4 @@
> [!CAUTION]
>
> - <span style='color: -'>:stop_sign: cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data</span>
> - <span style='color: -'>:stop_sign: variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data</span>
> - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
> - variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data

View file

@ -1,4 +1,4 @@
> [!CAUTION]
>
> - <span style='color: #C23636'>:stop_sign: cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data</span>
> - <span style='color: #C23636'>:stop_sign: variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data</span>
> - cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
> - variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data

View file

@ -1,3 +1,3 @@
🛑 Caution
┣━━ 🛑 cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
┗━━ 🛑 variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data
┣━━ cannot load variable path "dynVal3.val", the identifier "Val3" is not valid in fake user data
┗━━ variable or family "dynVal3" does not exist so cannot load "dynVal3.val", it has been loading from fake user data

View file

@ -1,23 +0,0 @@
> [!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

@ -1,25 +0,0 @@
> [!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

@ -1,21 +0,0 @@
╭────────────── 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

@ -1,12 +0,0 @@
%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

@ -1,8 +0,0 @@
> [!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

@ -1,9 +0,0 @@
> [!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

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

View file

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

View file

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

View file

@ -8,5 +8,3 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family
- :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,5 +9,3 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family
- :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,7 +4,5 @@
Variables:
┣━━ 📂 the first family
┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┣━━ 📂 the second family
┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the third family with space
 ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test
┗━━ 📂 the second family
 ┗━━ 📓 var: string1 ◀ loaded from rougail-test

View file

@ -1,9 +0,0 @@
> [!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

@ -1,10 +0,0 @@
> [!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

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

View file

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

View file

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

View file

@ -9,5 +9,3 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family
- :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,5 +10,3 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family
- :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,7 +5,5 @@ Variables:
┗━━ 📂 Rougail
 ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┣━━ 📂 the second family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test

View file

@ -1,9 +0,0 @@
> [!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

@ -1,10 +0,0 @@
> [!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

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

View file

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

View file

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

View file

@ -9,5 +9,3 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family
- :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,5 +10,3 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family
- :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,7 +5,5 @@ Variables:
┗━━ 📂 Rougail
 ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┣━━ 📂 the second family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test

View file

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

View file

@ -1,9 +0,0 @@
> [!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

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

View file

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

View file

@ -8,4 +8,3 @@ Variables:
- :open_file_folder: Rougail
- :notebook: the first 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,5 +4,4 @@
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: null
 ┣━━ 📓 the second variable: null
 ┗━━ 📓 the third variable with spaces: null
 ┗━━ 📓 the second variable: null

View file

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

View file

@ -10,5 +10,3 @@ Variables:
- :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the second family
- :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,7 +5,5 @@ Variables:
┗━━ 📂 Rougail
 ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: null
 ┣━━ 📂 the second family
 ┃ ┗━━ 📓 var: null
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: null
 ┗━━ 📂 the second family
  ┗━━ 📓 var: null

View file

@ -1,9 +0,0 @@
> [!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

@ -1,10 +0,0 @@
> [!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

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

View file

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

View file

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

View file

@ -9,5 +9,3 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family
- :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,5 +10,3 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family
- :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,7 +5,5 @@ Variables:
┗━━ 📂 Rougail
 ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┣━━ 📂 the second family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test

View file

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

View file

@ -1,9 +0,0 @@
> [!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

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

View file

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

View file

@ -8,4 +8,3 @@ Variables:
- :open_file_folder: Rougail
- :notebook: the first 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,5 +4,4 @@
Variables:
┗━━ 📂 Rougail
 ┣━━ 📓 the first variable: null
 ┣━━ 📓 the second variable: null
 ┗━━ 📓 the third variable with spaces: null
 ┗━━ 📓 the second variable: null

View file

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

View file

@ -10,5 +10,3 @@ Variables:
- :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the second family
- :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,7 +5,5 @@ Variables:
┗━━ 📂 Rougail
 ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: null
 ┣━━ 📂 the second family
 ┃ ┗━━ 📓 var: null
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: null
 ┗━━ 📂 the second family
  ┗━━ 📓 var: null

View file

@ -1,9 +0,0 @@
> [!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

@ -1,10 +0,0 @@
> [!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

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

View file

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

View file

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

View file

@ -9,5 +9,3 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family
- :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,5 +10,3 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family
- :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,7 +5,5 @@ Variables:
┗━━ 📂 Rougail
 ┣━━ 📂 the first family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┣━━ 📂 the second family
 ┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the third family with space
  ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test
 ┗━━ 📂 the second family
  ┗━━ 📓 var: string1 ◀ loaded from rougail-test

View file

@ -1,8 +0,0 @@
> [!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

@ -1,9 +0,0 @@
> [!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

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

View file

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

View file

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

View file

@ -8,5 +8,3 @@ Variables:
- :notebook: var: [- string1 -] ← loaded from rougail-test
- :open_file_folder: the second family
- :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,5 +9,3 @@ Variables:
- :notebook: var: <span style="color: #006400">string1</span> ← loaded from rougail-test
- :open_file_folder: the second family
- :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,7 +4,5 @@
Variables:
┣━━ 📂 the first family
┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┣━━ 📂 the second family
┃ ┗━━ 📓 var: string1 ◀ loaded from rougail-test
┗━━ 📂 the third family with space
 ┗━━ 📓 A variable: string1 ◀ loaded from rougail-test
┗━━ 📂 the second family
 ┗━━ 📓 var: string1 ◀ loaded from rougail-test

View file

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

View file

@ -1,8 +0,0 @@
> [!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

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

View file

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

View file

@ -7,4 +7,3 @@
Variables:
- :notebook: the first 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,5 +3,4 @@
╰────────────────────────╯
Variables:
┣━━ 📓 the first variable: null
┣━━ 📓 the second variable: null
┗━━ 📓 the third variable with spaces: null
┗━━ 📓 the second variable: null

View file

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

View file

@ -9,5 +9,3 @@ Variables:
- :notebook: var: <span style="color: #B8860B">null</span>
- :open_file_folder: the second family
- :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,7 +4,5 @@
Variables:
┣━━ 📂 the first family
┃ ┗━━ 📓 var: null
┣━━ 📂 the second family
┃ ┗━━ 📓 var: null
┗━━ 📂 the third family with space
 ┗━━ 📓 A variable: null
┗━━ 📂 the second family
 ┗━━ 📓 var: null

View file

@ -1,8 +0,0 @@
> [!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

@ -1,9 +0,0 @@
> [!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

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

View file

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

View file

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

View file

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

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