-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
108 lines (108 loc) · 3.38 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[submodule "example/plugins/script-loader"]
path = example/plugins/script-loader
url = https://github.com/sosie-js/script-loader
branch = 4.1.0
[submodule "example/tools/simple-image"]
path = example/tools/simple-image
url = https://github.com/sosie-js/simple-image
branch = 1.4.1
[submodule "example/tools/delimiter"]
path = example/tools/delimiter
url = https://github.com/editor-js/delimiter
branch = master
[submodule "example/tools/code"]
path = example/tools/code
url = https://github.com/editor-js/code
branch = master
[submodule "example/tools/raw"]
path = example/tools/raw
url = https://github.com/editor-js/raw
branch = master
[submodule "example/plugins/tool-configurator"]
path = example/plugins/tool-configurator
url = https://github.com/sosie-js/tool-configurator
branch = 1.0.0
[submodule "src/font-awesome"]
path = src/font-awesome
url = https://github.com/FortAwesome/Font-Awesome
branch = fa-4
[submodule "src/js-notifier"]
path = src/js-notifier
url = https://github.com/sosie-js/js-notifier
branch = 1.4.0
[submodule "src/editorjs-undo"]
path = src/editorjs-undo
url = https://github.com/sosie-js/editorjs-undo
branch = bigBrotherIndexFix
[submodule "example/plugins/block-plugin"]
path = example/plugins/block-plugin
url = https://github.com/sosie-js/block-plugin
branch = 3.0.0
[submodule "example/plugins/file-plugin"]
path = example/plugins/file-plugin
url = https://github.com/sosie-js/file-plugin
branch = 2.0.0
[submodule "example/plugins/undo-plugin"]
path = example/plugins/undo-plugin
url = https://github.com/sosie-js/undo-plugin
branch = 1.1.0
[submodule "example/plugins/view-plugin"]
path = example/plugins/view-plugin
url = https://github.com/sosie-js/view-plugin
branch = 3.0.0
[submodule "src/file-saver"]
path = src/file-saver
url = https://github.com/eligrey/FileSaver.js
branch = master
[submodule "src/editor.js"]
path = src/editor.js
url = https://github.com/codex-team/editor.js
branch = next
[submodule "example/tools/list"]
path = example/tools/list
url = https://github.com/sosie-js/list
branch = 1.6.1
[submodule "example/tools/image"]
path = example/tools/image
url = https://github.com/sosie-js/image
branch = 2.6.1
[submodule "example/tools/checklist"]
path = example/tools/checklist
url = https://github.com/sosie-js/checklist
branch = 1.2.1
[submodule "example/tools/quote"]
path = example/tools/quote
url = https://github.com/sosie-js/quote
branch = 2.4.1
[submodule "example/tools/header"]
path = example/tools/header
url = https://github.com/sosie-js/header
branch = 2.6.1
[submodule "example/tools/embed"]
path = example/tools/embed
url = https://github.com/sosie-js/embed
branch = 2.4.1
[submodule "example/tools/table"]
path = example/tools/table
url = https://github.com/sosie-js/table
branch = 1.3.1
[submodule "example/tools/link"]
path = example/tools/link
url = https://github.com/sosie-js/link
branch = 2.3.2
[submodule "example/tools/warning"]
path = example/tools/warning
url = https://github.com/sosie-js/warning
branch = 1.2.1
[submodule "example/tools/marker"]
path = example/tools/marker
url = https://github.com/sosie-js/marker
branch = 1.2.3
[submodule "example/tools/inline-code"]
path = example/tools/inline-code
url = https://github.com/sosie-js/inline-code
branch = 1.3.2
[submodule "example/tools/paragraph"]
path = example/tools/paragraph
url = https://github.com/sosie-js/paragraph
branch = 2.8.1