zero-ai 1.0.73 → 1.0.75

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 (65) hide show
  1. package/.r2mo/.obsidian/app.json +1 -0
  2. package/.r2mo/.obsidian/appearance.json +10 -0
  3. package/.r2mo/.obsidian/community-plugins.json +7 -0
  4. package/.r2mo/.obsidian/core-plugins.json +33 -0
  5. package/.r2mo/.obsidian/plugins/dataview/main.js +20876 -0
  6. package/.r2mo/.obsidian/plugins/dataview/manifest.json +11 -0
  7. package/.r2mo/.obsidian/plugins/dataview/styles.css +141 -0
  8. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/data.json +815 -0
  9. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/main.js +10 -0
  10. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json +12 -0
  11. package/.r2mo/.obsidian/plugins/obsidian-excalidraw-plugin/styles.css +1 -0
  12. package/.r2mo/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  13. package/.r2mo/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  14. package/.r2mo/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  15. package/.r2mo/.obsidian/plugins/obsidian-plantuml/main.js +7732 -0
  16. package/.r2mo/.obsidian/plugins/obsidian-plantuml/manifest.json +10 -0
  17. package/.r2mo/.obsidian/plugins/obsidian-plantuml/styles.css +38 -0
  18. package/.r2mo/.obsidian/plugins/obsidian-tasks-plugin/main.js +504 -0
  19. package/.r2mo/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  20. package/.r2mo/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  21. package/.r2mo/.obsidian/snippets/body-font.css +9 -0
  22. package/.r2mo/.obsidian/themes/Comfort/manifest.json +11 -0
  23. package/.r2mo/.obsidian/themes/Comfort/theme.css +218 -0
  24. package/.r2mo/.obsidian/themes/Primary/manifest.json +9 -0
  25. package/.r2mo/.obsidian/themes/Primary/theme.css +3878 -0
  26. package/.r2mo/.obsidian/themes/Retro Windows/manifest.json +7 -0
  27. package/.r2mo/.obsidian/themes/Retro Windows/theme.css +582 -0
  28. package/.r2mo/.obsidian/themes/RetroOS 98/manifest.json +9 -0
  29. package/.r2mo/.obsidian/themes/RetroOS 98/theme.css +2566 -0
  30. package/.r2mo/.obsidian/themes/Serenity/manifest.json +7 -0
  31. package/.r2mo/.obsidian/themes/Serenity/theme.css +7258 -0
  32. package/.r2mo/.obsidian/themes/W95/manifest.json +8 -0
  33. package/.r2mo/.obsidian/themes/W95/theme.css +768 -0
  34. package/.r2mo/.obsidian/types.json +28 -0
  35. package/.r2mo/task/command/ex-api.yaml.example +13 -0
  36. package/.r2mo/task/task-001.md +144 -0
  37. package/.r2mo/task/task-002.md +4 -0
  38. package/.r2mo/task/task-003.md +4 -0
  39. package/.r2mo/task/thread +1 -0
  40. package/package.json +4 -3
  41. package/script/clear-excel-template-data.js +128 -0
  42. package/script/create-ex-api-templates.js +39 -0
  43. package/script/inspect-excel-templates.js +102 -0
  44. package/script/read-ex-api-templates.js +51 -0
  45. package/script/scan-rbac-schema.js +102 -0
  46. package/src/_template/EXCEL/ex-api/README.md +13 -0
  47. package/src/_template/EXCEL/ex-api/template-RBAC_RESOURCE.xlsx +0 -0
  48. package/src/_template/EXCEL/ex-api/template-RBAC_ROLE.xlsx +0 -0
  49. package/src/_template/EXCEL/ex-api/template-def.json +21 -0
  50. package/src/_template/EXCEL/ex-crud/README.md +28 -0
  51. package/src/_template/EXCEL/ex-crud/ex-crud.yaml +6 -0
  52. package/src/_template/EXCEL/ex-crud/template-RBAC_ROLE.xlsx +0 -0
  53. package/src/_template/EXCEL/ex-crud/x.log.xlsx +0 -0
  54. package/src/commander/ex-api.json +9 -0
  55. package/src/commander/ex-crud.json +1 -0
  56. package/src/commander/{perm.json → ex-perm.json} +3 -3
  57. package/src/commander-ai/fn.ex.api.js +812 -0
  58. package/src/commander-ai/fn.ex.crud.js +501 -0
  59. package/src/commander-ai/{fn.perm.js → fn.ex.perm.js} +25 -6
  60. package/src/commander-ai/fn.random.md5.js +9 -0
  61. package/src/commander-ai/fn.source.app.js +9 -0
  62. package/src/commander-ai/fn.source.front.js +9 -0
  63. package/src/commander-ai/fn.source.spring.js +9 -0
  64. package/src/commander-ai/fn.source.zero.js +9 -0
  65. package/src/commander-ai/index.js +6 -2
@@ -0,0 +1,10 @@
1
+ {
2
+ "id": "obsidian-plantuml",
3
+ "name": "PlantUML",
4
+ "version": "1.8.0",
5
+ "minAppVersion": "1.5.7",
6
+ "description": "Render PlantUML Diagrams",
7
+ "author": "Johannes Theiner",
8
+ "authorUrl": "https://github.com/joethei/",
9
+ "isDesktopOnly": false
10
+ }
@@ -0,0 +1,38 @@
1
+ .puml-settings-area {
2
+ margin-left: 5px;
3
+ margin-right: 5px;
4
+ font-size: 14px;
5
+ width: 100%;
6
+ }
7
+
8
+ .plantuml-source-view .cm-activeLine {
9
+ background-color: unset !important;
10
+ }
11
+
12
+ .plantuml-source-view .cm-gutters {
13
+ background-color: unset !important;
14
+ }
15
+
16
+ .plantuml-source-view .cm-cursor {
17
+ border-left: 1.2px solid var(--text-muted);
18
+ }
19
+
20
+ .plantuml-source-view .cm-selectionBackground {
21
+ background-color: var(--text-selection) !important;
22
+ }
23
+
24
+ .puml-loading {
25
+ color: var(--text-accent);
26
+ }
27
+
28
+ .internal-embed.file-embed[src$=".puml"] {
29
+ display: none;
30
+ }
31
+
32
+ .internal-embed.file-embed[src$=".pu"] {
33
+ display: none;
34
+ }
35
+
36
+ .puml-error {
37
+ color: var(--text-error);
38
+ }