Skip to content

Commit 8bd682e

Browse files
committed
update for 0.1.17
1 parent 2cf2c3a commit 8bd682e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+370
-346
lines changed

bun.lockb

6.02 KB
Binary file not shown.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"format": "prettier --plugin prettier-plugin-astro --plugin prettier-plugin-svelte --write ."
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "0.27.1",
15-
"@astrojs/svelte": "^5.7.0",
16-
"astro": "4.15.6",
14+
"@astrojs/starlight": "0.28.2",
15+
"@astrojs/svelte": "^5.7.1",
16+
"astro": "4.15.9",
1717
"rehype-mathjax": "^6.0.0",
1818
"remark-math": "^6.0.0",
1919
"sharp": "^0.33.5",
20-
"starlight-links-validator": "^0.12.0",
20+
"starlight-links-validator": "^0.12.1",
2121
"starlight-site-graph": "0.0.13",
2222
"starlight-typedoc": "^0.16.0",
2323
"svelte": "5.0.0-next.210",
2424
"typedoc": "^0.26.7",
25-
"typedoc-plugin-markdown": "^4.2.7",
26-
"typedoc-plugin-mdn-links": "^3.2.12",
25+
"typedoc-plugin-markdown": "^4.2.8",
26+
"typedoc-plugin-mdn-links": "^3.3.1",
2727
"typescript": "^5.6.2"
2828
},
2929
"devDependencies": {
3030
"prettier": "^3.3.3",
3131
"prettier-plugin-astro": "^0.14.1",
32-
"prettier-plugin-svelte": "^3.2.6"
32+
"prettier-plugin-svelte": "^3.2.7"
3333
}
3434
}

src/content/docs/api/classes/API.md

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ title: "API"
6666

6767
#### Defined in
6868

69-
[jsEngine/api/API.ts:49](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L49)
69+
[jsEngine/api/API.ts:50](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L50)
7070

7171
## Properties
7272

@@ -78,7 +78,7 @@ Reference to the obsidian app.
7878

7979
#### Defined in
8080

81-
[jsEngine/api/API.ts:20](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L20)
81+
[jsEngine/api/API.ts:21](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L21)
8282

8383
***
8484

@@ -88,7 +88,7 @@ Reference to the obsidian app.
8888
8989
#### Defined in
9090

91-
[jsEngine/api/API.ts:25](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L25)
91+
[jsEngine/api/API.ts:26](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L26)
9292

9393
***
9494

@@ -100,7 +100,7 @@ API to interact with js engines internals.
100100

101101
#### Defined in
102102

103-
[jsEngine/api/API.ts:47](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L47)
103+
[jsEngine/api/API.ts:48](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L48)
104104

105105
***
106106

@@ -112,7 +112,7 @@ API to interact with packaged libraries.
112112

113113
#### Defined in
114114

115-
[jsEngine/api/API.ts:38](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L38)
115+
[jsEngine/api/API.ts:39](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L39)
116116

117117
***
118118

@@ -124,7 +124,7 @@ API to interact with markdown.
124124

125125
#### Defined in
126126

127-
[jsEngine/api/API.ts:30](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L30)
127+
[jsEngine/api/API.ts:31](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L31)
128128

129129
***
130130

@@ -136,7 +136,7 @@ API to interact with the plugins message system.
136136

137137
#### Defined in
138138

139-
[jsEngine/api/API.ts:34](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L34)
139+
[jsEngine/api/API.ts:35](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L35)
140140

141141
***
142142

@@ -148,7 +148,7 @@ Reference the JS Engine plugin.
148148

149149
#### Defined in
150150

151-
[jsEngine/api/API.ts:24](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L24)
151+
[jsEngine/api/API.ts:25](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L25)
152152

153153
***
154154

@@ -158,7 +158,7 @@ Reference the JS Engine plugin.
158158
159159
#### Defined in
160160

161-
[jsEngine/api/API.ts:43](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L43)
161+
[jsEngine/api/API.ts:44](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L44)
162162

163163
***
164164

@@ -170,7 +170,7 @@ API to query your vault with simple javascript functions.
170170

171171
#### Defined in
172172

173-
[jsEngine/api/API.ts:42](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L42)
173+
[jsEngine/api/API.ts:43](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L43)
174174

175175
***
176176

@@ -180,10 +180,34 @@ API to query your vault with simple javascript functions.
180180
181181
#### Defined in
182182

183-
[jsEngine/api/API.ts:26](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L26)
183+
[jsEngine/api/API.ts:27](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L27)
184184

185185
## Methods
186186

187+
### getObsidianModule()
188+
189+
> **getObsidianModule**(): `__module`
190+
191+
Gets the obsidian module.
192+
This allows you to access all things exported by the obsidian module.
193+
194+
#### Returns
195+
196+
`__module`
197+
198+
#### Example
199+
200+
```js
201+
const obsidian = engine.getObsidianModule();
202+
new obsidian.Notice('Hello World!');
203+
```
204+
205+
#### Defined in
206+
207+
[jsEngine/api/API.ts:109](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L109)
208+
209+
***
210+
187211
### getPlugin()
188212

189213
> **getPlugin**(`pluginId`): `undefined` \| `Plugin`
@@ -228,7 +252,7 @@ the id of the plugin.
228252

229253
#### Defined in
230254

231-
[jsEngine/api/API.ts:92](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L92)
255+
[jsEngine/api/API.ts:93](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L93)
232256

233257
***
234258

@@ -279,7 +303,7 @@ the vault relative path of the file to import
279303

280304
#### Defined in
281305

282-
[jsEngine/api/API.ts:72](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L72)
306+
[jsEngine/api/API.ts:73](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L73)
283307

284308
***
285309

@@ -344,4 +368,4 @@ the initial arguments (for the first render) to pass to the function.
344368

345369
#### Defined in
346370

347-
[jsEngine/api/API.ts:105](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/API.ts#L105)
371+
[jsEngine/api/API.ts:120](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/API.ts#L120)

src/content/docs/api/classes/BlockQuoteElement.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Represents a markdown block quote.
5252

5353
#### Defined in
5454

55-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:14](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L14)
55+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:14](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L14)
5656

5757
## Properties
5858

@@ -66,7 +66,7 @@ Represents a markdown block quote.
6666

6767
#### Defined in
6868

69-
[jsEngine/api/markdown/AbstractMarkdownElement.ts:9](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElement.ts#L9)
69+
[jsEngine/api/markdown/AbstractMarkdownElement.ts:9](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElement.ts#L9)
7070

7171
***
7272

@@ -80,7 +80,7 @@ Represents a markdown block quote.
8080

8181
#### Defined in
8282

83-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:12](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L12)
83+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:12](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L12)
8484

8585
## Methods
8686

@@ -123,7 +123,7 @@ Represents a markdown block quote.
123123

124124
#### Defined in
125125

126-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:53](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L53)
126+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:53](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L53)
127127

128128
***
129129

@@ -166,7 +166,7 @@ Represents a markdown block quote.
166166

167167
#### Defined in
168168

169-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:85](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L85)
169+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:85](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L85)
170170

171171
***
172172

@@ -209,7 +209,7 @@ Represents a markdown block quote.
209209

210210
#### Defined in
211211

212-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:61](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L61)
212+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:61](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L61)
213213

214214
***
215215

@@ -262,7 +262,7 @@ Error if the element is not allowed in the container.
262262

263263
#### Defined in
264264

265-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:35](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L35)
265+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:35](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L35)
266266

267267
***
268268

@@ -305,7 +305,7 @@ Error if the element is not allowed in the container.
305305

306306
#### Defined in
307307

308-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:77](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L77)
308+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:77](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L77)
309309

310310
***
311311

@@ -348,7 +348,7 @@ Error if the element is not allowed in the container.
348348

349349
#### Defined in
350350

351-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:45](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L45)
351+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:45](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L45)
352352

353353
***
354354

@@ -391,7 +391,7 @@ Error if the element is not allowed in the container.
391391

392392
#### Defined in
393393

394-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:69](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L69)
394+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:69](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L69)
395395

396396
***
397397

@@ -409,7 +409,7 @@ Error if the element is not allowed in the container.
409409

410410
#### Defined in
411411

412-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:109](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L109)
412+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:109](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L109)
413413

414414
***
415415

@@ -492,7 +492,7 @@ Error if the element is not allowed in the container.
492492

493493
#### Defined in
494494

495-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:115](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L115)
495+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:115](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L115)
496496

497497
***
498498

@@ -547,7 +547,7 @@ Error if the element is not allowed in the container.
547547

548548
#### Defined in
549549

550-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:131](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L131)
550+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:131](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L131)
551551

552552
***
553553

@@ -647,7 +647,7 @@ Error if the element is not allowed in the container.
647647

648648
#### Defined in
649649

650-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:123](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L123)
650+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:123](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L123)
651651

652652
***
653653

@@ -702,7 +702,7 @@ Error if the element is not allowed in the container.
702702

703703
#### Defined in
704704

705-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:101](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L101)
705+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:101](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L101)
706706

707707
***
708708

@@ -751,7 +751,7 @@ Error if the element is not allowed in the container.
751751

752752
#### Defined in
753753

754-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:147](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L147)
754+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:147](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L147)
755755

756756
***
757757

@@ -769,7 +769,7 @@ Error if the element is not allowed in the container.
769769

770770
#### Defined in
771771

772-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:155](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L155)
772+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:155](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L155)
773773

774774
***
775775

@@ -812,7 +812,7 @@ Error if the element is not allowed in the container.
812812

813813
#### Defined in
814814

815-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:93](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L93)
815+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:93](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L93)
816816

817817
***
818818

@@ -867,7 +867,7 @@ Error if the element is not allowed in the container.
867867

868868
#### Defined in
869869

870-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:139](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L139)
870+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:139](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L139)
871871

872872
***
873873

@@ -887,7 +887,7 @@ Converts the element to a [MarkdownString](../../../../../obsidian-js-engine-plu
887887

888888
#### Defined in
889889

890-
[jsEngine/api/markdown/AbstractMarkdownElement.ts:28](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElement.ts#L28)
890+
[jsEngine/api/markdown/AbstractMarkdownElement.ts:28](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElement.ts#L28)
891891

892892
***
893893

@@ -907,4 +907,4 @@ Converts the element to a string.
907907

908908
#### Defined in
909909

910-
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:381](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/2a2cfe4836b2dabd89bbe1da5831eff3e3e8be62/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L381)
910+
[jsEngine/api/markdown/AbstractMarkdownElementContainer.ts:381](https://github.com/mProjectsCode/obsidian-js-engine-plugin/blob/478195ff0950169f74ac27af6df4a8ee89bd131d/jsEngine/api/markdown/AbstractMarkdownElementContainer.ts#L381)

0 commit comments

Comments
 (0)