pyegeria 5.4.0.33__py3-none-any.whl → 5.4.0.35__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. commands/.DS_Store +0 -0
  2. commands/cat/.DS_Store +0 -0
  3. commands/cat/.env +8 -0
  4. commands/cat/debug_log.2025-08-26_20-04-40_905576.log.zip +0 -0
  5. commands/cat/debug_log.2025-08-27_20-09-41_795022.log.zip +0 -0
  6. commands/cat/debug_log.log +898 -0
  7. commands/cat/list_format_set.py +4 -1
  8. commands/cat/logs/pyegeria.log +90 -0
  9. commands/cli/debug_log.log +0 -0
  10. commands/doc/.DS_Store +0 -0
  11. commands/ops/logs/pyegeria.log +0 -0
  12. md_processing/.DS_Store +0 -0
  13. md_processing/.idea/.gitignore +8 -0
  14. md_processing/.idea/inspectionProfiles/Project_Default.xml +59 -0
  15. md_processing/.idea/md_processing.iml +15 -0
  16. md_processing/.idea/modules.xml +8 -0
  17. md_processing/.idea/sonarlint/issuestore/index.pb +0 -0
  18. md_processing/.idea/sonarlint/securityhotspotstore/index.pb +0 -0
  19. md_processing/.idea/vcs.xml +6 -0
  20. md_processing/.idea/workspace.xml +107 -0
  21. md_processing/__init__.py +3 -2
  22. md_processing/data/commands.json +11496 -10345
  23. md_processing/dr_egeria.py +14 -6
  24. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  25. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  26. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  27. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  28. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  29. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  30. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  31. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  32. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  33. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  34. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  35. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  36. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  37. md_processing/dr_egeria_inbox/collections.md +39 -0
  38. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  39. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  40. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  41. md_processing/dr_egeria_inbox/data_field.md +54 -0
  42. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  43. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  44. md_processing/dr_egeria_inbox/data_test.md +179 -0
  45. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  46. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  47. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  48. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  49. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  50. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +318 -0
  51. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  52. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  53. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  54. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  55. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  56. md_processing/dr_egeria_inbox/glossary_test1.md +363 -0
  57. md_processing/dr_egeria_inbox/gov_def.md +482 -0
  58. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  59. md_processing/dr_egeria_inbox/img.png +0 -0
  60. md_processing/dr_egeria_inbox/output_tests.md +103 -0
  61. md_processing/dr_egeria_inbox/product.md +211 -0
  62. md_processing/dr_egeria_inbox/rel.md +8 -0
  63. md_processing/dr_egeria_inbox/sb.md +119 -0
  64. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  65. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  66. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  67. md_processing/dr_egeria_inbox/t2.md +268 -0
  68. md_processing/dr_egeria_outbox/.DS_Store +0 -0
  69. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  70. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  71. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +7 -0
  72. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +33 -0
  73. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/main.js +5164 -0
  74. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/manifest.json +10 -0
  75. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/styles.css +624 -0
  76. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  77. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  78. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  79. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  80. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  81. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  82. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  83. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  84. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  85. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  86. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/data.json +38 -0
  87. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  88. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  89. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  90. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  91. md_processing/dr_egeria_outbox/.obsidian/workspace.json +270 -0
  92. md_processing/dr_egeria_outbox/Button Test.md +11 -0
  93. md_processing/dr_egeria_outbox/Scripts/.DS_Store +0 -0
  94. md_processing/dr_egeria_outbox/Scripts/sendRest.js +24 -0
  95. md_processing/dr_egeria_outbox/Templates/sendToApi.md.md +17 -0
  96. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  98. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  99. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  100. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  101. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  102. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  103. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  104. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  105. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  106. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  107. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  108. md_processing/md_commands/glossary_commands.py +2 -2
  109. md_processing/md_commands/old_project_commands.py +164 -0
  110. md_processing/md_commands/product_manager_commands.py +5 -5
  111. md_processing/md_commands/project_commands.py +368 -134
  112. md_processing/md_processing_utils/common_md_proc_utils.py +1 -0
  113. md_processing/md_processing_utils/common_md_utils.py +13 -1
  114. md_processing/md_processing_utils/debug_log +3 -574
  115. md_processing/md_processing_utils/debug_log.log +0 -0
  116. md_processing/md_processing_utils/determine_width.py +103 -0
  117. md_processing/md_processing_utils/generate_dr_help.py +44 -18
  118. md_processing/md_processing_utils/logs/pyegeria.log +56 -0
  119. md_processing/md_processing_utils/md_processing_constants.py +37 -4
  120. pyegeria/.DS_Store +0 -0
  121. pyegeria/_client_new.py +2 -2
  122. pyegeria/_output_formats.py +38 -10
  123. pyegeria/glossary_manager.py +0 -2
  124. pyegeria/output_formatter.py +9 -8
  125. pyegeria/project_manager.py +541 -420
  126. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/METADATA +2 -1
  127. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/RECORD +130 -25
  128. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +0 -163
  129. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +0 -474
  130. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +0 -2065
  131. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/LICENSE +0 -0
  132. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/WHEEL +0 -0
  133. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,11 @@
1
+ {
2
+ "id": "templater-obsidian",
3
+ "name": "Templater",
4
+ "version": "2.13.1",
5
+ "description": "Create and use templates",
6
+ "minAppVersion": "1.5.0",
7
+ "author": "SilentVoid",
8
+ "authorUrl": "https://github.com/SilentVoid13",
9
+ "helpUrl": "https://silentvoid13.github.io/Templater/",
10
+ "isDesktopOnly": false
11
+ }
@@ -0,0 +1,220 @@
1
+ .templater_search {
2
+ width: calc(100% - 20px);
3
+ }
4
+
5
+ .templater_div {
6
+ border-top: 1px solid var(--background-modifier-border);
7
+ }
8
+
9
+ .templater_div > .setting-item {
10
+ border-top: none !important;
11
+ align-self: center;
12
+ }
13
+
14
+ .templater_div > .setting-item > .setting-item-control {
15
+ justify-content: space-around;
16
+ padding: 0;
17
+ width: 100%;
18
+ }
19
+
20
+ .templater_div
21
+ > .setting-item
22
+ > .setting-item-control
23
+ > .setting-editor-extra-setting-button {
24
+ align-self: center;
25
+ }
26
+
27
+ .templater_donating {
28
+ margin: 10px;
29
+ }
30
+
31
+ .templater_title {
32
+ margin: 0;
33
+ padding: 0;
34
+ margin-top: 5px;
35
+ text-align: center;
36
+ }
37
+
38
+ .templater_template {
39
+ align-self: center;
40
+ margin-left: 5px;
41
+ margin-right: 5px;
42
+ width: 70%;
43
+ }
44
+
45
+ .templater_cmd {
46
+ margin-left: 5px;
47
+ margin-right: 5px;
48
+ font-size: 14px;
49
+ width: 100%;
50
+ }
51
+
52
+ .templater_div2 > .setting-item {
53
+ align-content: center;
54
+ justify-content: center;
55
+ }
56
+
57
+ .templater-prompt-div {
58
+ display: flex;
59
+ }
60
+
61
+ .templater-prompt-form {
62
+ display: flex;
63
+ flex-grow: 1;
64
+ }
65
+
66
+ .templater-prompt-input {
67
+ flex-grow: 1;
68
+ }
69
+
70
+ .templater-button-div {
71
+ display: flex;
72
+ flex-direction: column;
73
+ align-items: center;
74
+ margin-top: 1rem;
75
+ }
76
+
77
+ textarea.templater-prompt-input {
78
+ height: 10rem;
79
+ }
80
+
81
+ textarea.templater-prompt-input:focus {
82
+ border-color: var(--interactive-accent);
83
+ }
84
+
85
+ .cm-s-obsidian .templater-command-bg {
86
+ left: 0px;
87
+ right: 0px;
88
+ background-color: var(--background-primary-alt);
89
+ }
90
+
91
+ .cm-s-obsidian .cm-templater-command {
92
+ font-size: 0.85em;
93
+ font-family: var(--font-monospace);
94
+ line-height: 1.3;
95
+ }
96
+
97
+ .cm-s-obsidian .templater-inline .cm-templater-command {
98
+ background-color: var(--background-primary-alt);
99
+ }
100
+
101
+ .cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
102
+ font-weight: bold;
103
+ }
104
+
105
+ .cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
106
+ font-weight: bold;
107
+ }
108
+
109
+ .cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
110
+ color: var(--code-property, #008bff);
111
+ }
112
+
113
+ .cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
114
+ color: var(--code-function, #c0d700);
115
+ }
116
+
117
+ .cm-s-obsidian .cm-templater-command.cm-keyword {
118
+ color: var(--code-keyword, #00a7aa);
119
+ font-weight: normal;
120
+ }
121
+
122
+ .cm-s-obsidian .cm-templater-command.cm-atom {
123
+ color: var(--code-normal, #f39b35);
124
+ }
125
+
126
+ .cm-s-obsidian .cm-templater-command.cm-value,
127
+ .cm-s-obsidian .cm-templater-command.cm-number,
128
+ .cm-s-obsidian .cm-templater-command.cm-type {
129
+ color: var(--code-value, #a06fca);
130
+ }
131
+
132
+ .cm-s-obsidian .cm-templater-command.cm-def,
133
+ .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
134
+ color: var(--code-normal, var(--text-normal));
135
+ }
136
+
137
+ .cm-s-obsidian .cm-templater-command.cm-property,
138
+ .cm-s-obsidian .cm-templater-command.cm-property.cm-def,
139
+ .cm-s-obsidian .cm-templater-command.cm-attribute {
140
+ color: var(--code-function, #98e342);
141
+ }
142
+
143
+ .cm-s-obsidian .cm-templater-command.cm-variable,
144
+ .cm-s-obsidian .cm-templater-command.cm-variable-2,
145
+ .cm-s-obsidian .cm-templater-command.cm-variable-3,
146
+ .cm-s-obsidian .cm-templater-command.cm-meta {
147
+ color: var(--code-property, #d4d4d4);
148
+ }
149
+
150
+ .cm-s-obsidian .cm-templater-command.cm-callee,
151
+ .cm-s-obsidian .cm-templater-command.cm-operator,
152
+ .cm-s-obsidian .cm-templater-command.cm-qualifier,
153
+ .cm-s-obsidian .cm-templater-command.cm-builtin {
154
+ color: var(--code-operator, #fc4384);
155
+ }
156
+
157
+ .cm-s-obsidian .cm-templater-command.cm-tag {
158
+ color: var(--code-tag, #fc4384);
159
+ }
160
+
161
+ .cm-s-obsidian .cm-templater-command.cm-comment,
162
+ .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
163
+ .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
164
+ color: var(--code-comment, #696d70);
165
+ }
166
+
167
+ .cm-s-obsidian .cm-templater-command.cm-string,
168
+ .cm-s-obsidian .cm-templater-command.cm-string-2 {
169
+ color: var(--code-string, #e6db74);
170
+ }
171
+
172
+ .cm-s-obsidian .cm-templater-command.cm-header,
173
+ .cm-s-obsidian .cm-templater-command.cm-hr {
174
+ color: var(--code-keyword, #da7dae);
175
+ }
176
+
177
+ .cm-s-obsidian .cm-templater-command.cm-link {
178
+ color: var(--code-normal, #696d70);
179
+ }
180
+
181
+ .cm-s-obsidian .cm-templater-command.cm-error {
182
+ border-bottom: 1px solid #c42412;
183
+ }
184
+
185
+ .CodeMirror-hints {
186
+ position: absolute;
187
+ z-index: 10;
188
+ overflow: hidden;
189
+ list-style: none;
190
+
191
+ margin: 0;
192
+ padding: 2px;
193
+
194
+ -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
195
+ -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
196
+ box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
197
+ border-radius: 3px;
198
+ border: 1px solid silver;
199
+
200
+ background: white;
201
+ font-size: 90%;
202
+ font-family: monospace;
203
+
204
+ max-height: 20em;
205
+ overflow-y: auto;
206
+ }
207
+
208
+ .CodeMirror-hint {
209
+ margin: 0;
210
+ padding: 0 4px;
211
+ border-radius: 2px;
212
+ white-space: pre;
213
+ color: black;
214
+ cursor: pointer;
215
+ }
216
+
217
+ li.CodeMirror-hint-active {
218
+ background: #08f;
219
+ color: white;
220
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "types": {
3
+ "aliases": "aliases",
4
+ "cssclasses": "multitext",
5
+ "tags": "tags",
6
+ "TQ_explain": "checkbox",
7
+ "TQ_extra_instructions": "text",
8
+ "TQ_short_mode": "checkbox",
9
+ "TQ_show_backlink": "checkbox",
10
+ "TQ_show_cancelled_date": "checkbox",
11
+ "TQ_show_created_date": "checkbox",
12
+ "TQ_show_depends_on": "checkbox",
13
+ "TQ_show_done_date": "checkbox",
14
+ "TQ_show_due_date": "checkbox",
15
+ "TQ_show_edit_button": "checkbox",
16
+ "TQ_show_id": "checkbox",
17
+ "TQ_show_on_completion": "checkbox",
18
+ "TQ_show_postpone_button": "checkbox",
19
+ "TQ_show_priority": "checkbox",
20
+ "TQ_show_recurrence_rule": "checkbox",
21
+ "TQ_show_scheduled_date": "checkbox",
22
+ "TQ_show_start_date": "checkbox",
23
+ "TQ_show_tags": "checkbox",
24
+ "TQ_show_task_count": "checkbox",
25
+ "TQ_show_tree": "checkbox",
26
+ "TQ_show_urgency": "checkbox"
27
+ }
28
+ }
@@ -0,0 +1,270 @@
1
+ {
2
+ "main": {
3
+ "id": "655d46226dc22322",
4
+ "type": "split",
5
+ "children": [
6
+ {
7
+ "id": "4920d4cb798f1fd4",
8
+ "type": "tabs",
9
+ "children": [
10
+ {
11
+ "id": "21860ec8f02c79c3",
12
+ "type": "leaf",
13
+ "state": {
14
+ "type": "canvas",
15
+ "state": {
16
+ "file": "Untitled.canvas",
17
+ "viewState": {
18
+ "x": 0,
19
+ "y": 0,
20
+ "zoom": 0
21
+ }
22
+ },
23
+ "icon": "lucide-layout-dashboard",
24
+ "title": "Untitled"
25
+ }
26
+ },
27
+ {
28
+ "id": "e6a08b27c3cd6c5b",
29
+ "type": "leaf",
30
+ "state": {
31
+ "type": "markdown",
32
+ "state": {
33
+ "file": "Button Test.md",
34
+ "mode": "source",
35
+ "source": false
36
+ },
37
+ "icon": "lucide-file",
38
+ "title": "Button Test"
39
+ }
40
+ },
41
+ {
42
+ "id": "c3a3d48eea8604c0",
43
+ "type": "leaf",
44
+ "state": {
45
+ "type": "markdown",
46
+ "state": {
47
+ "file": "Button Test.md",
48
+ "mode": "source",
49
+ "source": false
50
+ },
51
+ "icon": "lucide-file",
52
+ "title": "Button Test"
53
+ }
54
+ },
55
+ {
56
+ "id": "66c2db75127cdb15",
57
+ "type": "leaf",
58
+ "state": {
59
+ "type": "markdown",
60
+ "state": {
61
+ "file": "Button Test.md",
62
+ "mode": "source",
63
+ "source": false
64
+ },
65
+ "icon": "lucide-file",
66
+ "title": "Button Test"
67
+ }
68
+ }
69
+ ],
70
+ "currentTab": 3
71
+ }
72
+ ],
73
+ "direction": "vertical"
74
+ },
75
+ "left": {
76
+ "id": "2a54c28074a89f96",
77
+ "type": "split",
78
+ "children": [
79
+ {
80
+ "id": "7935f801ca0c2c79",
81
+ "type": "tabs",
82
+ "children": [
83
+ {
84
+ "id": "8bb53e02e7e45f3b",
85
+ "type": "leaf",
86
+ "state": {
87
+ "type": "file-explorer",
88
+ "state": {
89
+ "sortOrder": "alphabetical",
90
+ "autoReveal": false
91
+ },
92
+ "icon": "lucide-folder-closed",
93
+ "title": "Files"
94
+ }
95
+ },
96
+ {
97
+ "id": "75c096e907109ea1",
98
+ "type": "leaf",
99
+ "state": {
100
+ "type": "search",
101
+ "state": {
102
+ "query": "",
103
+ "matchingCase": false,
104
+ "explainSearch": false,
105
+ "collapseAll": false,
106
+ "extraContext": false,
107
+ "sortOrder": "alphabetical"
108
+ },
109
+ "icon": "lucide-search",
110
+ "title": "Search"
111
+ }
112
+ },
113
+ {
114
+ "id": "052a02a996375f5e",
115
+ "type": "leaf",
116
+ "state": {
117
+ "type": "bookmarks",
118
+ "state": {},
119
+ "icon": "lucide-bookmark",
120
+ "title": "Bookmarks"
121
+ }
122
+ }
123
+ ]
124
+ }
125
+ ],
126
+ "direction": "horizontal",
127
+ "width": 300
128
+ },
129
+ "right": {
130
+ "id": "a9317ae3f93e2657",
131
+ "type": "split",
132
+ "children": [
133
+ {
134
+ "id": "f166cb9f549c1534",
135
+ "type": "tabs",
136
+ "children": [
137
+ {
138
+ "id": "aa1fe71c73b9b175",
139
+ "type": "leaf",
140
+ "state": {
141
+ "type": "backlink",
142
+ "state": {
143
+ "file": "Untitled.canvas",
144
+ "collapseAll": false,
145
+ "extraContext": false,
146
+ "sortOrder": "alphabetical",
147
+ "showSearch": false,
148
+ "searchQuery": "",
149
+ "backlinkCollapsed": false,
150
+ "unlinkedCollapsed": true
151
+ },
152
+ "icon": "links-coming-in",
153
+ "title": "Backlinks for Untitled"
154
+ }
155
+ },
156
+ {
157
+ "id": "31461ac27577999a",
158
+ "type": "leaf",
159
+ "state": {
160
+ "type": "outgoing-link",
161
+ "state": {
162
+ "file": "thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
163
+ "linksCollapsed": false,
164
+ "unlinkedCollapsed": true
165
+ },
166
+ "icon": "links-going-out",
167
+ "title": "Outgoing links from processed-2025-07-17 20:14-Derive-Dr-Gov-Defs"
168
+ }
169
+ },
170
+ {
171
+ "id": "621105ead5bcca0c",
172
+ "type": "leaf",
173
+ "state": {
174
+ "type": "tag",
175
+ "state": {
176
+ "sortOrder": "frequency",
177
+ "useHierarchy": true,
178
+ "showSearch": false,
179
+ "searchQuery": ""
180
+ },
181
+ "icon": "lucide-tags",
182
+ "title": "Tags"
183
+ }
184
+ },
185
+ {
186
+ "id": "438632d44a019a92",
187
+ "type": "leaf",
188
+ "state": {
189
+ "type": "outline",
190
+ "state": {
191
+ "file": "Button Test.md",
192
+ "followCursor": false,
193
+ "showSearch": false,
194
+ "searchQuery": ""
195
+ },
196
+ "icon": "lucide-list",
197
+ "title": "Outline of Button Test"
198
+ }
199
+ }
200
+ ],
201
+ "currentTab": 3
202
+ },
203
+ {
204
+ "id": "e57f208f4f88ad26",
205
+ "type": "tabs",
206
+ "children": [
207
+ {
208
+ "id": "6fc08cb502f552a6",
209
+ "type": "leaf",
210
+ "state": {
211
+ "type": "calendar",
212
+ "state": {},
213
+ "icon": "calendar-with-checkmark",
214
+ "title": "Calendar"
215
+ }
216
+ }
217
+ ]
218
+ }
219
+ ],
220
+ "direction": "horizontal",
221
+ "width": 300
222
+ },
223
+ "left-ribbon": {
224
+ "hiddenItems": {
225
+ "bases:Create new base": false,
226
+ "switcher:Open quick switcher": false,
227
+ "graph:Open graph view": false,
228
+ "canvas:Create new canvas": false,
229
+ "daily-notes:Open today's daily note": false,
230
+ "templates:Insert template": false,
231
+ "command-palette:Open command palette": false,
232
+ "templater-obsidian:Templater": false,
233
+ "obsidian-kanban:Create new board": false
234
+ }
235
+ },
236
+ "active": "66c2db75127cdb15",
237
+ "lastOpenFiles": [
238
+ "tuesday/processed-2025-08-26 21:22-output_tests.md",
239
+ "tuesday/processed-2025-08-26 21:19-output_tests.md",
240
+ "tuesday/processed-2025-08-26 21:18-output_tests.md",
241
+ "tuesday/processed-2025-08-26 21:11-output_tests.md",
242
+ "tuesday/processed-2025-08-26 21:05-output_tests.md",
243
+ "tuesday/processed-2025-08-26 21:03-output_tests.md",
244
+ "tuesday/processed-2025-08-26 20:52-output_tests.md",
245
+ "tuesday/processed-2025-08-26 20:43-output_tests.md",
246
+ "tuesday/processed-2025-08-26 20:10-output_tests.md",
247
+ "tuesday/processed-2025-08-26 20:04-output_tests.md",
248
+ "tuesday/processed-2025-08-26 19:51-output_tests.md",
249
+ "tuesday/processed-2025-08-26 19:36-output_tests.md",
250
+ "tuesday/processed-2025-08-26 19:35-output_tests.md",
251
+ "tuesday/processed-2025-08-26 19:29-output_tests.md",
252
+ "tuesday/processed-2025-08-26 19:26-output_tests.md",
253
+ "tuesday/processed-2025-08-26 19:25-output_tests.md",
254
+ "tuesday/processed-2025-08-26 19:19-output_tests.md",
255
+ "tuesday/processed-2025-08-26 14:19-output_tests.md",
256
+ "tuesday/processed-2025-08-26 14:14-output_tests.md",
257
+ "tuesday/processed-2025-08-26 14:12-output_tests.md",
258
+ "tuesday/processed-2025-08-26 14:02-output_tests.md",
259
+ "tuesday/processed-2025-08-26 13:58-output_tests.md",
260
+ "tuesday/processed-2025-08-26 13:52-output_tests.md",
261
+ "tuesday/processed-2025-08-26 13:35-output_tests.md",
262
+ "tuesday/processed-2025-08-26 12:55-output_tests.md",
263
+ "monday/processed-2025-08-26 12:44-glossary_test1.md",
264
+ "Scripts/sendRest.js",
265
+ "Scripts",
266
+ "Templates",
267
+ "Untitled.canvas",
268
+ "sunday"
269
+ ]
270
+ }
@@ -0,0 +1,11 @@
1
+ ---
2
+ title: A button test
3
+ id: "234123412"
4
+ ---
5
+ ```button
6
+ name Send Reset
7
+ type prepend command
8
+ action Templater: tp.user.sendRest
9
+ ```
10
+ ^button-kk1o
11
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ module.exports = async (params) => {
4
+ const { app, tp } = params;
5
+
6
+ // Get the current file content
7
+ const content = await app.vault.read(tp.file.find_tfile(tp.file.path(true)));
8
+
9
+ // REST call
10
+ fetch("https://your-api-endpoint.com/endpoint", {
11
+ method: "POST",
12
+ headers: {
13
+ "Content-Type": "application/json"
14
+ },
15
+ body: JSON.stringify({ note: content })
16
+ })
17
+ .then(res => res.json())
18
+ .then(data => {
19
+ new Notice("REST call success: " + JSON.stringify(data));
20
+ })
21
+ .catch(err => {
22
+ new Notice("REST call failed: " + err);
23
+ });
24
+ };
@@ -0,0 +1,17 @@
1
+ <%*
2
+ // Access note frontmatter
3
+ const id = tp.frontmatter.id;
4
+ const title = tp.frontmatter.title;
5
+
6
+ // Make a RESTful POST request
7
+ const response = await fetch("https://httpbin.org/post", {
8
+ method: "POST",
9
+ headers: { "Content-Type": "application/json" },
10
+ body: JSON.stringify({ id, title })
11
+ });
12
+
13
+ const result = await response.json();
14
+
15
+ // Show result in Obsidian notification
16
+ new Notice("API call complete: " + JSON.stringify(result.json));
17
+ %>
@@ -0,0 +1 @@
1
+ {}