jodit 4.0.0-beta.86 → 4.0.0-beta.88
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/CHANGELOG.md +42 -8
- package/README.md +5 -5
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +46 -43
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +46 -43
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +43 -43
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +43 -43
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +85 -69
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/selection/interface.d.ts +5 -0
- package/esm/core/selection/interface.js +6 -1
- package/esm/core/selection/style/commit-style.js +2 -0
- package/esm/core/ui/button/button/button.js +2 -1
- package/esm/core/ui/button/group/group.js +2 -1
- package/esm/core/ui/button/tooltip/tooltip.js +2 -1
- package/esm/core/ui/element.js +2 -1
- package/esm/core/ui/form/block/block.js +2 -1
- package/esm/core/ui/form/form.js +2 -1
- package/esm/core/ui/form/inputs/area/area.js +2 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.js +2 -1
- package/esm/core/ui/form/inputs/file/file.js +2 -1
- package/esm/core/ui/form/inputs/input/input.js +2 -1
- package/esm/core/ui/form/inputs/select/select.js +2 -1
- package/esm/core/ui/group/group.js +2 -1
- package/esm/core/ui/group/list.js +2 -1
- package/esm/core/ui/group/separator.js +2 -1
- package/esm/core/ui/group/spacer.js +2 -1
- package/esm/core/ui/icon.js +4 -1
- package/esm/core/view/view.js +2 -1
- package/esm/jodit.js +3 -11
- package/esm/modules/context-menu/context-menu.js +2 -1
- package/esm/modules/dialog/dialog.js +2 -1
- package/esm/modules/file-browser/file-browser.js +2 -1
- package/esm/modules/image-editor/image-editor.js +2 -1
- package/esm/modules/messages/message.js +2 -1
- package/esm/modules/messages/messages.js +2 -1
- package/esm/modules/status-bar/status-bar.js +2 -1
- package/esm/modules/toolbar/button/button.js +2 -1
- package/esm/modules/toolbar/button/content.js +2 -1
- package/esm/modules/toolbar/button/select/select.js +2 -1
- package/esm/modules/toolbar/collection/collection.js +2 -1
- package/esm/modules/toolbar/collection/editor-collection.js +2 -1
- package/esm/plugins/backspace/interface.d.ts +9 -8
- package/esm/plugins/resize-handler/resize-handler.js +2 -1
- package/esm/plugins/search/ui/search.js +2 -1
- package/esm/plugins/size/size.js +2 -1
- package/esm/plugins/speech-recognize/helpers/recognize-manager.js +2 -1
- package/esm/plugins/wrap-nodes/wrap-nodes.js +34 -30
- package/examples/arabic.lang.html +111 -64
- package/examples/assets/app.css +1 -3
- package/examples/color-picker.html +122 -72
- package/examples/custom-icons.html +204 -157
- package/examples/custom-toolbar.html +110 -63
- package/examples/example.default.html +4 -3
- package/examples/fullsize.html +107 -60
- package/examples/index.html +6 -5
- package/examples/inline-mode.html +193 -92
- package/examples/oneinstance.html +138 -90
- package/examples/theme.html +6 -5
- package/package.json +1 -1
- package/types/core/selection/interface.d.ts +5 -0
- package/types/plugins/backspace/interface.d.ts +9 -8
- package/examples/assets/prism.css +0 -200
- package/examples/assets/prism.js +0 -1254
package/examples/fullsize.html
CHANGED
|
@@ -4,72 +4,119 @@
|
|
|
4
4
|
* License GNU General Public License version 2 or later;
|
|
5
5
|
* Copyright 2013-2020 Valeriy Chupurnov https://xdsoft.net
|
|
6
6
|
-->
|
|
7
|
-
<html>
|
|
8
|
-
<head>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
7
|
+
<html lang="en-US">
|
|
8
|
+
<head>
|
|
9
|
+
<meta charset="UTF-8" />
|
|
10
|
+
<meta
|
|
11
|
+
name="viewport"
|
|
12
|
+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
|
13
|
+
/>
|
|
14
|
+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
15
|
+
<title>Jodit in fullsize mode</title>
|
|
16
|
+
<link rel="icon" type="image/png" href="assets/icon.png" />
|
|
17
|
+
</head>
|
|
18
|
+
<body>
|
|
19
|
+
<header>
|
|
20
|
+
<nav>
|
|
21
|
+
<ul class="container">
|
|
22
|
+
<li>
|
|
23
|
+
<a href="https://xdsoft.net/jodit/">Jodit homepage</a>
|
|
24
|
+
</li>
|
|
25
|
+
<li>
|
|
26
|
+
<a href="https://xdsoft.net/jodit/play.html"
|
|
27
|
+
>Playground</a
|
|
28
|
+
>
|
|
29
|
+
</li>
|
|
30
|
+
<li>
|
|
31
|
+
<a href="https://xdsoft.net/jodit/docs/"
|
|
32
|
+
>Documentation</a
|
|
33
|
+
>
|
|
34
|
+
</li>
|
|
35
|
+
<li><a href="https://github.com/xdan/jodit/">Github</a></li>
|
|
36
|
+
<li>
|
|
37
|
+
<a
|
|
38
|
+
href="https://github.com/xdan/jodit/blob/main/CHANGELOG.md"
|
|
39
|
+
>Changelog</a
|
|
40
|
+
>
|
|
41
|
+
</li>
|
|
42
|
+
<li>
|
|
43
|
+
<a href="#examples">Examples</a>
|
|
44
|
+
<ul id="examples">
|
|
45
|
+
<!-- see app.js-->
|
|
46
|
+
</ul>
|
|
47
|
+
</li>
|
|
48
|
+
<li style="float: right">
|
|
49
|
+
<a href="https://github.com/xdan/jodit/releases/latest"
|
|
50
|
+
>Download</a
|
|
51
|
+
>
|
|
52
|
+
</li>
|
|
53
|
+
</ul>
|
|
54
|
+
</nav>
|
|
55
|
+
</header>
|
|
56
|
+
<div id="main_container" class="container">
|
|
57
|
+
<div id="introduction">
|
|
58
|
+
<h3>HTML</h3>
|
|
59
|
+
<pre><code class="language-javascript">
|
|
36
60
|
<textarea id="editor"></textarea>
|
|
37
61
|
</code></pre>
|
|
38
|
-
|
|
39
|
-
|
|
62
|
+
<h3>JavaScript</h3>
|
|
63
|
+
<pre><code class="language-javascript">
|
|
40
64
|
const editor = Jodit.make('#editor', {
|
|
41
65
|
fullsize: true
|
|
42
66
|
});
|
|
43
67
|
editor.setEditorValue('<p>start</p>')
|
|
44
68
|
</code></pre>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
</div>
|
|
50
|
-
<footer>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
69
|
+
</div>
|
|
70
|
+
<div class="result">
|
|
71
|
+
<textarea id="area_editor"></textarea>
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
|
+
<footer>
|
|
75
|
+
<nav>
|
|
76
|
+
<ul class="container">
|
|
77
|
+
<li>
|
|
78
|
+
<a href="https://xdsoft.net/jodit/">Jodit homepage</a>
|
|
79
|
+
</li>
|
|
80
|
+
<li>
|
|
81
|
+
<a href="https://xdsoft.net/jodit/play.html"
|
|
82
|
+
>Playground</a
|
|
83
|
+
>
|
|
84
|
+
</li>
|
|
85
|
+
<li>
|
|
86
|
+
<a href="https://xdsoft.net/jodit/docs/"
|
|
87
|
+
>Documentation</a
|
|
88
|
+
>
|
|
89
|
+
</li>
|
|
90
|
+
<li><a href="https://github.com/xdan/jodit/">Github</a></li>
|
|
91
|
+
<li>
|
|
92
|
+
<a
|
|
93
|
+
href="https://github.com/xdan/jodit/blob/main/CHANGELOG.md"
|
|
94
|
+
>Changelog</a
|
|
95
|
+
>
|
|
96
|
+
</li>
|
|
97
|
+
<li style="float: right">
|
|
98
|
+
<a href="https://github.com/xdan/jodit/releases/latest"
|
|
99
|
+
>Download</a
|
|
100
|
+
>
|
|
101
|
+
</li>
|
|
102
|
+
</ul>
|
|
103
|
+
</nav>
|
|
104
|
+
</footer>
|
|
105
|
+
</body>
|
|
106
|
+
<link rel="stylesheet" href="./es2015/jodit.min.css" />
|
|
107
|
+
<link rel="stylesheet" href="assets/app.css" />
|
|
108
|
+
<link
|
|
109
|
+
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i"
|
|
110
|
+
rel="stylesheet"
|
|
111
|
+
/>
|
|
66
112
|
|
|
67
|
-
<script src="./es2015/jodit.min.js"></script>
|
|
68
|
-
<script src="assets/
|
|
69
|
-
<script
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
113
|
+
<script src="./es2015/jodit.min.js"></script>
|
|
114
|
+
<script src="assets/app.js"></script>
|
|
115
|
+
<script>
|
|
116
|
+
const editor = Jodit.make('#area_editor', {
|
|
117
|
+
fullsize: true
|
|
118
|
+
});
|
|
119
|
+
</script>
|
|
120
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js"></script>
|
|
121
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/themes/prism.min.css" />
|
|
75
122
|
</html>
|
package/examples/index.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<!--
|
|
3
3
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4
4
|
* License GNU General Public License version 2 or later;
|
|
5
5
|
* Copyright 2013-2020 Valeriy Chupurnov https://xdsoft.net
|
|
6
6
|
-->
|
|
7
|
-
<html>
|
|
7
|
+
<html lang="en-US">
|
|
8
8
|
<head>
|
|
9
9
|
<meta charset="UTF-8" />
|
|
10
10
|
<meta
|
|
@@ -182,15 +182,14 @@
|
|
|
182
182
|
</nav>
|
|
183
183
|
</footer>
|
|
184
184
|
</body>
|
|
185
|
-
<link rel="stylesheet" href="./
|
|
185
|
+
<link rel="stylesheet" href="./es2015/jodit.min.css" />
|
|
186
186
|
<link rel="stylesheet" href="assets/app.css" />
|
|
187
187
|
<link
|
|
188
188
|
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i"
|
|
189
189
|
rel="stylesheet"
|
|
190
190
|
/>
|
|
191
191
|
|
|
192
|
-
<script src="./
|
|
193
|
-
<script src="assets/prism.js"></script>
|
|
192
|
+
<script src="./es2015/jodit.min.js"></script>
|
|
194
193
|
<script src="assets/app.js"></script>
|
|
195
194
|
<script>
|
|
196
195
|
var editor = Jodit.make('#area_editor', {
|
|
@@ -219,4 +218,6 @@
|
|
|
219
218
|
// disablePlugins: 'hotkeys,mobile'
|
|
220
219
|
});
|
|
221
220
|
</script>
|
|
221
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js"></script>
|
|
222
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/themes/prism.min.css" />
|
|
222
223
|
</html>
|
|
@@ -4,113 +4,214 @@
|
|
|
4
4
|
* License GNU General Public License version 2 or later;
|
|
5
5
|
* Copyright 2013-2020 Valeriy Chupurnov https://xdsoft.net
|
|
6
6
|
-->
|
|
7
|
-
<html>
|
|
8
|
-
<head>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
7
|
+
<html lang="en-US">
|
|
8
|
+
<head>
|
|
9
|
+
<meta charset="UTF-8" />
|
|
10
|
+
<meta
|
|
11
|
+
name="viewport"
|
|
12
|
+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
|
13
|
+
/>
|
|
14
|
+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
15
|
+
<title>Inline edit Jodit Example</title>
|
|
16
|
+
<link rel="icon" type="image/png" href="assets/icon.png" />
|
|
17
|
+
</head>
|
|
18
|
+
<body>
|
|
19
|
+
<header>
|
|
20
|
+
<nav>
|
|
21
|
+
<ul class="container">
|
|
22
|
+
<li>
|
|
23
|
+
<a href="https://xdsoft.net/jodit/">Jodit homepage</a>
|
|
24
|
+
</li>
|
|
25
|
+
<li>
|
|
26
|
+
<a href="https://xdsoft.net/jodit/play.html"
|
|
27
|
+
>Playground</a
|
|
28
|
+
>
|
|
29
|
+
</li>
|
|
30
|
+
<li>
|
|
31
|
+
<a href="https://xdsoft.net/jodit/docs/"
|
|
32
|
+
>Documentation</a
|
|
33
|
+
>
|
|
34
|
+
</li>
|
|
35
|
+
<li><a href="https://github.com/xdan/jodit/">Github</a></li>
|
|
36
|
+
<li>
|
|
37
|
+
<a
|
|
38
|
+
href="https://github.com/xdan/jodit/blob/main/CHANGELOG.md"
|
|
39
|
+
>Changelog</a
|
|
40
|
+
>
|
|
41
|
+
</li>
|
|
42
|
+
<li>
|
|
43
|
+
<a href="#examples">Examples</a>
|
|
44
|
+
<ul id="examples">
|
|
45
|
+
<!-- see app.js-->
|
|
46
|
+
</ul>
|
|
47
|
+
</li>
|
|
48
|
+
<li style="float: right">
|
|
49
|
+
<a href="https://github.com/xdan/jodit/releases/latest"
|
|
50
|
+
>Download</a
|
|
51
|
+
>
|
|
52
|
+
</li>
|
|
53
|
+
</ul>
|
|
54
|
+
</nav>
|
|
55
|
+
</header>
|
|
56
|
+
<div id="main_container" class="container">
|
|
57
|
+
<div id="introduction">
|
|
58
|
+
<h3>HTML</h3>
|
|
59
|
+
<pre><code class="language-markup">
|
|
36
60
|
<div id="area">Some text</div>
|
|
37
61
|
</code></pre>
|
|
38
|
-
|
|
39
|
-
|
|
62
|
+
<h3>JavaScript</h3>
|
|
63
|
+
<pre><code class="language-javascript">
|
|
40
64
|
const editor = Jodit.make('#area', {
|
|
41
65
|
preset: 'inline'
|
|
42
66
|
})
|
|
43
67
|
</code></pre>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
68
|
+
</div>
|
|
69
|
+
<div class="result">
|
|
70
|
+
<div id="area">
|
|
71
|
+
<p>
|
|
72
|
+
<img
|
|
73
|
+
style="float: right; margin: 10px"
|
|
74
|
+
src="./assets/download.jpg"
|
|
75
|
+
alt="Itaque nostrum est-quod nostrum dico, artis est-ad ea principia, quae accepimus."
|
|
76
|
+
/>
|
|
77
|
+
</p>
|
|
78
|
+
<h1>
|
|
79
|
+
Itaque nostrum est-quod nostrum dico, artis est-ad ea
|
|
80
|
+
principia, quae accepimus.
|
|
81
|
+
</h1>
|
|
49
82
|
|
|
50
|
-
|
|
83
|
+
<p>
|
|
84
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
85
|
+
<i>Quonam, inquit, modo?</i>
|
|
86
|
+
<mark
|
|
87
|
+
>Illum mallem levares, quo optimum atque
|
|
88
|
+
humanissimum virum, Cn.</mark
|
|
89
|
+
>
|
|
90
|
+
Quae quidem vel cum periculo est quaerenda vobis;
|
|
91
|
+
Amicitiam autem adhibendam esse censent, quia sit ex eo
|
|
92
|
+
genere, quae prosunt.
|
|
93
|
+
<a href="http://loripsum.net/" target="_blank"
|
|
94
|
+
>Duo Reges: constructio interrete.</a
|
|
95
|
+
>
|
|
96
|
+
Illud quaero, quid ei, qui in voluptate summum bonum
|
|
97
|
+
ponat, consentaneum sit dicere. At vero illa, quae
|
|
98
|
+
Peripatetici, quae Stoici dicunt, semper tibi in ore
|
|
99
|
+
sunt in iudiciis, in senatu. Dic in quovis conventu te
|
|
100
|
+
omnia facere, ne doleas. Nummus in Croesi divitiis
|
|
101
|
+
obscuratur, pars est tamen divitiarum. Isto modo ne
|
|
102
|
+
improbos quidem, si essent boni viri. Luxuriam non
|
|
103
|
+
reprehendit, modo sit vacua infinita cupiditate et
|
|
104
|
+
timore. Sit ista in Graecorum levitate perversitas, qui
|
|
105
|
+
maledictis insectantur eos, a quibus de veritate
|
|
106
|
+
dissentiunt.
|
|
107
|
+
</p>
|
|
51
108
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
109
|
+
<blockquote cite="http://loripsum.net">
|
|
110
|
+
Nec enim absolvi beata vita sapientis neque ad exitum
|
|
111
|
+
perduci poterit, si prima quaeque bene ab eo consulta
|
|
112
|
+
atque facta ipsius oblivione obruentur.
|
|
113
|
+
</blockquote>
|
|
55
114
|
|
|
56
|
-
|
|
57
|
-
|
|
115
|
+
<pre>
|
|
116
|
+
Tum ille: Tu autem cum ipse tantum librorum habeas, quos hic
|
|
58
117
|
tandem requiris?
|
|
59
118
|
|
|
60
119
|
Possumusne ergo in vita summum bonum dicere, cum id ne in
|
|
61
120
|
cena quidem posse videamur?
|
|
62
|
-
</pre
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
<ul>
|
|
66
|
-
<li>Possumusne ergo in vita summum bonum dicere, cum id ne in cena quidem posse videamur?</li>
|
|
67
|
-
<li>Quodsi vultum tibi, si incessum fingeres, quo gravior viderere, non esses tui similis;</li>
|
|
68
|
-
</ul>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
<ol>
|
|
72
|
-
<li>Qui autem diffidet perpetuitati bonorum suorum, timeat necesse est, ne aliquando amissis illis sit miser.</li>
|
|
73
|
-
<li>Nulla profecto est, quin suam vim retineat a primo ad extremum.</li>
|
|
74
|
-
</ol>
|
|
121
|
+
</pre
|
|
122
|
+
>
|
|
75
123
|
|
|
124
|
+
<ul>
|
|
125
|
+
<li>
|
|
126
|
+
Possumusne ergo in vita summum bonum dicere, cum id
|
|
127
|
+
ne in cena quidem posse videamur?
|
|
128
|
+
</li>
|
|
129
|
+
<li>
|
|
130
|
+
Quodsi vultum tibi, si incessum fingeres, quo
|
|
131
|
+
gravior viderere, non esses tui similis;
|
|
132
|
+
</li>
|
|
133
|
+
</ul>
|
|
76
134
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
135
|
+
<ol>
|
|
136
|
+
<li>
|
|
137
|
+
Qui autem diffidet perpetuitati bonorum suorum,
|
|
138
|
+
timeat necesse est, ne aliquando amissis illis sit
|
|
139
|
+
miser.
|
|
140
|
+
</li>
|
|
141
|
+
<li>
|
|
142
|
+
Nulla profecto est, quin suam vim retineat a primo
|
|
143
|
+
ad extremum.
|
|
144
|
+
</li>
|
|
145
|
+
</ol>
|
|
87
146
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</
|
|
104
|
-
<
|
|
105
|
-
<
|
|
106
|
-
|
|
147
|
+
<dl>
|
|
148
|
+
<dt><dfn>Falli igitur possumus.</dfn></dt>
|
|
149
|
+
<dd>
|
|
150
|
+
Quid enim ab antiquis ex eo genere, quod ad
|
|
151
|
+
disserendum valet, praetermissum est?
|
|
152
|
+
</dd>
|
|
153
|
+
<dt><dfn>Scrupulum, inquam, abeunti;</dfn></dt>
|
|
154
|
+
<dd>
|
|
155
|
+
Scio enim esse quosdam, qui quavis lingua
|
|
156
|
+
philosophari possint;
|
|
157
|
+
</dd>
|
|
158
|
+
<dt><dfn>Poterat autem inpune;</dfn></dt>
|
|
159
|
+
<dd>
|
|
160
|
+
Tum ille: Tu autem cum ipse tantum librorum habeas,
|
|
161
|
+
quos hic tandem requiris?
|
|
162
|
+
</dd>
|
|
163
|
+
<dt><dfn>Beatum, inquit.</dfn></dt>
|
|
164
|
+
<dd>Respondeat totidem verbis.</dd>
|
|
165
|
+
</dl>
|
|
166
|
+
</div>
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
<footer>
|
|
170
|
+
<nav>
|
|
171
|
+
<ul class="container">
|
|
172
|
+
<li>
|
|
173
|
+
<a href="https://xdsoft.net/jodit/">Jodit homepage</a>
|
|
174
|
+
</li>
|
|
175
|
+
<li>
|
|
176
|
+
<a href="https://xdsoft.net/jodit/play.html"
|
|
177
|
+
>Playground</a
|
|
178
|
+
>
|
|
179
|
+
</li>
|
|
180
|
+
<li>
|
|
181
|
+
<a href="https://xdsoft.net/jodit/docs/"
|
|
182
|
+
>Documentation</a
|
|
183
|
+
>
|
|
184
|
+
</li>
|
|
185
|
+
<li><a href="https://github.com/xdan/jodit/">Github</a></li>
|
|
186
|
+
<li>
|
|
187
|
+
<a
|
|
188
|
+
href="https://github.com/xdan/jodit/blob/main/CHANGELOG.md"
|
|
189
|
+
>Changelog</a
|
|
190
|
+
>
|
|
191
|
+
</li>
|
|
192
|
+
<li style="float: right">
|
|
193
|
+
<a href="https://github.com/xdan/jodit/releases/latest"
|
|
194
|
+
>Download</a
|
|
195
|
+
>
|
|
196
|
+
</li>
|
|
197
|
+
</ul>
|
|
198
|
+
</nav>
|
|
199
|
+
</footer>
|
|
200
|
+
</body>
|
|
201
|
+
<link rel="stylesheet" href="./es2015/jodit.min.css" />
|
|
202
|
+
<link rel="stylesheet" href="assets/app.css" />
|
|
203
|
+
<link
|
|
204
|
+
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i"
|
|
205
|
+
rel="stylesheet"
|
|
206
|
+
/>
|
|
107
207
|
|
|
108
|
-
<script src="./es2015/jodit.min.js"></script>
|
|
109
|
-
<script src="assets/
|
|
110
|
-
<script
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
208
|
+
<script src="./es2015/jodit.min.js"></script>
|
|
209
|
+
<script src="assets/app.js"></script>
|
|
210
|
+
<script>
|
|
211
|
+
const editor = Jodit.make('#area', {
|
|
212
|
+
preset: 'inline'
|
|
213
|
+
});
|
|
214
|
+
</script>
|
|
215
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js"></script>
|
|
216
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/themes/prism.min.css" />
|
|
116
217
|
</html>
|