@blocknote/xl-odt-exporter 0.25.0

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 (44) hide show
  1. package/LICENSE +661 -0
  2. package/dist/GeistMono-Regular-D4rKXxwr.js +5 -0
  3. package/dist/GeistMono-Regular-D4rKXxwr.js.map +1 -0
  4. package/dist/Inter_18pt-Regular-byxnNS-8.js +5 -0
  5. package/dist/Inter_18pt-Regular-byxnNS-8.js.map +1 -0
  6. package/dist/blocknote-xl-odt-exporter.js +1646 -0
  7. package/dist/blocknote-xl-odt-exporter.js.map +1 -0
  8. package/dist/blocknote-xl-odt-exporter.umd.cjs +1080 -0
  9. package/dist/blocknote-xl-odt-exporter.umd.cjs.map +1 -0
  10. package/dist/webpack-stats.json +1 -0
  11. package/package.json +82 -0
  12. package/src/index.ts +1 -0
  13. package/src/odt/__snapshots__/basic/content.xml +448 -0
  14. package/src/odt/__snapshots__/basic/styles.xml +599 -0
  15. package/src/odt/__snapshots__/withCustomOptions/content.xml +462 -0
  16. package/src/odt/__snapshots__/withCustomOptions/styles.xml +599 -0
  17. package/src/odt/defaultSchema/blocks.tsx +460 -0
  18. package/src/odt/defaultSchema/index.ts +9 -0
  19. package/src/odt/defaultSchema/inlineContent.tsx +30 -0
  20. package/src/odt/defaultSchema/styles.ts +59 -0
  21. package/src/odt/index.ts +2 -0
  22. package/src/odt/odtExporter.test.ts +80 -0
  23. package/src/odt/odtExporter.tsx +360 -0
  24. package/src/odt/template/META-INF/manifest.xml +18 -0
  25. package/src/odt/template/Pictures/100000000000014C0000014CDD284996.jpg +0 -0
  26. package/src/odt/template/README.md +3 -0
  27. package/src/odt/template/Thumbnails/thumbnail.png +0 -0
  28. package/src/odt/template/content.xml +430 -0
  29. package/src/odt/template/manifest.rdf +6 -0
  30. package/src/odt/template/meta.xml +19 -0
  31. package/src/odt/template/mimetype +1 -0
  32. package/src/odt/template/settings.xml +173 -0
  33. package/src/odt/template/styles.xml +1078 -0
  34. package/src/odt/template/template blocknote.odt +0 -0
  35. package/src/odt/util/jsx.d.ts +55 -0
  36. package/src/vite-env.d.ts +11 -0
  37. package/types/src/index.d.ts +1 -0
  38. package/types/src/odt/defaultSchema/blocks.d.ts +4 -0
  39. package/types/src/odt/defaultSchema/index.d.ts +529 -0
  40. package/types/src/odt/defaultSchema/inlineContent.d.ts +3 -0
  41. package/types/src/odt/defaultSchema/styles.d.ts +2 -0
  42. package/types/src/odt/index.d.ts +2 -0
  43. package/types/src/odt/odtExporter.d.ts +28 -0
  44. package/types/src/odt/odtExporter.test.d.ts +1 -0
@@ -0,0 +1,430 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <office:document-content xmlns:css3t="http://www.w3.org/TR/css3-text/"
3
+ xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms"
6
+ xmlns:dom="http://www.w3.org/2001/xml-events"
7
+ xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0"
8
+ xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0"
9
+ xmlns:math="http://www.w3.org/1998/Math/MathML"
10
+ xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"
11
+ xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0"
12
+ xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
13
+ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
14
+ xmlns:officeooo="http://openoffice.org/2009/office"
15
+ xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
16
+ xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
17
+ xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
18
+ xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"
19
+ xmlns:rpt="http://openoffice.org/2005/report"
20
+ xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0"
21
+ xmlns:tableooo="http://openoffice.org/2009/table"
22
+ xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
23
+ xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2"
24
+ xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
25
+ xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
26
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
27
+ xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
28
+ xmlns:oooc="http://openoffice.org/2004/calc" xmlns:xlink="http://www.w3.org/1999/xlink"
29
+ xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:ooow="http://openoffice.org/2004/writer"
30
+ xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
31
+ xmlns:ooo="http://openoffice.org/2004/office"
32
+ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3">
33
+ <office:scripts />
34
+ <office:font-face-decls>
35
+ <style:font-face style:name="Arial Unicode MS"
36
+ svg:font-family="&apos;Arial Unicode MS&apos;" style:font-family-generic="swiss" />
37
+ <style:font-face style:name="Arial Unicode MS1"
38
+ svg:font-family="&apos;Arial Unicode MS&apos;" style:font-family-generic="system"
39
+ style:font-pitch="variable" />
40
+ <style:font-face style:name="F" svg:font-family="" style:font-pitch="variable" />
41
+ <style:font-face style:name="F1" svg:font-family="" style:font-family-generic="roman"
42
+ style:font-pitch="variable" />
43
+ <style:font-face style:name="F2" svg:font-family="" style:font-family-generic="system"
44
+ style:font-pitch="variable" />
45
+ <style:font-face style:name="Inter" svg:font-family="Inter" style:font-pitch="variable" />
46
+ <style:font-face style:name="Inter1" svg:font-family="Inter"
47
+ style:font-family-generic="system" style:font-pitch="variable" />
48
+ <style:font-face style:name="Liberation Sans" svg:font-family="&apos;Liberation Sans&apos;"
49
+ style:font-family-generic="swiss" style:font-pitch="variable" />
50
+ <style:font-face style:name="MS Gothic" svg:font-family="&apos;MS Gothic&apos;"
51
+ style:font-pitch="variable" style:font-charset="x-symbol" />
52
+ <style:font-face style:name="MS Gothic1" svg:font-family="&apos;MS Gothic&apos;"
53
+ style:font-family-generic="system" style:font-pitch="variable" />
54
+ <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol"
55
+ style:font-charset="x-symbol" />
56
+ <style:font-face style:name="PingFang SC" svg:font-family="&apos;PingFang SC&apos;"
57
+ style:font-family-generic="system" style:font-pitch="variable" />
58
+ <style:font-face style:name="Times New Roman (Body CS)"
59
+ svg:font-family="&apos;Times New Roman (Body CS)&apos;"
60
+ style:font-family-generic="system" style:font-pitch="variable" />
61
+ </office:font-face-decls>
62
+ <office:automatic-styles>
63
+ <style:style style:name="Table1" style:family="table">
64
+ <style:table-properties style:width="3.75in" fo:margin-left="0.0035in"
65
+ fo:margin-top="0in" fo:margin-bottom="0in" table:align="left"
66
+ style:writing-mode="page" />
67
+ </style:style>
68
+ <style:style style:name="Table1.A" style:family="table-column">
69
+ <style:table-column-properties style:column-width="1.25in" />
70
+ </style:style>
71
+ <style:style style:name="Table1.1" style:family="table-row">
72
+ <style:table-row-properties fo:keep-together="auto" />
73
+ </style:style>
74
+ <style:style style:name="Table1.A1" style:family="table-cell">
75
+ <style:table-cell-properties fo:padding-left="0.075in" fo:padding-right="0.075in"
76
+ fo:padding-top="0in" fo:padding-bottom="0in" fo:border="0.5pt solid #000000" />
77
+ </style:style>
78
+ <style:style style:name="Table2" style:family="table">
79
+ <style:table-properties style:width="3.75in" fo:margin-left="0.0035in"
80
+ fo:margin-top="0in" fo:margin-bottom="0in" table:align="left"
81
+ style:writing-mode="page" />
82
+ </style:style>
83
+ <style:style style:name="Table2.A" style:family="table-column">
84
+ <style:table-column-properties style:column-width="1.25in" />
85
+ </style:style>
86
+ <style:style style:name="Table2.1" style:family="table-row">
87
+ <style:table-row-properties fo:keep-together="auto" />
88
+ </style:style>
89
+ <style:style style:name="Table2.A1" style:family="table-cell">
90
+ <style:table-cell-properties fo:padding-left="0.075in" fo:padding-right="0.075in"
91
+ fo:padding-top="0in" fo:padding-bottom="0in" fo:border="0.5pt solid #000000" />
92
+ </style:style>
93
+ <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Standard">
94
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#fbe4e4" />
95
+ <style:paragraph-properties fo:background-color="#fbe4e4" />
96
+ </style:style>
97
+ <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard">
98
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#ddebf1" />
99
+ <style:paragraph-properties fo:background-color="#ddebf1" />
100
+ </style:style>
101
+ <style:style style:name="P3" style:family="paragraph" style:parent-style-name="Heading_20_1">
102
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false" />
103
+ </style:style>
104
+ <style:style style:name="P4" style:family="paragraph" style:parent-style-name="Standard">
105
+ <style:paragraph-properties fo:text-align="justify" fo:text-align-last="justify"
106
+ style:justify-single-word="false" />
107
+ </style:style>
108
+ <style:style style:name="P5" style:family="paragraph"
109
+ style:parent-style-name="List_20_Paragraph" style:list-style-name="WWNum2" />
110
+ <style:style style:name="P6" style:family="paragraph"
111
+ style:parent-style-name="List_20_Paragraph" style:list-style-name="WWNum2">
112
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false" />
113
+ </style:style>
114
+ <style:style style:name="P7" style:family="paragraph"
115
+ style:parent-style-name="List_20_Paragraph" style:list-style-name="WWNum3" />
116
+ <style:style style:name="P8" style:family="paragraph"
117
+ style:parent-style-name="List_20_Paragraph" style:list-style-name="WWNum3">
118
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#fbe4e4" />
119
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false"
120
+ fo:background-color="#fbe4e4" />
121
+ </style:style>
122
+ <style:style style:name="P9" style:family="paragraph"
123
+ style:parent-style-name="List_20_Paragraph" style:list-style-name="WWNum3">
124
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#fbe4e4" />
125
+ <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"
126
+ fo:background-color="#fbe4e4" />
127
+ </style:style>
128
+ <style:style style:name="P10" style:family="paragraph" style:parent-style-name="Standard">
129
+ <style:paragraph-properties fo:text-align="end" style:justify-single-word="false" />
130
+ </style:style>
131
+ <style:style style:name="P11" style:family="paragraph" style:parent-style-name="Standard">
132
+ <style:text-properties style:font-name="Inter" style:font-name-asian="Inter1"
133
+ style:font-name-complex="Inter1" />
134
+ </style:style>
135
+ <style:style style:name="T1" style:family="text">
136
+ <style:text-properties style:font-name="Inter" style:font-name-asian="Inter1"
137
+ style:font-name-complex="Inter1" />
138
+ </style:style>
139
+ <style:style style:name="T2" style:family="text">
140
+ <style:text-properties fo:font-style="italic" style:font-style-asian="italic"
141
+ style:font-style-complex="italic" />
142
+ </style:style>
143
+ <style:style style:name="T3" style:family="text">
144
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold"
145
+ style:font-style-asian="italic" style:font-weight-asian="bold"
146
+ style:font-style-complex="italic" style:font-weight-complex="bold" />
147
+ </style:style>
148
+ <style:style style:name="T4" style:family="text">
149
+ <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold"
150
+ style:font-weight-complex="bold" />
151
+ </style:style>
152
+ <style:style style:name="T5" style:family="text">
153
+ <style:text-properties style:font-name="Inter" fo:font-weight="bold"
154
+ style:font-name-asian="Inter1" style:font-weight-asian="bold"
155
+ style:font-name-complex="Inter1" style:font-weight-complex="bold" />
156
+ </style:style>
157
+ <style:style style:name="T6" style:family="text">
158
+ <style:text-properties style:font-name="Inter" fo:font-style="italic"
159
+ style:font-name-asian="Inter1" style:font-style-asian="italic"
160
+ style:font-name-complex="Inter1" style:font-style-complex="italic" />
161
+ </style:style>
162
+ <style:style style:name="T7" style:family="text">
163
+ <style:text-properties fo:color="#0b6e99" loext:opacity="100%" />
164
+ </style:style>
165
+ <style:style style:name="T8" style:family="text">
166
+ <style:text-properties style:font-name="MS Gothic" style:font-name-asian="MS Gothic1"
167
+ style:font-name-complex="MS Gothic1" />
168
+ </style:style>
169
+ <style:style style:name="T9" style:family="text">
170
+ <style:text-properties fo:color="#e03e3e" loext:opacity="100%" fo:font-style="italic"
171
+ fo:font-weight="bold" fo:background-color="#ddebf1" loext:char-shading-value="0"
172
+ style:font-style-asian="italic" style:font-weight-asian="bold"
173
+ style:font-style-complex="italic" style:font-weight-complex="bold" />
174
+ </style:style>
175
+ <style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
176
+ <style:graphic-properties fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0in"
177
+ fo:margin-bottom="0in" style:vertical-pos="top" style:vertical-rel="baseline"
178
+ fo:background-color="transparent" draw:fill="none" draw:fill-color="#729fcf"
179
+ draw:secondary-fill-color="#729fcf" draw:fill-gradient-name="Gradient_20_1"
180
+ draw:gradient-step-count="0"
181
+ draw:fill-hatch-name="Red_20_90_20_Degrees_20_Crossed_20_1"
182
+ draw:fill-hatch-solid="false" draw:fill-image-name="Bitmap_20_1" draw:opacity="100%"
183
+ draw:fill-image-width="0in" draw:fill-image-height="0in" style:repeat="repeat"
184
+ draw:fill-image-ref-point-x="0%" draw:fill-image-ref-point-y="0%"
185
+ draw:fill-image-ref-point="center" draw:tile-repeat-offset="0% horizontal"
186
+ fo:padding="0in" fo:border="none" style:mirror="none"
187
+ fo:clip="rect(0in, 0in, 0in, 0in)" draw:luminance="0%" draw:contrast="0%"
188
+ draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%"
189
+ draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"
190
+ loext:decorative="false" />
191
+ </style:style>
192
+ </office:automatic-styles>
193
+ <office:body>
194
+ <office:text text:use-soft-page-breaks="true">
195
+ <text:sequence-decls>
196
+ <text:sequence-decl text:display-outline-level="0" text:name="Illustration" />
197
+ <text:sequence-decl text:display-outline-level="0" text:name="Table" />
198
+ <text:sequence-decl text:display-outline-level="0" text:name="Text" />
199
+ <text:sequence-decl text:display-outline-level="0" text:name="Drawing" />
200
+ <text:sequence-decl text:display-outline-level="0" text:name="Figure" />
201
+ </text:sequence-decls>
202
+ <text:p text:style-name="Standard" loext:marker-style-name="T1">
203
+ <text:span text:style-name="T2">Welcome to this</text:span>
204
+ <text:span text:style-name="T3">demo!</text:span>
205
+ </text:p>
206
+ <text:p text:style-name="Standard" loext:marker-style-name="T1"><text:tab />Hello World
207
+ nested<text:span text:style-name="T1" /></text:p>
208
+ <text:p text:style-name="Standard" loext:marker-style-name="T1"><text:tab /><text:tab />Hello
209
+ World double nested<text:span text:style-name="T1" /></text:p>
210
+ <text:p text:style-name="P1" loext:marker-style-name="T1">
211
+ <text:span text:style-name="T4">This paragraph has a background color</text:span>
212
+ <text:span text:style-name="T5" />
213
+ </text:p>
214
+ <text:p text:style-name="P2" loext:marker-style-name="T1">
215
+ <text:span text:style-name="T2">This one too, but it&apos;s blue</text:span>
216
+ <text:span text:style-name="T6" />
217
+ </text:p>
218
+ <text:p text:style-name="Standard" loext:marker-style-name="T1">Paragraph<text:span
219
+ text:style-name="T1" /></text:p>
220
+ <text:h text:style-name="Heading_20_1" text:outline-level="1">Heading</text:h>
221
+ <text:h text:style-name="P3" text:outline-level="1">Heading right</text:h>
222
+ <text:p text:style-name="P4" loext:marker-style-name="T1">justified paragraph. Lorem
223
+ ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
224
+ ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
225
+ ullamco laboris nisi ut aliquip ex ea commodo consequat.<text:span
226
+ text:style-name="T1" /></text:p>
227
+ <text:list text:style-name="WWNum2">
228
+ <text:list-item text:start-value="1">
229
+ <text:p text:style-name="P5">Bullet List Item. <text:s />Lorem ipsum dolor sit
230
+ amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
231
+ labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
232
+ exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</text:p>
233
+ <text:list>
234
+ <text:list-item>
235
+ <text:p text:style-name="P5">Bullet List Item. <text:s />Lorem ipsum
236
+ dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
237
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim
238
+ veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
239
+ ea commodo consequat.</text:p>
240
+ </text:list-item>
241
+ <text:list-item>
242
+ <text:p text:style-name="P6">Bullet List Item. <text:s />Lorem ipsum
243
+ dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
244
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim
245
+ veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
246
+ ea commodo consequat.</text:p>
247
+ </text:list-item>
248
+ </text:list>
249
+ </text:list-item>
250
+ </text:list>
251
+ <text:list text:style-name="WWNum3">
252
+ <text:list-item>
253
+ <text:list>
254
+ <text:list-item>
255
+ <text:p text:style-name="P7">Numbered List Item 1</text:p>
256
+ </text:list-item>
257
+ <text:list-item>
258
+ <text:p text:style-name="P7">Numbered List Item 2</text:p>
259
+ <text:list>
260
+ <text:list-item>
261
+ <text:p text:style-name="P7">Numbered List Item Nested 1</text:p>
262
+ </text:list-item>
263
+ <text:list-item>
264
+ <text:p text:style-name="P7"><text:soft-page-break />Numbered
265
+ List Item Nested 2</text:p>
266
+ </text:list-item>
267
+ <text:list-item>
268
+ <text:p text:style-name="P8" loext:marker-style-name="T7">Numbered
269
+ List Item Nested funky right<text:span text:style-name="T7" /></text:p>
270
+ </text:list-item>
271
+ <text:list-item>
272
+ <text:p text:style-name="P9" loext:marker-style-name="T7">Numbered
273
+ List Item Nested funky center<text:span text:style-name="T7" /></text:p>
274
+ </text:list-item>
275
+ </text:list>
276
+ </text:list-item>
277
+ </text:list>
278
+ </text:list-item>
279
+ <text:list-item text:start-value="1">
280
+ <text:p text:style-name="P7">Numbered List Item</text:p>
281
+ </text:list-item>
282
+ </text:list>
283
+ <text:p text:style-name="Standard"><loext:content-control loext:checkbox="true"
284
+ loext:checked-state="☒" loext:unchecked-state="☐">
285
+ <text:span text:style-name="T8">☐</text:span>
286
+ </loext:content-control>
287
+ Check List Item</text:p>
288
+ <table:table table:name="Table1" table:style-name="Table1">
289
+ <table:table-column table:style-name="Table1.A" table:number-columns-repeated="3" />
290
+ <table:table-row table:style-name="Table1.1">
291
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
292
+ <text:p text:style-name="Standard">Table Cell</text:p>
293
+ </table:table-cell>
294
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
295
+ <text:p text:style-name="Standard">Table Cell</text:p>
296
+ </table:table-cell>
297
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
298
+ <text:p text:style-name="Standard">Table Cell</text:p>
299
+ </table:table-cell>
300
+ </table:table-row>
301
+ <table:table-row table:style-name="Table1.1">
302
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
303
+ <text:p text:style-name="Standard">Table Cell</text:p>
304
+ </table:table-cell>
305
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
306
+ <text:p text:style-name="Standard">Table Cell</text:p>
307
+ </table:table-cell>
308
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
309
+ <text:p text:style-name="Standard">Table Cell</text:p>
310
+ </table:table-cell>
311
+ </table:table-row>
312
+ <table:table-row table:style-name="Table1.1">
313
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
314
+ <text:p text:style-name="Standard">Table Cell</text:p>
315
+ </table:table-cell>
316
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
317
+ <text:p text:style-name="Standard">Table Cell</text:p>
318
+ </table:table-cell>
319
+ <table:table-cell table:style-name="Table1.A1" office:value-type="string">
320
+ <text:p text:style-name="Standard">Table Cell</text:p>
321
+ </table:table-cell>
322
+ </table:table-row>
323
+ </table:table>
324
+ <text:p text:style-name="Standard">
325
+ <text:span text:style-name="Internet_20_link">Open file</text:span>
326
+ </text:p>
327
+ <text:p text:style-name="Standard">
328
+ <draw:frame draw:style-name="fr1"
329
+ draw:name="From https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg"
330
+ text:anchor-type="as-char" svg:width="5.3335in" svg:height="5.3335in"
331
+ draw:z-index="0">
332
+ <draw:image xlink:href="Pictures/100000000000014C0000014CDD284996.jpg"
333
+ xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
334
+ draw:mime-type="image/jpeg" />
335
+ <svg:title>
336
+ From
337
+ https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg</svg:title>
338
+ <svg:desc>
339
+ From
340
+ https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg</svg:desc>
341
+ </draw:frame>
342
+ </text:p>
343
+ <text:p text:style-name="Caption">
344
+ From
345
+ https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg</text:p>
346
+ <text:p text:style-name="P10">
347
+ <text:soft-page-break />
348
+ <draw:frame draw:style-name="fr1" draw:name="Image1" text:anchor-type="as-char"
349
+ svg:width="2.0835in" svg:height="2.0835in" draw:z-index="1">
350
+ <draw:image xlink:href="Pictures/100000000000014C0000014CDD284996.jpg"
351
+ xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
352
+ draw:mime-type="image/jpeg" />
353
+ </draw:frame>
354
+ </text:p>
355
+ <text:p text:style-name="Standard">
356
+ <text:a xlink:type="simple"
357
+ xlink:href="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm"
358
+ text:style-name="Internet_20_link"
359
+ text:visited-style-name="Visited_20_Internet_20_Link">
360
+ <text:span text:style-name="Internet_20_link">Open video</text:span>
361
+ </text:a>
362
+ </text:p>
363
+ <text:p text:style-name="Caption">From
364
+ https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm</text:p>
365
+ <text:p text:style-name="Standard">
366
+ <text:a xlink:type="simple"
367
+ xlink:href="https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3"
368
+ text:style-name="Internet_20_link"
369
+ text:visited-style-name="Visited_20_Internet_20_Link">
370
+ <text:span text:style-name="Internet_20_link">Open audio</text:span>
371
+ </text:a>
372
+ </text:p>
373
+ <text:p text:style-name="Caption">From
374
+ https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3</text:p>
375
+ <text:p text:style-name="P11" loext:marker-style-name="T1" />
376
+ <text:p text:style-name="Standard" loext:marker-style-name="T1">
377
+ <text:span text:style-name="T4">Inline Content:</text:span>
378
+ <text:span text:style-name="T5" />
379
+ </text:p>
380
+ <text:p text:style-name="Standard" loext:marker-style-name="T1">
381
+ <text:span text:style-name="T9">Styled Text</text:span>
382
+ <text:a xlink:type="simple" xlink:href="https://www.blocknotejs.org"
383
+ text:style-name="Internet_20_link"
384
+ text:visited-style-name="Visited_20_Internet_20_Link">
385
+ <text:span text:style-name="Internet_20_link">Link</text:span>
386
+ </text:a>
387
+ </text:p>
388
+ <table:table table:name="Table2" table:style-name="Table2">
389
+ <table:table-column table:style-name="Table2.A" table:number-columns-repeated="3" />
390
+ <table:table-row table:style-name="Table2.1">
391
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
392
+ <text:p text:style-name="Standard">Table Cell 1</text:p>
393
+ </table:table-cell>
394
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
395
+ <text:p text:style-name="Standard">Table Cell 2</text:p>
396
+ </table:table-cell>
397
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
398
+ <text:p text:style-name="Standard">Table Cell 3</text:p>
399
+ </table:table-cell>
400
+ </table:table-row>
401
+ <table:table-row table:style-name="Table2.1">
402
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
403
+ <text:p text:style-name="Standard">Table Cell 4</text:p>
404
+ </table:table-cell>
405
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
406
+ <text:p text:style-name="Standard">
407
+ <text:span text:style-name="T4">Table Cell Bold 5</text:span>
408
+ </text:p>
409
+ </table:table-cell>
410
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
411
+ <text:p text:style-name="Standard">Table Cell 6</text:p>
412
+ </table:table-cell>
413
+ </table:table-row>
414
+ <table:table-row table:style-name="Table2.1">
415
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
416
+ <text:p text:style-name="Standard">Table Cell 7</text:p>
417
+ </table:table-cell>
418
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
419
+ <text:p text:style-name="Standard">Table Cell 8</text:p>
420
+ </table:table-cell>
421
+ <table:table-cell table:style-name="Table2.A1" office:value-type="string">
422
+ <text:p text:style-name="Standard">Table Cell 9</text:p>
423
+ </table:table-cell>
424
+ </table:table-row>
425
+ </table:table>
426
+ <text:p text:style-name="P11" loext:marker-style-name="T1" />
427
+ <text:p text:style-name="P11" loext:marker-style-name="T1" />
428
+ </office:text>
429
+ </office:body>
430
+ </office:document-content>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3
+ <rdf:Description rdf:about="">
4
+ <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
5
+ </rdf:Description>
6
+ </rdf:RDF>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <office:document-meta xmlns:grddl="http://www.w3.org/2003/g/data-view#"
3
+ xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
4
+ xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink"
5
+ xmlns:ooo="http://openoffice.org/2004/office"
6
+ xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3">
7
+ <office:meta>
8
+ <meta:initial-creator>Un-named</meta:initial-creator>
9
+ <meta:editing-cycles>2</meta:editing-cycles>
10
+ <meta:creation-date>2024-12-20T08:34:19.813000000</meta:creation-date>
11
+ <dc:date>2024-12-20T09:39:32.235059975</dc:date>
12
+ <meta:editing-duration>PT4M44S</meta:editing-duration>
13
+ <meta:document-statistic meta:table-count="2" meta:image-count="2" meta:object-count="0"
14
+ meta:page-count="3" meta:paragraph-count="48" meta:word-count="291"
15
+ meta:character-count="1899" meta:non-whitespace-character-count="1657" />
16
+ <meta:generator>LibreOffice/24.8.4.2$MacOSX_AARCH64
17
+ LibreOffice_project/bb3cfa12c7b1bf994ecc5649a80400d06cd71002</meta:generator>
18
+ </office:meta>
19
+ </office:document-meta>
@@ -0,0 +1 @@
1
+ application/vnd.oasis.opendocument.text