Commit fd2760d
committed
update docs for 0.1.7
1 parent 5541937 commit fd2760d
File tree
57 files changed
+5414
-1485
lines changed- .github/workflows
- src
- components
- content/docs
- api
- classes
- enumerations
- interfaces
- type-aliases
- examples
- guides
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+5414
-1485
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | | - | |
| 48 | + | |
40 | 49 | | |
41 | | - | |
| 50 | + | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | | - | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
Binary file not shown.
Submodule obsidian-js-engine-plugin updated 60 files
- .eslintignore-5
- .eslintrc.cjs-39
- .gitignore+2
- JsEngine.d.ts+25-2
- automation/build/buildBanner.ts+24
- automation/build/esbuild.config.ts+57
- automation/build/esbuild.dev.config.ts+62
- automation/release.ts+32-15
- automation/utils.ts-1
- automation/utils/shellUtils.ts+16-7
- automation/utils/utils.ts+6
- automation/utils/versionUtils.ts+108
- automation/versionUtils.ts-68
- bun.lockb
- esbuild.config.mjs-62
- esbuild.dev.config.mjs-77
- eslint.config.mjs+49
- exampleVault/Test.md+8-5
- exampleVault/promptTest.js+43
- jsEngine/JsMDRC.ts+6-6
- jsEngine/Settings.ts+1-1
- jsEngine/api/API.ts+17-8
- jsEngine/api/Internal.ts+10-5
- jsEngine/api/LibAPI.ts+1-1
- jsEngine/api/MarkdownAPI.ts+4-4
- jsEngine/api/MessageAPI.ts+2-2
- jsEngine/api/PromptAPI.ts+337
- jsEngine/api/QueryAPI.ts+52
- jsEngine/api/markdown/AbstractMarkdownElement.ts+2-2
- jsEngine/api/markdown/AbstractMarkdownElementContainer.ts+3-3
- jsEngine/api/markdown/AbstractMarkdownLiteral.ts+2-2
- jsEngine/api/markdown/MarkdownBuilder.ts+2-2
- jsEngine/api/prompts/ButtonModalComponent.svelte+24
- jsEngine/api/prompts/InputModalComponent.svelte+33
- jsEngine/api/prompts/Suggester.ts+45
- jsEngine/api/prompts/SvelteModal.ts+54
- jsEngine/api/reactive/ReactiveComponent.ts+2-3
- jsEngine/engine/Engine.ts+3-3
- jsEngine/engine/ExecutionStatsComponent.svelte+7-3
- jsEngine/engine/ExecutionStatsModal.ts+9-7
- jsEngine/engine/JsExecution.ts+8-8
- jsEngine/engine/ResultRenderer.ts+7-7
- jsEngine/fileRunner/JSFileSelectModal.ts+2-2
- jsEngine/index.ts+18-16
- jsEngine/main.ts+11-11
- jsEngine/messages/Button.svelte-44
- jsEngine/messages/MessageComponent.svelte+17-10
- jsEngine/messages/MessageDisplay.ts+8-6
- jsEngine/messages/MessageDisplayComponent.svelte+24-6
- jsEngine/messages/MessageManager.ts+5-5
- jsEngine/utils/Button.svelte+33
- jsEngine/utils/SvelteUtils.ts+14
- jsEngine/utils/UseIcon.ts+10
- manifest-beta.json+12
- manifest.json+4-2
- package.json+41-40
- patches/[email protected]+31
- styles.css+21
- tsconfig.json+6-3
- versions.json+3-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments