mathpix-markdown-it 1.2.19 → 1.2.20
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.
- package/.idea/workspace.xml +399 -304
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/components/mathpix-markdown/index.js +3 -2
- package/lib/components/mathpix-markdown/index.js.map +1 -1
- package/lib/copy-to-clipboard/clipboard-copy-element.d.ts +1 -0
- package/lib/copy-to-clipboard/clipboard-copy-element.js +23 -0
- package/lib/copy-to-clipboard/clipboard-copy-element.js.map +1 -0
- package/lib/copy-to-clipboard/clipboard-copy-styles.d.ts +1 -0
- package/lib/copy-to-clipboard/clipboard-copy-styles.js +6 -0
- package/lib/copy-to-clipboard/clipboard-copy-styles.js.map +1 -0
- package/lib/copy-to-clipboard/clipboard.d.ts +2 -0
- package/lib/copy-to-clipboard/clipboard.js +42 -0
- package/lib/copy-to-clipboard/clipboard.js.map +1 -0
- package/lib/copy-to-clipboard/index.d.ts +6 -0
- package/lib/copy-to-clipboard/index.js +114 -0
- package/lib/copy-to-clipboard/index.js.map +1 -0
- package/lib/markdown/index.js +3 -2
- package/lib/markdown/index.js.map +1 -1
- package/lib/markdown/mathpix-markdown-plugins.js +3 -2
- package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
- package/lib/markdown/mdHighlightCodePlugin.js +14 -1
- package/lib/markdown/mdHighlightCodePlugin.js.map +1 -1
- package/lib/mathpix-markdown-model/index.d.ts +2 -0
- package/lib/mathpix-markdown-model/index.js +10 -6
- package/lib/mathpix-markdown-model/index.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -5,9 +5,27 @@
|
|
|
5
5
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts" line="59" mnemonic="9" />
|
|
6
6
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts" line="34" mnemonic="8" />
|
|
7
7
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/utils.ts" line="36" mnemonic="7" />
|
|
8
|
+
<bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="390" mnemonic="0" />
|
|
8
9
|
</component>
|
|
9
10
|
<component name="ChangeListManager">
|
|
10
|
-
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts"
|
|
11
|
+
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts">
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/bundle.js" afterDir="false" />
|
|
13
|
+
<change beforePath="$PROJECT_DIR$/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/index.js" afterDir="false" />
|
|
14
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" afterDir="false" />
|
|
15
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" afterDir="false" />
|
|
16
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js" afterDir="false" />
|
|
17
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js.map" afterDir="false" />
|
|
18
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js" afterDir="false" />
|
|
19
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js.map" afterDir="false" />
|
|
20
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/clipboard-copy-styles.ts" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/clipboard-copy-styles.ts" afterDir="false" />
|
|
21
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/index.ts" afterDir="false" />
|
|
22
|
+
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js" afterDir="false" />
|
|
23
|
+
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js.map" afterDir="false" />
|
|
24
|
+
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js" afterDir="false" />
|
|
25
|
+
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js.map" afterDir="false" />
|
|
26
|
+
<change beforePath="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts" afterDir="false" />
|
|
27
|
+
<change beforePath="$PROJECT_DIR$/src/copy-to-clipboard/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/copy-to-clipboard/index.ts" afterDir="false" />
|
|
28
|
+
</list>
|
|
11
29
|
<ignored path="$PROJECT_DIR$/es5/" />
|
|
12
30
|
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
13
31
|
<ignored path="$PROJECT_DIR$/temp/" />
|
|
@@ -22,21 +40,21 @@
|
|
|
22
40
|
<session id="1706553226">
|
|
23
41
|
<usages-collector id="statistics.lifecycle.project">
|
|
24
42
|
<counts>
|
|
25
|
-
<entry key="project.closed" value="
|
|
43
|
+
<entry key="project.closed" value="305" />
|
|
26
44
|
<entry key="project.open.time.10" value="8" />
|
|
27
|
-
<entry key="project.open.time.11" value="
|
|
45
|
+
<entry key="project.open.time.11" value="15" />
|
|
28
46
|
<entry key="project.open.time.12" value="6" />
|
|
29
47
|
<entry key="project.open.time.13" value="18" />
|
|
30
48
|
<entry key="project.open.time.14" value="5" />
|
|
31
49
|
<entry key="project.open.time.15" value="8" />
|
|
32
|
-
<entry key="project.open.time.16" value="
|
|
50
|
+
<entry key="project.open.time.16" value="2" />
|
|
33
51
|
<entry key="project.open.time.17" value="3" />
|
|
34
52
|
<entry key="project.open.time.18" value="3" />
|
|
35
53
|
<entry key="project.open.time.19" value="1" />
|
|
36
54
|
<entry key="project.open.time.2" value="31" />
|
|
37
55
|
<entry key="project.open.time.20" value="3" />
|
|
38
56
|
<entry key="project.open.time.22" value="4" />
|
|
39
|
-
<entry key="project.open.time.3" value="
|
|
57
|
+
<entry key="project.open.time.3" value="77" />
|
|
40
58
|
<entry key="project.open.time.30" value="1" />
|
|
41
59
|
<entry key="project.open.time.31" value="1" />
|
|
42
60
|
<entry key="project.open.time.32" value="1" />
|
|
@@ -44,18 +62,18 @@
|
|
|
44
62
|
<entry key="project.open.time.4" value="74" />
|
|
45
63
|
<entry key="project.open.time.43" value="1" />
|
|
46
64
|
<entry key="project.open.time.48" value="1" />
|
|
47
|
-
<entry key="project.open.time.5" value="
|
|
65
|
+
<entry key="project.open.time.5" value="31" />
|
|
48
66
|
<entry key="project.open.time.6" value="22" />
|
|
49
67
|
<entry key="project.open.time.7" value="7" />
|
|
50
68
|
<entry key="project.open.time.8" value="4" />
|
|
51
69
|
<entry key="project.open.time.81" value="1" />
|
|
52
70
|
<entry key="project.open.time.9" value="3" />
|
|
53
|
-
<entry key="project.opened" value="
|
|
71
|
+
<entry key="project.opened" value="335" />
|
|
54
72
|
</counts>
|
|
55
73
|
</usages-collector>
|
|
56
74
|
<usages-collector id="statistics.js.language.service.starts">
|
|
57
75
|
<counts>
|
|
58
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
76
|
+
<entry key="TypeScriptServerServiceImpl" value="318" />
|
|
59
77
|
</counts>
|
|
60
78
|
</usages-collector>
|
|
61
79
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -71,7 +89,7 @@
|
|
|
71
89
|
<entry key="js" value="742" />
|
|
72
90
|
<entry key="jshintignore" value="1" />
|
|
73
91
|
<entry key="jshintrc" value="1" />
|
|
74
|
-
<entry key="json" value="
|
|
92
|
+
<entry key="json" value="101" />
|
|
75
93
|
<entry key="jsx" value="25" />
|
|
76
94
|
<entry key="lock" value="18" />
|
|
77
95
|
<entry key="md" value="65" />
|
|
@@ -79,8 +97,8 @@
|
|
|
79
97
|
<entry key="npmrc" value="2" />
|
|
80
98
|
<entry key="png" value="12" />
|
|
81
99
|
<entry key="sre" value="1" />
|
|
82
|
-
<entry key="ts" value="
|
|
83
|
-
<entry key="tsx" value="
|
|
100
|
+
<entry key="ts" value="1627" />
|
|
101
|
+
<entry key="tsx" value="80" />
|
|
84
102
|
<entry key="txt" value="1" />
|
|
85
103
|
<entry key="yarnignore" value="3" />
|
|
86
104
|
<entry key="yml" value="3" />
|
|
@@ -94,13 +112,13 @@
|
|
|
94
112
|
<entry key="HTML" value="22" />
|
|
95
113
|
<entry key="Image" value="13" />
|
|
96
114
|
<entry key="JSHint" value="1" />
|
|
97
|
-
<entry key="JSON" value="
|
|
115
|
+
<entry key="JSON" value="94" />
|
|
98
116
|
<entry key="JSX Harmony" value="25" />
|
|
99
117
|
<entry key="JavaScript" value="743" />
|
|
100
118
|
<entry key="Markdown" value="65" />
|
|
101
119
|
<entry key="PLAIN_TEXT" value="22" />
|
|
102
|
-
<entry key="TypeScript" value="
|
|
103
|
-
<entry key="TypeScript JSX" value="
|
|
120
|
+
<entry key="TypeScript" value="1627" />
|
|
121
|
+
<entry key="TypeScript JSX" value="80" />
|
|
104
122
|
<entry key="YAML" value="3" />
|
|
105
123
|
<entry key="tsconfig" value="9" />
|
|
106
124
|
<entry key="yarn.lock" value="17" />
|
|
@@ -111,24 +129,24 @@
|
|
|
111
129
|
<entry key="css" value="98" />
|
|
112
130
|
<entry key="html" value="48" />
|
|
113
131
|
<entry key="js" value="15200" />
|
|
114
|
-
<entry key="json" value="
|
|
132
|
+
<entry key="json" value="159" />
|
|
115
133
|
<entry key="jsx" value="1587" />
|
|
116
134
|
<entry key="md" value="3163" />
|
|
117
|
-
<entry key="ts" value="
|
|
118
|
-
<entry key="tsx" value="
|
|
135
|
+
<entry key="ts" value="145679" />
|
|
136
|
+
<entry key="tsx" value="1696" />
|
|
119
137
|
<entry key="yml" value="41" />
|
|
120
138
|
</counts>
|
|
121
139
|
</usages-collector>
|
|
122
140
|
<usages-collector id="statistics.file.types.edit">
|
|
123
141
|
<counts>
|
|
124
142
|
<entry key="CSS" value="98" />
|
|
125
|
-
<entry key="HTML" value="
|
|
126
|
-
<entry key="JSON" value="
|
|
143
|
+
<entry key="HTML" value="128" />
|
|
144
|
+
<entry key="JSON" value="119" />
|
|
127
145
|
<entry key="JSX Harmony" value="1587" />
|
|
128
146
|
<entry key="JavaScript" value="15213" />
|
|
129
147
|
<entry key="Markdown" value="3083" />
|
|
130
|
-
<entry key="TypeScript" value="
|
|
131
|
-
<entry key="TypeScript JSX" value="
|
|
148
|
+
<entry key="TypeScript" value="145666" />
|
|
149
|
+
<entry key="TypeScript JSX" value="1696" />
|
|
132
150
|
<entry key="YAML" value="41" />
|
|
133
151
|
<entry key="tsconfig" value="40" />
|
|
134
152
|
</counts>
|
|
@@ -139,83 +157,112 @@
|
|
|
139
157
|
<favorites_list name="mathpix-markdown-it" />
|
|
140
158
|
</component>
|
|
141
159
|
<component name="FileEditorManager">
|
|
142
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
160
|
+
<splitter split-orientation="horizontal" split-proportion="0.2785661">
|
|
143
161
|
<split-first>
|
|
144
162
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
145
163
|
<file pinned="false" current-in-tab="false">
|
|
146
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
164
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
|
|
147
165
|
<provider selected="true" editor-type-id="text-editor">
|
|
148
|
-
<state relative-caret-position="
|
|
149
|
-
<caret line="
|
|
166
|
+
<state relative-caret-position="1035">
|
|
167
|
+
<caret line="69" column="29" selection-start-line="69" selection-start-column="14" selection-end-line="69" selection-end-column="29" />
|
|
150
168
|
<folding>
|
|
151
|
-
<element signature="e#
|
|
169
|
+
<element signature="e#104#205#0" expanded="true" />
|
|
152
170
|
</folding>
|
|
153
171
|
</state>
|
|
154
172
|
</provider>
|
|
155
173
|
</entry>
|
|
156
174
|
</file>
|
|
157
175
|
<file pinned="false" current-in-tab="false">
|
|
158
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
176
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/index.ts">
|
|
159
177
|
<provider selected="true" editor-type-id="text-editor">
|
|
160
|
-
<state relative-caret-position="
|
|
161
|
-
<caret line="
|
|
178
|
+
<state relative-caret-position="45">
|
|
179
|
+
<caret line="3" column="71" selection-start-line="3" selection-start-column="71" selection-end-line="3" selection-end-column="71" />
|
|
180
|
+
<folding>
|
|
181
|
+
<element signature="e#0#72#0" expanded="true" />
|
|
182
|
+
</folding>
|
|
162
183
|
</state>
|
|
163
184
|
</provider>
|
|
164
185
|
</entry>
|
|
165
186
|
</file>
|
|
166
187
|
<file pinned="false" current-in-tab="false">
|
|
167
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
188
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/index.ts">
|
|
168
189
|
<provider selected="true" editor-type-id="text-editor">
|
|
169
|
-
<state relative-caret-position="
|
|
170
|
-
<caret line="
|
|
171
|
-
<folding>
|
|
172
|
-
<element signature="e#0#36#0" expanded="true" />
|
|
173
|
-
</folding>
|
|
190
|
+
<state relative-caret-position="510">
|
|
191
|
+
<caret line="38" column="25" selection-start-line="38" selection-start-column="25" selection-end-line="38" selection-end-column="25" />
|
|
174
192
|
</state>
|
|
175
193
|
</provider>
|
|
176
194
|
</entry>
|
|
177
195
|
</file>
|
|
178
196
|
<file pinned="false" current-in-tab="false">
|
|
179
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
197
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts">
|
|
180
198
|
<provider selected="true" editor-type-id="text-editor">
|
|
181
|
-
<state relative-caret-position="
|
|
182
|
-
<caret line="
|
|
199
|
+
<state relative-caret-position="30">
|
|
200
|
+
<caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
|
|
183
201
|
</state>
|
|
184
202
|
</provider>
|
|
185
203
|
</entry>
|
|
186
204
|
</file>
|
|
187
205
|
<file pinned="false" current-in-tab="false">
|
|
188
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
206
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/helper.ts">
|
|
189
207
|
<provider selected="true" editor-type-id="text-editor">
|
|
190
|
-
<state>
|
|
191
|
-
<caret
|
|
208
|
+
<state relative-caret-position="1935">
|
|
209
|
+
<caret line="138" selection-start-line="138" selection-end-line="145" selection-end-column="20" />
|
|
192
210
|
</state>
|
|
193
211
|
</provider>
|
|
194
212
|
</entry>
|
|
195
213
|
</file>
|
|
196
214
|
<file pinned="false" current-in-tab="false">
|
|
197
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
215
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
216
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
217
|
+
<state relative-caret-position="290">
|
|
218
|
+
<caret line="62" column="19" selection-start-line="62" selection-start-column="4" selection-end-line="62" selection-end-column="19" />
|
|
219
|
+
<folding>
|
|
220
|
+
<element signature="e#556#614#0" expanded="true" />
|
|
221
|
+
</folding>
|
|
222
|
+
</state>
|
|
223
|
+
</provider>
|
|
224
|
+
</entry>
|
|
225
|
+
</file>
|
|
226
|
+
<file pinned="false" current-in-tab="false">
|
|
227
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
|
|
198
228
|
<provider selected="true" editor-type-id="text-editor">
|
|
199
|
-
<state relative-caret-position="
|
|
200
|
-
<caret line="
|
|
229
|
+
<state relative-caret-position="240">
|
|
230
|
+
<caret line="16" column="30" selection-start-line="16" selection-start-column="30" selection-end-line="16" selection-end-column="30" />
|
|
231
|
+
<folding>
|
|
232
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
233
|
+
</folding>
|
|
201
234
|
</state>
|
|
202
235
|
</provider>
|
|
203
236
|
</entry>
|
|
204
237
|
</file>
|
|
205
238
|
<file pinned="false" current-in-tab="false">
|
|
206
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
239
|
+
<entry file="file://$PROJECT_DIR$/src/context-menu.tsx">
|
|
207
240
|
<provider selected="true" editor-type-id="text-editor">
|
|
208
241
|
<state>
|
|
209
|
-
<caret column="
|
|
242
|
+
<caret column="70" selection-start-column="39" selection-end-column="70" />
|
|
243
|
+
</state>
|
|
244
|
+
</provider>
|
|
245
|
+
</entry>
|
|
246
|
+
</file>
|
|
247
|
+
<file pinned="false" current-in-tab="false">
|
|
248
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard.ts">
|
|
249
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
250
|
+
<state relative-caret-position="512">
|
|
251
|
+
<caret line="41" selection-start-line="41" selection-end-line="41" />
|
|
210
252
|
</state>
|
|
211
253
|
</provider>
|
|
212
254
|
</entry>
|
|
213
255
|
</file>
|
|
214
256
|
<file pinned="false" current-in-tab="true">
|
|
215
|
-
<entry file="file://$PROJECT_DIR$/
|
|
257
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-element.ts">
|
|
216
258
|
<provider selected="true" editor-type-id="text-editor">
|
|
217
|
-
<state relative-caret-position="
|
|
218
|
-
<caret line="
|
|
259
|
+
<state relative-caret-position="285">
|
|
260
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
|
261
|
+
<folding>
|
|
262
|
+
<element signature="n#style#0;n#svg#0;n#!!top" expanded="true" />
|
|
263
|
+
<element signature="n#style#0;n#svg#0;n#!!top" expanded="true" />
|
|
264
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
265
|
+
</folding>
|
|
219
266
|
</state>
|
|
220
267
|
</provider>
|
|
221
268
|
</entry>
|
|
@@ -224,74 +271,92 @@
|
|
|
224
271
|
</split-first>
|
|
225
272
|
<split-second>
|
|
226
273
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
227
|
-
<file pinned="false" current-in-tab="
|
|
228
|
-
<entry file="file://$PROJECT_DIR$/
|
|
274
|
+
<file pinned="false" current-in-tab="false">
|
|
275
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
229
276
|
<provider selected="true" editor-type-id="text-editor">
|
|
230
|
-
<state relative-caret-position="
|
|
231
|
-
<caret line="
|
|
277
|
+
<state relative-caret-position="13455">
|
|
278
|
+
<caret line="935" selection-start-line="935" selection-end-line="935" />
|
|
232
279
|
</state>
|
|
233
280
|
</provider>
|
|
234
281
|
</entry>
|
|
235
282
|
</file>
|
|
236
283
|
<file pinned="false" current-in-tab="false">
|
|
237
|
-
<entry file="file://$PROJECT_DIR$/
|
|
284
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
238
285
|
<provider selected="true" editor-type-id="text-editor">
|
|
239
|
-
<state relative-caret-position="
|
|
240
|
-
<caret line="
|
|
286
|
+
<state relative-caret-position="30">
|
|
287
|
+
<caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="20" />
|
|
241
288
|
</state>
|
|
242
289
|
</provider>
|
|
243
290
|
</entry>
|
|
244
291
|
</file>
|
|
245
292
|
<file pinned="false" current-in-tab="false">
|
|
246
|
-
<entry file="file://$PROJECT_DIR
|
|
247
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
293
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
294
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
295
|
+
<state relative-caret-position="1800">
|
|
296
|
+
<caret line="120" column="33" selection-start-line="120" selection-start-column="23" selection-end-line="120" selection-end-column="33" />
|
|
297
|
+
</state>
|
|
298
|
+
</provider>
|
|
248
299
|
</entry>
|
|
249
300
|
</file>
|
|
250
301
|
<file pinned="false" current-in-tab="false">
|
|
251
|
-
<entry file="file://$PROJECT_DIR
|
|
252
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
302
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-code.ts">
|
|
303
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
304
|
+
<state relative-caret-position="195">
|
|
305
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
306
|
+
</state>
|
|
307
|
+
</provider>
|
|
253
308
|
</entry>
|
|
254
309
|
</file>
|
|
255
310
|
<file pinned="false" current-in-tab="false">
|
|
256
|
-
<entry file="file://$PROJECT_DIR
|
|
257
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
311
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-tabular.ts">
|
|
312
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
313
|
+
<state>
|
|
314
|
+
<caret selection-end-column="52" />
|
|
315
|
+
</state>
|
|
316
|
+
</provider>
|
|
258
317
|
</entry>
|
|
259
318
|
</file>
|
|
260
319
|
<file pinned="false" current-in-tab="false">
|
|
261
|
-
<entry file="file://$PROJECT_DIR
|
|
262
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
320
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/lib/index.js">
|
|
321
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
322
|
+
<state relative-caret-position="75">
|
|
323
|
+
<caret line="5" column="31" selection-start-line="5" selection-start-column="8" selection-end-line="5" selection-end-column="31" />
|
|
324
|
+
</state>
|
|
325
|
+
</provider>
|
|
263
326
|
</entry>
|
|
264
327
|
</file>
|
|
265
328
|
<file pinned="false" current-in-tab="false">
|
|
266
|
-
<entry file="file://$PROJECT_DIR$/
|
|
329
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts">
|
|
267
330
|
<provider selected="true" editor-type-id="text-editor">
|
|
268
|
-
<state
|
|
331
|
+
<state>
|
|
332
|
+
<caret column="40" selection-start-column="40" selection-end-column="40" />
|
|
333
|
+
</state>
|
|
269
334
|
</provider>
|
|
270
335
|
</entry>
|
|
271
336
|
</file>
|
|
272
|
-
<file pinned="false" current-in-tab="
|
|
273
|
-
<entry file="file://$PROJECT_DIR$/
|
|
337
|
+
<file pinned="false" current-in-tab="true">
|
|
338
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/index.ts">
|
|
274
339
|
<provider selected="true" editor-type-id="text-editor">
|
|
275
|
-
<state relative-caret-position="
|
|
276
|
-
<caret line="
|
|
340
|
+
<state relative-caret-position="469">
|
|
341
|
+
<caret line="67" column="20" selection-start-line="67" selection-start-column="20" selection-end-line="67" selection-end-column="20" />
|
|
277
342
|
</state>
|
|
278
343
|
</provider>
|
|
279
344
|
</entry>
|
|
280
345
|
</file>
|
|
281
346
|
<file pinned="false" current-in-tab="false">
|
|
282
|
-
<entry file="file://$PROJECT_DIR$/node_modules
|
|
347
|
+
<entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.dom.d.ts">
|
|
283
348
|
<provider selected="true" editor-type-id="text-editor">
|
|
284
|
-
<state relative-caret-position="
|
|
285
|
-
<caret line="
|
|
349
|
+
<state relative-caret-position="63585">
|
|
350
|
+
<caret line="4252" column="4" selection-start-line="4252" selection-start-column="4" selection-end-line="4252" selection-end-column="4" />
|
|
286
351
|
</state>
|
|
287
352
|
</provider>
|
|
288
353
|
</entry>
|
|
289
354
|
</file>
|
|
290
355
|
<file pinned="false" current-in-tab="false">
|
|
291
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
356
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts">
|
|
292
357
|
<provider selected="true" editor-type-id="text-editor">
|
|
293
|
-
<state>
|
|
294
|
-
<caret column="
|
|
358
|
+
<state relative-caret-position="45">
|
|
359
|
+
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
|
295
360
|
</state>
|
|
296
361
|
</provider>
|
|
297
362
|
</entry>
|
|
@@ -309,36 +374,36 @@
|
|
|
309
374
|
</component>
|
|
310
375
|
<component name="FindInProjectRecents">
|
|
311
376
|
<findStrings>
|
|
312
|
-
<find>replacements</find>
|
|
313
|
-
<find>Check Footnotes</find>
|
|
314
|
-
<find>data</find>
|
|
315
|
-
<find>Check Latex Footnotes</find>
|
|
316
|
-
<find>TSV:</find>
|
|
317
|
-
<find>inline-tabular</find>
|
|
318
|
-
<find>\\</find>
|
|
319
|
-
<find>initMathpixMarkdown</find>
|
|
320
|
-
<find>getMathpixMarkdownStyles</find>
|
|
321
|
-
<find>DM Mono</find>
|
|
322
|
-
<find>codeStyles</find>
|
|
323
|
-
<find>fontsStyles</find>
|
|
324
|
-
<find>getMathpixFontsStyle</find>
|
|
325
|
-
<find>code</find>
|
|
326
|
-
<find>bMarks</find>
|
|
327
|
-
<find>headingSection</find>
|
|
328
|
-
<find>return</find>
|
|
329
|
-
<find>reOpenTagFootnotetext</find>
|
|
330
|
-
<find>reOpenTagFootnote</find>
|
|
331
|
-
<find>footnotetext</find>
|
|
332
|
-
<find>reOpenTagFootnotetextG</find>
|
|
333
|
-
<find>state.isEmpty</find>
|
|
334
|
-
<find>tagClose</find>
|
|
335
|
-
<find>findOpenCloseTags</find>
|
|
336
|
-
<find>onlyEnd</find>
|
|
337
|
-
<find>fullContent</find>
|
|
338
|
-
<find>Check block \footnotetext</find>
|
|
339
377
|
<find>console.log</find>
|
|
340
378
|
<find>createDOMImplementation</find>
|
|
341
379
|
<find>domino</find>
|
|
380
|
+
<find>code_block</find>
|
|
381
|
+
<find>code_block_injectLineNumbers</find>
|
|
382
|
+
<find>enableCodeBlockRuleForLatexCommands</find>
|
|
383
|
+
<find>fence</find>
|
|
384
|
+
<find>highlightjs</find>
|
|
385
|
+
<find>mdPluginHighlightCode</find>
|
|
386
|
+
<find>\n</find>
|
|
387
|
+
<find>attrJoin</find>
|
|
388
|
+
<find>addListenerContextMenuEvents</find>
|
|
389
|
+
<find>removeListenerContextMenuEvents</find>
|
|
390
|
+
<find>addEventListener</find>
|
|
391
|
+
<find>addClickListener</find>
|
|
392
|
+
<find>clipboardCopyElement</find>
|
|
393
|
+
<find>font</find>
|
|
394
|
+
<find>class</find>
|
|
395
|
+
<find>parserErrors</find>
|
|
396
|
+
<find>addPositionsToTokens</find>
|
|
397
|
+
<find>tooltipped</find>
|
|
398
|
+
<find>notice</find>
|
|
399
|
+
<find>before</find>
|
|
400
|
+
<find>\\n'</find>
|
|
401
|
+
<find>handleClick</find>
|
|
402
|
+
<find>console</find>
|
|
403
|
+
<find>menuStyle</find>
|
|
404
|
+
<find>var</find>
|
|
405
|
+
<find>codeBlock</find>
|
|
406
|
+
<find>background</find>
|
|
342
407
|
</findStrings>
|
|
343
408
|
<replaceStrings>
|
|
344
409
|
<replace>MJSimple</replace>
|
|
@@ -350,7 +415,6 @@
|
|
|
350
415
|
<replace>\</replace>
|
|
351
416
|
</replaceStrings>
|
|
352
417
|
<dirStrings>
|
|
353
|
-
<dir>$PROJECT_DIR$/examples</dir>
|
|
354
418
|
<dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
|
|
355
419
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
|
|
356
420
|
<dir>$PROJECT_DIR$/src/markdown/md-renderer-rules</dir>
|
|
@@ -376,10 +440,11 @@
|
|
|
376
440
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
377
441
|
<dir>$PROJECT_DIR$</dir>
|
|
378
442
|
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
379
|
-
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
380
|
-
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
381
443
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
444
|
+
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
382
445
|
<dir>$PROJECT_DIR$/src</dir>
|
|
446
|
+
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
447
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
383
448
|
</dirStrings>
|
|
384
449
|
</component>
|
|
385
450
|
<component name="Git.Settings">
|
|
@@ -388,12 +453,6 @@
|
|
|
388
453
|
<component name="IdeDocumentHistory">
|
|
389
454
|
<option name="CHANGED_PATHS">
|
|
390
455
|
<list>
|
|
391
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts" />
|
|
392
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
393
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
|
|
394
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_01.js" />
|
|
395
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
|
|
396
|
-
<option value="$PROJECT_DIR$/tests/_data/_refs/_data.js" />
|
|
397
456
|
<option value="$PROJECT_DIR$/tests/_refs.js" />
|
|
398
457
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js" />
|
|
399
458
|
<option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
|
|
@@ -423,10 +482,6 @@
|
|
|
423
482
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
|
|
424
483
|
<option value="$PROJECT_DIR$/tests/_data/_tsv/_data.js" />
|
|
425
484
|
<option value="$PROJECT_DIR$/src/test.txt" />
|
|
426
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
427
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
428
|
-
<option value="$PROJECT_DIR$/src/styles/styles-code.ts" />
|
|
429
|
-
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
430
485
|
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
431
486
|
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
432
487
|
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
@@ -438,7 +493,17 @@
|
|
|
438
493
|
<option value="$PROJECT_DIR$/node_modules/@mathpix/domino/package.json" />
|
|
439
494
|
<option value="$PROJECT_DIR$/tsconfig.json" />
|
|
440
495
|
<option value="$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts" />
|
|
496
|
+
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
497
|
+
<option value="$PROJECT_DIR$/src/copy-to-clipboard/clipboard.ts" />
|
|
498
|
+
<option value="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-element.ts" />
|
|
499
|
+
<option value="$PROJECT_DIR$/src/contex-menu/index.ts" />
|
|
500
|
+
<option value="$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts" />
|
|
501
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
441
502
|
<option value="$PROJECT_DIR$/package.json" />
|
|
503
|
+
<option value="$PROJECT_DIR$/src/styles/styles-code.ts" />
|
|
504
|
+
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
505
|
+
<option value="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts" />
|
|
506
|
+
<option value="$PROJECT_DIR$/src/copy-to-clipboard/index.ts" />
|
|
442
507
|
</list>
|
|
443
508
|
</option>
|
|
444
509
|
</component>
|
|
@@ -469,9 +534,9 @@
|
|
|
469
534
|
</packageJsonPaths>
|
|
470
535
|
</component>
|
|
471
536
|
<component name="ProjectFrameBounds">
|
|
472
|
-
<option name="y" value="
|
|
473
|
-
<option name="width" value="
|
|
474
|
-
<option name="height" value="
|
|
537
|
+
<option name="y" value="23" />
|
|
538
|
+
<option name="width" value="1642" />
|
|
539
|
+
<option name="height" value="974" />
|
|
475
540
|
</component>
|
|
476
541
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
477
542
|
<component name="ProjectView">
|
|
@@ -495,33 +560,32 @@
|
|
|
495
560
|
<path>
|
|
496
561
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
497
562
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
498
|
-
<item name="
|
|
563
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
499
564
|
</path>
|
|
500
565
|
<path>
|
|
501
566
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
502
567
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
503
|
-
<item name="
|
|
504
|
-
<item name="
|
|
568
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
569
|
+
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
505
570
|
</path>
|
|
506
571
|
<path>
|
|
507
572
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
508
573
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
509
|
-
<item name="
|
|
510
|
-
<item name="
|
|
511
|
-
<item name="
|
|
574
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
575
|
+
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
576
|
+
<item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
|
|
512
577
|
</path>
|
|
513
578
|
<path>
|
|
514
579
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
515
580
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
516
|
-
<item name="
|
|
517
|
-
<item name="
|
|
518
|
-
<item name="domino" type="462c0819:PsiDirectoryNode" />
|
|
519
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
581
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
582
|
+
<item name="contex-menu" type="462c0819:PsiDirectoryNode" />
|
|
520
583
|
</path>
|
|
521
584
|
<path>
|
|
522
585
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
523
586
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
524
587
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
588
|
+
<item name="copy-to-clipboard" type="462c0819:PsiDirectoryNode" />
|
|
525
589
|
</path>
|
|
526
590
|
<path>
|
|
527
591
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
@@ -536,6 +600,32 @@
|
|
|
536
600
|
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
537
601
|
<item name="dom-adaptor" type="462c0819:PsiDirectoryNode" />
|
|
538
602
|
</path>
|
|
603
|
+
<path>
|
|
604
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
605
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
606
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
607
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
608
|
+
<item name="md-block-rule" type="462c0819:PsiDirectoryNode" />
|
|
609
|
+
</path>
|
|
610
|
+
<path>
|
|
611
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
612
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
613
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
614
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
615
|
+
<item name="md-core-rules" type="462c0819:PsiDirectoryNode" />
|
|
616
|
+
</path>
|
|
617
|
+
<path>
|
|
618
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
619
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
620
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
621
|
+
<item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
|
|
622
|
+
</path>
|
|
623
|
+
<path>
|
|
624
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
625
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
626
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
627
|
+
<item name="styles" type="462c0819:PsiDirectoryNode" />
|
|
628
|
+
</path>
|
|
539
629
|
</expand>
|
|
540
630
|
<select />
|
|
541
631
|
</subPane>
|
|
@@ -556,13 +646,6 @@
|
|
|
556
646
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
557
647
|
</component>
|
|
558
648
|
<component name="RecentsManager">
|
|
559
|
-
<key name="MoveFile.RECENT_KEYS">
|
|
560
|
-
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
561
|
-
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
562
|
-
<recent name="$PROJECT_DIR$/src/markdown" />
|
|
563
|
-
<recent name="$PROJECT_DIR$/src/markdown/highlight" />
|
|
564
|
-
<recent name="$PROJECT_DIR$/tests" />
|
|
565
|
-
</key>
|
|
566
649
|
<key name="CopyFile.RECENT_KEYS">
|
|
567
650
|
<recent name="$PROJECT_DIR$/doc/images/latex-underline" />
|
|
568
651
|
<recent name="$PROJECT_DIR$/doc/images/latex-footnotes" />
|
|
@@ -570,6 +653,13 @@
|
|
|
570
653
|
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
571
654
|
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
572
655
|
</key>
|
|
656
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
657
|
+
<recent name="$PROJECT_DIR$/src/copy-to-clipboard" />
|
|
658
|
+
<recent name="$PROJECT_DIR$/src/styles" />
|
|
659
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
660
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
661
|
+
<recent name="$PROJECT_DIR$/src/markdown" />
|
|
662
|
+
</key>
|
|
573
663
|
</component>
|
|
574
664
|
<component name="RunDashboard">
|
|
575
665
|
<option name="ruleStates">
|
|
@@ -941,11 +1031,15 @@
|
|
|
941
1031
|
<workItem from="1697719739503" duration="1606000" />
|
|
942
1032
|
<workItem from="1698853231347" duration="15037000" />
|
|
943
1033
|
<workItem from="1699958371767" duration="4190000" />
|
|
1034
|
+
<workItem from="1699972885083" duration="133000" />
|
|
1035
|
+
<workItem from="1699985945320" duration="13091000" />
|
|
1036
|
+
<workItem from="1700044700737" duration="7399000" />
|
|
1037
|
+
<workItem from="1700056939729" duration="1527000" />
|
|
944
1038
|
</task>
|
|
945
1039
|
<servers />
|
|
946
1040
|
</component>
|
|
947
1041
|
<component name="TimeTrackingManager">
|
|
948
|
-
<option name="totallyTimeSpent" value="
|
|
1042
|
+
<option name="totallyTimeSpent" value="3191188000" />
|
|
949
1043
|
</component>
|
|
950
1044
|
<component name="TodoView">
|
|
951
1045
|
<todo-panel id="selected-file">
|
|
@@ -957,10 +1051,10 @@
|
|
|
957
1051
|
</todo-panel>
|
|
958
1052
|
</component>
|
|
959
1053
|
<component name="ToolWindowManager">
|
|
960
|
-
<frame x="0" y="
|
|
1054
|
+
<frame x="0" y="23" width="1642" height="974" extended-state="0" />
|
|
961
1055
|
<layout>
|
|
962
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.
|
|
963
|
-
<window_info id="Structure" order="1" sideWeight="0.
|
|
1056
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49105367" visible="true" weight="0.17396669" />
|
|
1057
|
+
<window_info id="Structure" order="1" sideWeight="0.50992066" side_tool="true" weight="0.16644022" />
|
|
964
1058
|
<window_info id="npm" order="2" side_tool="true" />
|
|
965
1059
|
<window_info id="DB Browser" order="3" />
|
|
966
1060
|
<window_info id="Project Explorer" order="4" />
|
|
@@ -978,7 +1072,7 @@
|
|
|
978
1072
|
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
979
1073
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
980
1074
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
981
|
-
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.
|
|
1075
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.31632653" />
|
|
982
1076
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
983
1077
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
984
1078
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -1022,7 +1116,7 @@
|
|
|
1022
1116
|
<breakpoints>
|
|
1023
1117
|
<line-breakpoint enabled="true" type="javascript">
|
|
1024
1118
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1025
|
-
<line>
|
|
1119
|
+
<line>396</line>
|
|
1026
1120
|
<option name="timeStamp" value="16" />
|
|
1027
1121
|
</line-breakpoint>
|
|
1028
1122
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1077,7 +1171,7 @@
|
|
|
1077
1171
|
</line-breakpoint>
|
|
1078
1172
|
<line-breakpoint enabled="true" type="javascript">
|
|
1079
1173
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1080
|
-
<line>
|
|
1174
|
+
<line>83</line>
|
|
1081
1175
|
<option name="timeStamp" value="43" />
|
|
1082
1176
|
</line-breakpoint>
|
|
1083
1177
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1137,327 +1231,328 @@
|
|
|
1137
1231
|
</breakpoint-manager>
|
|
1138
1232
|
</component>
|
|
1139
1233
|
<component name="editorHistoryManager">
|
|
1140
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1234
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
1141
1235
|
<provider selected="true" editor-type-id="text-editor">
|
|
1142
|
-
<state relative-caret-position="
|
|
1143
|
-
<caret line="
|
|
1236
|
+
<state relative-caret-position="1950">
|
|
1237
|
+
<caret line="130" selection-start-line="130" selection-end-line="130" />
|
|
1144
1238
|
</state>
|
|
1145
1239
|
</provider>
|
|
1146
1240
|
</entry>
|
|
1147
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1241
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1148
1242
|
<provider selected="true" editor-type-id="text-editor">
|
|
1149
|
-
<state relative-caret-position="
|
|
1150
|
-
<caret line="
|
|
1243
|
+
<state relative-caret-position="810">
|
|
1244
|
+
<caret line="54" column="112" selection-start-line="54" selection-start-column="112" selection-end-line="54" selection-end-column="112" />
|
|
1151
1245
|
</state>
|
|
1152
1246
|
</provider>
|
|
1153
1247
|
</entry>
|
|
1154
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1248
|
+
<entry file="file://$PROJECT_DIR$/examples/app.js">
|
|
1155
1249
|
<provider selected="true" editor-type-id="text-editor">
|
|
1156
|
-
<state relative-caret-position="
|
|
1157
|
-
<caret line="
|
|
1250
|
+
<state relative-caret-position="465">
|
|
1251
|
+
<caret line="31" selection-start-line="31" selection-end-line="31" />
|
|
1158
1252
|
</state>
|
|
1159
1253
|
</provider>
|
|
1160
1254
|
</entry>
|
|
1161
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1162
|
-
|
|
1163
|
-
|
|
1255
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts">
|
|
1256
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1257
|
+
<state relative-caret-position="75">
|
|
1258
|
+
<caret line="7" column="17" selection-start-line="7" selection-start-column="17" selection-end-line="7" selection-end-column="17" />
|
|
1259
|
+
</state>
|
|
1260
|
+
</provider>
|
|
1164
1261
|
</entry>
|
|
1165
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1262
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js">
|
|
1166
1263
|
<provider selected="true" editor-type-id="text-editor">
|
|
1167
|
-
<state relative-caret-position="
|
|
1168
|
-
<caret line="
|
|
1264
|
+
<state relative-caret-position="420">
|
|
1265
|
+
<caret line="28" column="3" selection-start-line="28" selection-start-column="3" selection-end-line="28" selection-end-column="3" />
|
|
1169
1266
|
</state>
|
|
1170
1267
|
</provider>
|
|
1171
1268
|
</entry>
|
|
1172
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1269
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts">
|
|
1173
1270
|
<provider selected="true" editor-type-id="text-editor">
|
|
1174
|
-
<state relative-caret-position="
|
|
1175
|
-
<caret line="
|
|
1271
|
+
<state relative-caret-position="30">
|
|
1272
|
+
<caret line="5" column="26" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="26" />
|
|
1176
1273
|
</state>
|
|
1177
1274
|
</provider>
|
|
1178
1275
|
</entry>
|
|
1179
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1276
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
1277
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1278
|
+
</entry>
|
|
1279
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
1180
1280
|
<provider selected="true" editor-type-id="text-editor">
|
|
1181
|
-
<state relative-caret-position="
|
|
1182
|
-
<caret line="
|
|
1281
|
+
<state relative-caret-position="2040">
|
|
1282
|
+
<caret line="138" column="48" selection-start-line="138" selection-start-column="48" selection-end-line="138" selection-end-column="48" />
|
|
1183
1283
|
</state>
|
|
1184
1284
|
</provider>
|
|
1185
1285
|
</entry>
|
|
1186
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1286
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1187
1287
|
<provider selected="true" editor-type-id="text-editor">
|
|
1188
|
-
<state relative-caret-position="
|
|
1189
|
-
<caret line="
|
|
1288
|
+
<state relative-caret-position="45">
|
|
1289
|
+
<caret line="4" column="10" selection-start-line="4" selection-start-column="10" selection-end-line="4" selection-end-column="10" />
|
|
1190
1290
|
</state>
|
|
1191
1291
|
</provider>
|
|
1192
1292
|
</entry>
|
|
1193
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1293
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
|
|
1194
1294
|
<provider selected="true" editor-type-id="text-editor">
|
|
1195
|
-
<state relative-caret-position="
|
|
1196
|
-
<caret line="
|
|
1295
|
+
<state relative-caret-position="1575">
|
|
1296
|
+
<caret line="106" column="18" selection-start-line="106" selection-start-column="18" selection-end-line="106" selection-end-column="18" />
|
|
1197
1297
|
</state>
|
|
1198
1298
|
</provider>
|
|
1199
1299
|
</entry>
|
|
1200
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1300
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@discoveryjs/json-ext/package.json">
|
|
1301
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1302
|
+
<state relative-caret-position="-28" />
|
|
1303
|
+
</provider>
|
|
1304
|
+
</entry>
|
|
1305
|
+
<entry file="file://$PROJECT_DIR$/node_modules/domino/.npmrc" />
|
|
1306
|
+
<entry file="file://$PROJECT_DIR$/node_modules/domino/package.json" />
|
|
1307
|
+
<entry file="file://$PROJECT_DIR$/node_modules/domino/lib/index.d.ts" />
|
|
1308
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/lib/index.d.ts">
|
|
1201
1309
|
<provider selected="true" editor-type-id="text-editor" />
|
|
1202
1310
|
</entry>
|
|
1203
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1311
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathpix-domino/lib/index.d.ts" />
|
|
1312
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1204
1313
|
<provider selected="true" editor-type-id="text-editor">
|
|
1205
|
-
<state relative-caret-position="
|
|
1206
|
-
<caret line="
|
|
1314
|
+
<state relative-caret-position="4965">
|
|
1315
|
+
<caret line="331" column="4" selection-start-line="331" selection-start-column="4" selection-end-line="331" selection-end-column="4" />
|
|
1207
1316
|
<folding>
|
|
1208
|
-
<element signature="e#
|
|
1317
|
+
<element signature="e#0#47#0" expanded="true" />
|
|
1209
1318
|
</folding>
|
|
1210
1319
|
</state>
|
|
1211
1320
|
</provider>
|
|
1212
1321
|
</entry>
|
|
1213
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1322
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
|
|
1214
1323
|
<provider selected="true" editor-type-id="text-editor">
|
|
1215
|
-
<state relative-caret-position="
|
|
1216
|
-
<caret line="
|
|
1324
|
+
<state relative-caret-position="4635">
|
|
1325
|
+
<caret line="309" column="64" selection-start-line="309" selection-start-column="64" selection-end-line="309" selection-end-column="64" />
|
|
1217
1326
|
</state>
|
|
1218
1327
|
</provider>
|
|
1219
1328
|
</entry>
|
|
1220
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1329
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
1221
1330
|
<provider selected="true" editor-type-id="text-editor">
|
|
1222
|
-
<state relative-caret-position="
|
|
1223
|
-
<caret line="
|
|
1331
|
+
<state relative-caret-position="1080">
|
|
1332
|
+
<caret line="72" column="42" selection-start-line="72" selection-start-column="42" selection-end-line="72" selection-end-column="42" />
|
|
1224
1333
|
</state>
|
|
1225
1334
|
</provider>
|
|
1226
1335
|
</entry>
|
|
1227
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1336
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-container.ts">
|
|
1228
1337
|
<provider selected="true" editor-type-id="text-editor">
|
|
1229
|
-
<state
|
|
1230
|
-
<caret
|
|
1338
|
+
<state>
|
|
1339
|
+
<caret column="13" selection-start-column="13" selection-end-column="13" />
|
|
1231
1340
|
</state>
|
|
1232
1341
|
</provider>
|
|
1233
1342
|
</entry>
|
|
1234
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1343
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-fonts.ts">
|
|
1235
1344
|
<provider selected="true" editor-type-id="text-editor">
|
|
1236
|
-
<state
|
|
1237
|
-
<caret
|
|
1345
|
+
<state>
|
|
1346
|
+
<caret column="24" selection-start-column="13" selection-end-column="24" />
|
|
1238
1347
|
</state>
|
|
1239
1348
|
</provider>
|
|
1240
1349
|
</entry>
|
|
1241
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1350
|
+
<entry file="file://$PROJECT_DIR$/tsconfig.json">
|
|
1242
1351
|
<provider selected="true" editor-type-id="text-editor">
|
|
1243
|
-
<state relative-caret-position="
|
|
1244
|
-
<caret line="
|
|
1352
|
+
<state relative-caret-position="360">
|
|
1353
|
+
<caret line="24" column="23" selection-start-line="24" selection-start-column="23" selection-end-line="24" selection-end-column="23" />
|
|
1245
1354
|
</state>
|
|
1246
1355
|
</provider>
|
|
1247
1356
|
</entry>
|
|
1248
|
-
<entry file="file://$PROJECT_DIR
|
|
1249
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1250
|
-
<state relative-caret-position="810">
|
|
1251
|
-
<caret line="54" column="112" selection-start-line="54" selection-start-column="112" selection-end-line="54" selection-end-column="112" />
|
|
1252
|
-
</state>
|
|
1253
|
-
</provider>
|
|
1357
|
+
<entry file="file://$PROJECT_DIR$/.babelrc">
|
|
1358
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1254
1359
|
</entry>
|
|
1255
|
-
<entry file="file://$PROJECT_DIR
|
|
1360
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
1361
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1362
|
+
</entry>
|
|
1363
|
+
<entry file="file://$PROJECT_DIR$/yarn.lock">
|
|
1256
1364
|
<provider selected="true" editor-type-id="text-editor">
|
|
1257
|
-
<state relative-caret-position="
|
|
1258
|
-
<caret line="
|
|
1365
|
+
<state relative-caret-position="140">
|
|
1366
|
+
<caret line="1071" column="17" selection-start-line="1071" selection-start-column="17" selection-end-line="1071" selection-end-column="17" />
|
|
1259
1367
|
</state>
|
|
1260
1368
|
</provider>
|
|
1261
1369
|
</entry>
|
|
1262
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1370
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1263
1371
|
<provider selected="true" editor-type-id="text-editor">
|
|
1264
|
-
<state relative-caret-position="
|
|
1265
|
-
<caret line="72" column="42" selection-start-line="72" selection-start-column="42" selection-end-line="72" selection-end-column="42" />
|
|
1372
|
+
<state relative-caret-position="-1716">
|
|
1266
1373
|
<folding>
|
|
1267
|
-
<element signature="e#0#
|
|
1374
|
+
<element signature="e#0#87#0" expanded="true" />
|
|
1268
1375
|
</folding>
|
|
1269
1376
|
</state>
|
|
1270
1377
|
</provider>
|
|
1271
1378
|
</entry>
|
|
1272
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1379
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
1273
1380
|
<provider selected="true" editor-type-id="text-editor">
|
|
1274
|
-
<state relative-caret-position="
|
|
1275
|
-
<caret line="
|
|
1381
|
+
<state relative-caret-position="229">
|
|
1382
|
+
<caret line="166" column="38" selection-start-line="166" selection-start-column="28" selection-end-line="166" selection-end-column="38" />
|
|
1276
1383
|
</state>
|
|
1277
1384
|
</provider>
|
|
1278
1385
|
</entry>
|
|
1279
|
-
<entry file="file://$PROJECT_DIR
|
|
1280
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1281
|
-
<state>
|
|
1282
|
-
<caret column="13" selection-start-column="13" selection-end-column="13" />
|
|
1283
|
-
</state>
|
|
1284
|
-
</provider>
|
|
1386
|
+
<entry file="file://$PROJECT_DIR$/.npmignore">
|
|
1387
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1285
1388
|
</entry>
|
|
1286
|
-
<entry file="file://$PROJECT_DIR
|
|
1389
|
+
<entry file="file://$PROJECT_DIR$/.yarnignore">
|
|
1390
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1391
|
+
</entry>
|
|
1392
|
+
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
1393
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1394
|
+
</entry>
|
|
1395
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/package.json">
|
|
1287
1396
|
<provider selected="true" editor-type-id="text-editor">
|
|
1288
|
-
<state relative-caret-position="
|
|
1289
|
-
<caret line="
|
|
1397
|
+
<state relative-caret-position="255">
|
|
1398
|
+
<caret line="17" column="4" selection-start-line="17" selection-start-column="4" selection-end-line="17" selection-end-column="4" />
|
|
1290
1399
|
</state>
|
|
1291
1400
|
</provider>
|
|
1292
1401
|
</entry>
|
|
1293
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1402
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
|
|
1294
1403
|
<provider selected="true" editor-type-id="text-editor">
|
|
1295
|
-
<state relative-caret-position="
|
|
1296
|
-
<caret line="
|
|
1404
|
+
<state relative-caret-position="1035">
|
|
1405
|
+
<caret line="69" column="29" selection-start-line="69" selection-start-column="14" selection-end-line="69" selection-end-column="29" />
|
|
1297
1406
|
<folding>
|
|
1298
|
-
<element signature="e#
|
|
1407
|
+
<element signature="e#104#205#0" expanded="true" />
|
|
1299
1408
|
</folding>
|
|
1300
1409
|
</state>
|
|
1301
1410
|
</provider>
|
|
1302
1411
|
</entry>
|
|
1303
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1412
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/index.ts">
|
|
1304
1413
|
<provider selected="true" editor-type-id="text-editor">
|
|
1305
|
-
<state relative-caret-position="
|
|
1306
|
-
<caret line="
|
|
1414
|
+
<state relative-caret-position="45">
|
|
1415
|
+
<caret line="3" column="71" selection-start-line="3" selection-start-column="71" selection-end-line="3" selection-end-column="71" />
|
|
1416
|
+
<folding>
|
|
1417
|
+
<element signature="e#0#72#0" expanded="true" />
|
|
1418
|
+
</folding>
|
|
1307
1419
|
</state>
|
|
1308
1420
|
</provider>
|
|
1309
1421
|
</entry>
|
|
1310
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1422
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/index.ts">
|
|
1311
1423
|
<provider selected="true" editor-type-id="text-editor">
|
|
1312
|
-
<state relative-caret-position="
|
|
1313
|
-
<caret line="
|
|
1314
|
-
<folding>
|
|
1315
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1316
|
-
</folding>
|
|
1424
|
+
<state relative-caret-position="510">
|
|
1425
|
+
<caret line="38" column="25" selection-start-line="38" selection-start-column="25" selection-end-line="38" selection-end-column="25" />
|
|
1317
1426
|
</state>
|
|
1318
1427
|
</provider>
|
|
1319
1428
|
</entry>
|
|
1320
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1429
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts">
|
|
1321
1430
|
<provider selected="true" editor-type-id="text-editor">
|
|
1322
|
-
<state relative-caret-position="
|
|
1323
|
-
<caret line="
|
|
1431
|
+
<state relative-caret-position="30">
|
|
1432
|
+
<caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
|
|
1324
1433
|
</state>
|
|
1325
1434
|
</provider>
|
|
1326
1435
|
</entry>
|
|
1327
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1436
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/helper.ts">
|
|
1328
1437
|
<provider selected="true" editor-type-id="text-editor">
|
|
1329
|
-
<state relative-caret-position="
|
|
1330
|
-
<caret line="
|
|
1438
|
+
<state relative-caret-position="1935">
|
|
1439
|
+
<caret line="138" selection-start-line="138" selection-end-line="145" selection-end-column="20" />
|
|
1331
1440
|
</state>
|
|
1332
1441
|
</provider>
|
|
1333
1442
|
</entry>
|
|
1334
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1443
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
|
|
1335
1444
|
<provider selected="true" editor-type-id="text-editor">
|
|
1336
|
-
<state>
|
|
1445
|
+
<state relative-caret-position="240">
|
|
1446
|
+
<caret line="16" column="30" selection-start-line="16" selection-start-column="30" selection-end-line="16" selection-end-column="30" />
|
|
1337
1447
|
<folding>
|
|
1338
|
-
<element signature="e#0#
|
|
1448
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1339
1449
|
</folding>
|
|
1340
1450
|
</state>
|
|
1341
1451
|
</provider>
|
|
1342
1452
|
</entry>
|
|
1343
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1453
|
+
<entry file="file://$PROJECT_DIR$/src/context-menu.tsx">
|
|
1344
1454
|
<provider selected="true" editor-type-id="text-editor">
|
|
1345
|
-
<state
|
|
1346
|
-
<caret
|
|
1455
|
+
<state>
|
|
1456
|
+
<caret column="70" selection-start-column="39" selection-end-column="70" />
|
|
1347
1457
|
</state>
|
|
1348
1458
|
</provider>
|
|
1349
1459
|
</entry>
|
|
1350
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1460
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
1351
1461
|
<provider selected="true" editor-type-id="text-editor">
|
|
1352
|
-
<state relative-caret-position="
|
|
1353
|
-
<caret line="
|
|
1462
|
+
<state relative-caret-position="13455">
|
|
1463
|
+
<caret line="935" selection-start-line="935" selection-end-line="935" />
|
|
1354
1464
|
</state>
|
|
1355
1465
|
</provider>
|
|
1356
1466
|
</entry>
|
|
1357
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1467
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-tabular.ts">
|
|
1358
1468
|
<provider selected="true" editor-type-id="text-editor">
|
|
1359
|
-
<state
|
|
1360
|
-
<caret
|
|
1469
|
+
<state>
|
|
1470
|
+
<caret selection-end-column="52" />
|
|
1361
1471
|
</state>
|
|
1362
1472
|
</provider>
|
|
1363
1473
|
</entry>
|
|
1364
|
-
<entry file="file://$PROJECT_DIR$/node_modules/@
|
|
1474
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/lib/index.js">
|
|
1365
1475
|
<provider selected="true" editor-type-id="text-editor">
|
|
1366
|
-
<state relative-caret-position="
|
|
1476
|
+
<state relative-caret-position="75">
|
|
1477
|
+
<caret line="5" column="31" selection-start-line="5" selection-start-column="8" selection-end-line="5" selection-end-column="31" />
|
|
1478
|
+
</state>
|
|
1367
1479
|
</provider>
|
|
1368
1480
|
</entry>
|
|
1369
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1370
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1371
|
-
</entry>
|
|
1372
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/package.json">
|
|
1373
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1374
|
-
</entry>
|
|
1375
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/lib/index.d.ts">
|
|
1376
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1377
|
-
</entry>
|
|
1378
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1481
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts">
|
|
1379
1482
|
<provider selected="true" editor-type-id="text-editor">
|
|
1380
|
-
<state
|
|
1381
|
-
<caret
|
|
1382
|
-
<folding>
|
|
1383
|
-
<element signature="e#0#47#0" expanded="true" />
|
|
1384
|
-
</folding>
|
|
1483
|
+
<state>
|
|
1484
|
+
<caret column="40" selection-start-column="40" selection-end-column="40" />
|
|
1385
1485
|
</state>
|
|
1386
1486
|
</provider>
|
|
1387
1487
|
</entry>
|
|
1388
|
-
<entry file="file://$PROJECT_DIR$/node_modules
|
|
1389
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1390
|
-
</entry>
|
|
1391
|
-
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/package.json">
|
|
1488
|
+
<entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.dom.d.ts">
|
|
1392
1489
|
<provider selected="true" editor-type-id="text-editor">
|
|
1393
|
-
<state relative-caret-position="
|
|
1394
|
-
<caret line="
|
|
1490
|
+
<state relative-caret-position="63585">
|
|
1491
|
+
<caret line="4252" column="4" selection-start-line="4252" selection-start-column="4" selection-end-line="4252" selection-end-column="4" />
|
|
1395
1492
|
</state>
|
|
1396
1493
|
</provider>
|
|
1397
1494
|
</entry>
|
|
1398
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1495
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1399
1496
|
<provider selected="true" editor-type-id="text-editor">
|
|
1400
|
-
<state relative-caret-position="
|
|
1401
|
-
<caret line="
|
|
1497
|
+
<state relative-caret-position="30">
|
|
1498
|
+
<caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="20" />
|
|
1402
1499
|
</state>
|
|
1403
1500
|
</provider>
|
|
1404
1501
|
</entry>
|
|
1405
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1502
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-code.ts">
|
|
1406
1503
|
<provider selected="true" editor-type-id="text-editor">
|
|
1407
|
-
<state relative-caret-position="
|
|
1408
|
-
<caret line="
|
|
1504
|
+
<state relative-caret-position="195">
|
|
1505
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
1409
1506
|
</state>
|
|
1410
1507
|
</provider>
|
|
1411
1508
|
</entry>
|
|
1412
|
-
<entry file="file://$PROJECT_DIR
|
|
1413
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1414
|
-
</entry>
|
|
1415
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
1416
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1417
|
-
</entry>
|
|
1418
|
-
<entry file="file://$PROJECT_DIR$/.npmignore">
|
|
1419
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1420
|
-
</entry>
|
|
1421
|
-
<entry file="file://$PROJECT_DIR$/.yarnignore">
|
|
1422
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1423
|
-
</entry>
|
|
1424
|
-
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
1509
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
1425
1510
|
<provider selected="true" editor-type-id="text-editor">
|
|
1426
|
-
<state relative-caret-position="
|
|
1511
|
+
<state relative-caret-position="1800">
|
|
1512
|
+
<caret line="120" column="33" selection-start-line="120" selection-start-column="23" selection-end-line="120" selection-end-column="33" />
|
|
1513
|
+
</state>
|
|
1427
1514
|
</provider>
|
|
1428
1515
|
</entry>
|
|
1429
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1516
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1430
1517
|
<provider selected="true" editor-type-id="text-editor">
|
|
1431
|
-
<state relative-caret-position="
|
|
1432
|
-
<caret line="
|
|
1518
|
+
<state relative-caret-position="290">
|
|
1519
|
+
<caret line="62" column="19" selection-start-line="62" selection-start-column="4" selection-end-line="62" selection-end-column="19" />
|
|
1520
|
+
<folding>
|
|
1521
|
+
<element signature="e#556#614#0" expanded="true" />
|
|
1522
|
+
</folding>
|
|
1433
1523
|
</state>
|
|
1434
1524
|
</provider>
|
|
1435
1525
|
</entry>
|
|
1436
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1526
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard.ts">
|
|
1437
1527
|
<provider selected="true" editor-type-id="text-editor">
|
|
1438
|
-
<state>
|
|
1439
|
-
<caret
|
|
1528
|
+
<state relative-caret-position="512">
|
|
1529
|
+
<caret line="41" selection-start-line="41" selection-end-line="41" />
|
|
1440
1530
|
</state>
|
|
1441
1531
|
</provider>
|
|
1442
1532
|
</entry>
|
|
1443
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1533
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-element.ts">
|
|
1444
1534
|
<provider selected="true" editor-type-id="text-editor">
|
|
1445
|
-
<state>
|
|
1446
|
-
<caret
|
|
1535
|
+
<state relative-caret-position="285">
|
|
1536
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
|
1537
|
+
<folding>
|
|
1538
|
+
<element signature="n#style#0;n#svg#0;n#!!top" expanded="true" />
|
|
1539
|
+
<element signature="n#style#0;n#svg#0;n#!!top" expanded="true" />
|
|
1540
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1541
|
+
</folding>
|
|
1447
1542
|
</state>
|
|
1448
1543
|
</provider>
|
|
1449
1544
|
</entry>
|
|
1450
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1545
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts">
|
|
1451
1546
|
<provider selected="true" editor-type-id="text-editor">
|
|
1452
|
-
<state relative-caret-position="
|
|
1453
|
-
<caret line="
|
|
1547
|
+
<state relative-caret-position="45">
|
|
1548
|
+
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
|
1454
1549
|
</state>
|
|
1455
1550
|
</provider>
|
|
1456
1551
|
</entry>
|
|
1457
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1552
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/index.ts">
|
|
1458
1553
|
<provider selected="true" editor-type-id="text-editor">
|
|
1459
|
-
<state relative-caret-position="
|
|
1460
|
-
<caret line="
|
|
1554
|
+
<state relative-caret-position="469">
|
|
1555
|
+
<caret line="67" column="20" selection-start-line="67" selection-start-column="20" selection-end-line="67" selection-end-column="20" />
|
|
1461
1556
|
</state>
|
|
1462
1557
|
</provider>
|
|
1463
1558
|
</entry>
|