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,10 @@
1
+ {
2
+ "id": "buttons",
3
+ "name": "Buttons",
4
+ "description": "Create Buttons in your Obsidian notes to run commands, open links, and insert templates",
5
+ "version": "0.9.12",
6
+ "author": "shabegom",
7
+ "authorUrl": "https://shbgm.ca",
8
+ "isDesktopOnly": false,
9
+ "minAppVersion": "0.12.8"
10
+ }
@@ -0,0 +1,624 @@
1
+ /* @settings
2
+
3
+ name: Buttons
4
+ id: buttons-styles
5
+ settings:
6
+ -
7
+ id: button-background
8
+ title: Background
9
+ type: variable-themed-color
10
+ format: hex
11
+ opacity: false
12
+ default-light: '#f5f6f8'
13
+ default-dark: '#1b1b1b'
14
+ -
15
+ id: button-text
16
+ title: Text
17
+ type: variable-themed-color
18
+ format: hex
19
+ opacity: false
20
+ default-light: '#1b1b1b'
21
+ default-dark: '#f5f6f8'
22
+ -
23
+ id: button-border
24
+ title: Border
25
+ type: variable-themed-color
26
+ format: hex
27
+ opacity: false
28
+ default-light: '#7a9486'
29
+ default-dark: '#84a83a'
30
+ -
31
+ id: button-box-shadow
32
+ title: Box Shadow
33
+ type: variable-themed-color
34
+ format: rgb
35
+ opacity: true
36
+ default-light: '#1b1b1b'
37
+ default-dark: '#f5f6f8'
38
+ -
39
+ id: button-border-radius
40
+ title: Border Radius
41
+ type: variable-number
42
+ format: px
43
+ default: 5
44
+ -
45
+ id: button-size
46
+ title: Font Size
47
+ type: variable-number
48
+ format: em
49
+ default: 1
50
+
51
+ */
52
+
53
+ .block-language-button {
54
+ padding: 5px;
55
+ }
56
+
57
+ button.button-default {
58
+ background: var(--interactive-normal, #f5f6f8);
59
+ border-radius: 5px;
60
+ border: 1px solid var(--interactive-accent, #ccc);
61
+ color: var(--text-accent, #333);
62
+ padding: 8px 8px;
63
+ text-decoration: none;
64
+ font-size: var(--button-size, 1em);
65
+ margin: 0;
66
+ box-shadow: none;
67
+ transform: none;
68
+ height: auto;
69
+ }
70
+
71
+ button.button-default:hover {
72
+ background: var(--interactive-hover, #e8e9ea);
73
+ border: 1px solid var(--interactive-accent-hover, #999);
74
+ color: var(--text-accent-hover, #222);
75
+ box-shadow: none;
76
+ transform: none;
77
+ }
78
+
79
+ .theme-dark button.button-default {
80
+ background: var(--interactive-normal);
81
+ border: 1px solid var(--interactive-accent);
82
+ color: var(--text-accent);
83
+ }
84
+
85
+ .theme-dark button.button-default:hover {
86
+ background: var(--interactive-hover, #222);
87
+ border: 1px solid var(--interactive-accent-hover, #84a83a);
88
+ color: var(--text-accent-hover, #f5f6f8);
89
+ box-shadow: none;
90
+ transform: none;
91
+ }
92
+
93
+ button.button-inline {
94
+ width: unset;
95
+ height: unset;
96
+ padding: 8px 8px;
97
+ }
98
+
99
+ button.button-default.blue {
100
+ background: #76b3fa !important;
101
+ color: black !important;
102
+ border-color: #76b3fa !important;
103
+ }
104
+
105
+ button.button-default.red {
106
+ background-color: red !important;
107
+ color: black !important;
108
+ border-color: red !important;
109
+ }
110
+
111
+ button.button-default.green {
112
+ background: green !important;
113
+ color: black !important;
114
+ border-color: green !important;
115
+ }
116
+
117
+ button.button-default.yellow {
118
+ background: yellow !important;
119
+ color: black !important;
120
+ border-color: yellow !important;
121
+ }
122
+
123
+ button.button-default.purple {
124
+ background: #725585 !important;
125
+ color: white !important;
126
+ border-color: #725585 !important;
127
+ }
128
+
129
+ button.button-default.orange{
130
+ background: #ff944c !important;
131
+ color: black !important;
132
+ border-color: #ff944c !important;
133
+ }
134
+
135
+ button.button-default.blue:hover {
136
+ background: #8bc4ff !important;
137
+ color: black !important;
138
+ border-color: #8bc4ff !important;
139
+ }
140
+
141
+ button.button-default.red:hover {
142
+ background: #ff4444 !important;
143
+ color: black !important;
144
+ border-color: #ff4444 !important;
145
+ }
146
+
147
+ button.button-default.green:hover {
148
+ background: #44ff44 !important;
149
+ color: black !important;
150
+ border-color: #44ff44 !important;
151
+ }
152
+
153
+ button.button-default.yellow:hover {
154
+ background: #ffff44 !important;
155
+ color: black !important;
156
+ border-color: #ffff44 !important;
157
+ }
158
+
159
+ button.button-default.purple:hover {
160
+ background: #8a6ba8 !important;
161
+ color: white !important;
162
+ border-color: #8a6ba8 !important;
163
+ }
164
+
165
+ button.button-default.orange:hover {
166
+ background: #ffb366 !important;
167
+ color: black !important;
168
+ border-color: #ffb366 !important;
169
+ }
170
+
171
+ /* Modern Button Maker Styles */
172
+ .button-maker {
173
+ max-width: 45rem;
174
+ width: 100%;
175
+ max-height: 80vh;
176
+ overflow-y: auto;
177
+ overflow-x: hidden;
178
+ padding: 0;
179
+ background: transparent;
180
+ border-radius: 0;
181
+ box-shadow: none;
182
+ box-sizing: border-box;
183
+ }
184
+
185
+ .button-maker-title {
186
+ font-size: 1.5rem;
187
+ font-weight: 600;
188
+ color: var(--text-normal);
189
+ margin-bottom: 1rem;
190
+ padding: 1.5rem 1.5rem 0 1.5rem;
191
+ box-sizing: border-box;
192
+ }
193
+
194
+ .button-maker-container {
195
+ padding: 0 1.5rem 1.5rem 1.5rem;
196
+ box-sizing: border-box;
197
+ width: 100%;
198
+ max-width: 100%;
199
+ }
200
+
201
+ .button-maker-form {
202
+ display: flex;
203
+ flex-direction: column;
204
+ gap: 2rem;
205
+ width: 100%;
206
+ max-width: 100%;
207
+ box-sizing: border-box;
208
+ }
209
+
210
+ .form-section {
211
+ background: var(--background-secondary);
212
+ border-radius: 8px;
213
+ padding: 1.5rem;
214
+ border: 1px solid var(--background-modifier-border);
215
+ width: 100%;
216
+ max-width: 100%;
217
+ box-sizing: border-box;
218
+ }
219
+
220
+ .section-title {
221
+ font-size: 1.1rem;
222
+ font-weight: 600;
223
+ color: var(--text-normal);
224
+ margin: 0 0 1rem 0;
225
+ padding-bottom: 0.5rem;
226
+ border-bottom: 2px solid var(--interactive-accent);
227
+ width: 100%;
228
+ box-sizing: border-box;
229
+ }
230
+
231
+ .form-field {
232
+ margin-bottom: 1.5rem;
233
+ width: 100%;
234
+ max-width: 100%;
235
+ box-sizing: border-box;
236
+ }
237
+
238
+ .field-label {
239
+ display: block;
240
+ font-weight: 600;
241
+ color: var(--text-normal);
242
+ margin-bottom: 0.5rem;
243
+ font-size: 0.9rem;
244
+ width: 100%;
245
+ box-sizing: border-box;
246
+ }
247
+
248
+ .field-description {
249
+ color: var(--text-muted);
250
+ font-size: 0.8rem;
251
+ margin-bottom: 0.75rem;
252
+ line-height: 1.4;
253
+ width: 100%;
254
+ box-sizing: border-box;
255
+ }
256
+
257
+ .button-maker .field-input,
258
+ .button-maker .field-textarea {
259
+ width: 100%;
260
+ max-width: 100%;
261
+ padding: 0.75rem;
262
+ border: 1px solid var(--background-modifier-border);
263
+ border-radius: 6px;
264
+ background: var(--background-primary);
265
+ color: var(--text-normal);
266
+ font-size: 0.9rem;
267
+ transition: all 0.2s ease;
268
+ box-sizing: border-box;
269
+ }
270
+
271
+
272
+
273
+ .button-maker .field-input:focus,
274
+ .button-maker .field-textarea:focus {
275
+ outline: none;
276
+ border-color: var(--interactive-accent);
277
+ box-shadow: 0 0 0 2px rgba(var(--interactive-accent-rgb), 0.2);
278
+ }
279
+
280
+
281
+
282
+ .field-textarea {
283
+ resize: vertical;
284
+ min-height: 80px;
285
+ }
286
+
287
+ .toggle-settings {
288
+ display: flex;
289
+ flex-direction: column;
290
+ gap: 1rem;
291
+ width: 100%;
292
+ max-width: 100%;
293
+ box-sizing: border-box;
294
+ }
295
+
296
+ .toggle-field {
297
+ display: flex;
298
+ align-items: flex-start;
299
+ gap: 0.75rem;
300
+ padding: 1rem;
301
+ background: var(--background-primary);
302
+ border-radius: 6px;
303
+ border: 1px solid var(--background-modifier-border);
304
+ transition: all 0.2s ease;
305
+ width: 100%;
306
+ max-width: 100%;
307
+ box-sizing: border-box;
308
+ }
309
+
310
+ .toggle-field:hover {
311
+ border-color: var(--interactive-accent);
312
+ }
313
+
314
+ .toggle-label {
315
+ display: flex;
316
+ align-items: center;
317
+ gap: 0.75rem;
318
+ cursor: pointer;
319
+ flex: 1;
320
+ min-width: 0;
321
+ box-sizing: border-box;
322
+ }
323
+
324
+ .toggle-input {
325
+ width: 1.2rem;
326
+ height: 1.2rem;
327
+ accent-color: var(--interactive-accent);
328
+ flex-shrink: 0;
329
+ }
330
+
331
+ .toggle-text {
332
+ font-weight: 600;
333
+ color: var(--text-normal);
334
+ font-size: 0.9rem;
335
+ flex-shrink: 0;
336
+ }
337
+
338
+ .toggle-description {
339
+ color: var(--text-muted);
340
+ font-size: 0.8rem;
341
+ margin-top: 0.25rem;
342
+ line-height: 1.4;
343
+ width: 100%;
344
+ box-sizing: border-box;
345
+ }
346
+
347
+ .action-container {
348
+ margin-top: 1rem;
349
+ width: 100%;
350
+ max-width: 100%;
351
+ box-sizing: border-box;
352
+ }
353
+
354
+ .actions-header {
355
+ margin-bottom: 1rem;
356
+ width: 100%;
357
+ max-width: 100%;
358
+ box-sizing: border-box;
359
+ }
360
+
361
+ .actions-header h4 {
362
+ margin: 0 0 0.5rem 0;
363
+ color: var(--text-normal);
364
+ font-size: 1rem;
365
+ width: 100%;
366
+ box-sizing: border-box;
367
+ }
368
+
369
+ .actions-header p {
370
+ margin: 0;
371
+ color: var(--text-muted);
372
+ font-size: 0.8rem;
373
+ width: 100%;
374
+ box-sizing: border-box;
375
+ }
376
+
377
+ .actions-list {
378
+ display: flex;
379
+ flex-direction: column;
380
+ gap: 1rem;
381
+ margin-bottom: 1rem;
382
+ width: 100%;
383
+ max-width: 100%;
384
+ box-sizing: border-box;
385
+ }
386
+
387
+ .action-card {
388
+ background: var(--background-primary);
389
+ border: 1px solid var(--background-modifier-border);
390
+ border-radius: 8px;
391
+ padding: 1rem;
392
+ transition: all 0.2s ease;
393
+ width: 100%;
394
+ max-width: 100%;
395
+ box-sizing: border-box;
396
+ }
397
+
398
+ .action-card:hover {
399
+ border-color: var(--interactive-accent);
400
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
401
+ }
402
+
403
+ .action-header {
404
+ display: flex;
405
+ justify-content: space-between;
406
+ align-items: center;
407
+ margin-bottom: 1rem;
408
+ width: 100%;
409
+ max-width: 100%;
410
+ box-sizing: border-box;
411
+ }
412
+
413
+ .action-number {
414
+ font-weight: 600;
415
+ color: var(--text-normal);
416
+ font-size: 0.9rem;
417
+ flex-shrink: 0;
418
+ }
419
+
420
+ .btn-remove {
421
+ background: var(--background-modifier-error);
422
+ color: var(--text-on-accent);
423
+ border: none;
424
+ border-radius: 4px;
425
+ padding: 0.25rem 0.5rem;
426
+ font-size: 0.8rem;
427
+ cursor: pointer;
428
+ transition: all 0.2s ease;
429
+ flex-shrink: 0;
430
+ }
431
+
432
+ .btn-remove:hover {
433
+ background: var(--background-modifier-error-hover);
434
+ }
435
+
436
+
437
+
438
+
439
+
440
+ .action-input-container {
441
+ margin-top: 0.75rem;
442
+ width: 100%;
443
+ max-width: 100%;
444
+ box-sizing: border-box;
445
+ }
446
+
447
+ .action-input {
448
+ width: 100%;
449
+ max-width: 100%;
450
+ padding: 0.75rem;
451
+ border: 1px solid var(--background-modifier-border);
452
+ border-radius: 6px;
453
+ background: var(--background-primary);
454
+ color: var(--text-normal);
455
+ font-size: 0.9rem;
456
+ box-sizing: border-box;
457
+ }
458
+
459
+ .btn {
460
+ padding: 0.75rem 1.5rem;
461
+ border: none;
462
+ border-radius: 6px;
463
+ font-weight: 600;
464
+ font-size: 0.9rem;
465
+ cursor: pointer;
466
+ transition: all 0.2s ease;
467
+ text-decoration: none;
468
+ display: inline-flex;
469
+ align-items: center;
470
+ justify-content: center;
471
+ box-sizing: border-box;
472
+ }
473
+
474
+ .btn-primary {
475
+ background: var(--interactive-accent);
476
+ color: var(--text-on-accent);
477
+ }
478
+
479
+ .btn-primary:hover {
480
+ background: var(--interactive-accent-hover);
481
+ transform: translateY(-1px);
482
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
483
+ }
484
+
485
+ .btn-secondary {
486
+ background: transparent;
487
+ color: var(--text-normal);
488
+ border: 2px solid var(--interactive-accent);
489
+ }
490
+
491
+ .btn-secondary:hover {
492
+ background: var(--interactive-accent);
493
+ color: var(--text-on-accent);
494
+ }
495
+
496
+ .btn-add-action {
497
+ background: var(--interactive-success);
498
+ color: var(--text-on-accent);
499
+ margin-top: 0.5rem;
500
+ }
501
+
502
+ .btn-add-action:hover {
503
+ background: var(--interactive-success-hover);
504
+ transform: translateY(-1px);
505
+ }
506
+
507
+ .form-actions {
508
+ display: flex;
509
+ gap: 1rem;
510
+ justify-content: flex-end;
511
+ padding-top: 1rem;
512
+ border-top: 1px solid var(--background-modifier-border);
513
+ width: 100%;
514
+ max-width: 100%;
515
+ box-sizing: border-box;
516
+ }
517
+
518
+ .preview-section {
519
+ background: var(--background-secondary);
520
+ border-radius: 8px;
521
+ padding: 1.5rem;
522
+ border: 1px solid var(--background-modifier-border);
523
+ margin-top: 1rem;
524
+ width: 100%;
525
+ max-width: 100%;
526
+ box-sizing: border-box;
527
+ }
528
+
529
+ .preview-container {
530
+ display: flex;
531
+ justify-content: center;
532
+ align-items: center;
533
+ min-height: 60px;
534
+ background: var(--background-primary);
535
+ border-radius: 6px;
536
+ border: 1px solid var(--background-modifier-border);
537
+ padding: 1rem;
538
+ width: 100%;
539
+ max-width: 100%;
540
+ box-sizing: border-box;
541
+ }
542
+
543
+ .remove-settings,
544
+ .replace-settings,
545
+ .inherit-settings {
546
+ margin-top: 1rem;
547
+ padding: 1rem;
548
+ background: var(--background-primary);
549
+ border-radius: 6px;
550
+ border: 1px solid var(--background-modifier-border);
551
+ width: 100%;
552
+ max-width: 100%;
553
+ box-sizing: border-box;
554
+ }
555
+
556
+ .custom-color-container {
557
+ display: grid;
558
+ grid-template-columns: 1fr 1fr;
559
+ gap: 1rem;
560
+ margin-top: 1rem;
561
+ width: 100%;
562
+ max-width: 100%;
563
+ box-sizing: border-box;
564
+ }
565
+
566
+ /* Responsive Design */
567
+ @media (max-width: 768px) {
568
+ .button-maker {
569
+ max-width: 95vw;
570
+ width: 95vw;
571
+ max-height: 90vh;
572
+ }
573
+
574
+ .custom-color-container {
575
+ grid-template-columns: 1fr;
576
+ }
577
+
578
+ .form-actions {
579
+ flex-direction: column;
580
+ }
581
+
582
+ .btn {
583
+ width: 100%;
584
+ }
585
+ }
586
+
587
+ /* Dark theme adjustments */
588
+ .theme-dark .button-maker {
589
+ background: var(--background-primary);
590
+ }
591
+
592
+ .theme-dark .form-section {
593
+ background: var(--background-secondary-alt);
594
+ }
595
+
596
+ .theme-dark .action-card {
597
+ background: var(--background-primary);
598
+ }
599
+
600
+ .theme-dark .toggle-field {
601
+ background: var(--background-primary);
602
+ }
603
+
604
+ .theme-dark .preview-container {
605
+ background: var(--background-primary);
606
+ }
607
+
608
+ /* Animation for smooth transitions */
609
+ .form-field,
610
+ .toggle-field,
611
+ .action-card {
612
+ animation: fadeIn 0.3s ease-in-out;
613
+ }
614
+
615
+ @keyframes fadeIn {
616
+ from {
617
+ opacity: 0;
618
+ transform: translateY(10px);
619
+ }
620
+ to {
621
+ opacity: 1;
622
+ transform: translateY(0);
623
+ }
624
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "shouldConfirmBeforeCreate": true,
3
+ "weekStart": "locale",
4
+ "wordsPerDot": 250,
5
+ "showWeeklyNote": true,
6
+ "weeklyNoteFormat": "",
7
+ "weeklyNoteTemplate": "",
8
+ "weeklyNoteFolder": "",
9
+ "localeOverride": "system-default"
10
+ }