@ebl-vue/editorjs 2.31.8

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 (69) hide show
  1. package/LICENSE +190 -0
  2. package/README.md +244 -0
  3. package/dist/editorjs.mjs +11242 -0
  4. package/dist/editorjs.umd.js +51 -0
  5. package/dist/vendor.LICENSE.txt +462 -0
  6. package/package.json +80 -0
  7. package/types/api/block.d.ts +87 -0
  8. package/types/api/blocks.d.ts +160 -0
  9. package/types/api/caret.d.ts +67 -0
  10. package/types/api/events.d.ts +28 -0
  11. package/types/api/i18n.d.ts +11 -0
  12. package/types/api/index.d.ts +17 -0
  13. package/types/api/inline-toolbar.d.ts +15 -0
  14. package/types/api/listeners.d.ts +32 -0
  15. package/types/api/notifier.d.ts +14 -0
  16. package/types/api/readonly.d.ts +17 -0
  17. package/types/api/sanitizer.d.ts +14 -0
  18. package/types/api/saver.d.ts +13 -0
  19. package/types/api/selection.d.ts +41 -0
  20. package/types/api/styles.d.ts +44 -0
  21. package/types/api/toolbar.d.ts +26 -0
  22. package/types/api/tools.d.ts +11 -0
  23. package/types/api/tooltip.d.ts +30 -0
  24. package/types/api/ui.d.ts +24 -0
  25. package/types/block-tunes/block-tune-data.d.ts +1 -0
  26. package/types/block-tunes/block-tune.d.ts +70 -0
  27. package/types/block-tunes/index.d.ts +1 -0
  28. package/types/configs/conversion-config.ts +26 -0
  29. package/types/configs/editor-config.d.ts +118 -0
  30. package/types/configs/i18n-config.d.ts +16 -0
  31. package/types/configs/i18n-dictionary.d.ts +93 -0
  32. package/types/configs/index.d.ts +7 -0
  33. package/types/configs/log-levels.d.ts +9 -0
  34. package/types/configs/paste-config.d.ts +38 -0
  35. package/types/configs/sanitizer-config.d.ts +43 -0
  36. package/types/data-formats/block-data.d.ts +23 -0
  37. package/types/data-formats/block-id.ts +4 -0
  38. package/types/data-formats/index.d.ts +2 -0
  39. package/types/data-formats/output-data.d.ts +46 -0
  40. package/types/events/block/Base.ts +11 -0
  41. package/types/events/block/BlockAdded.ts +21 -0
  42. package/types/events/block/BlockChanged.ts +21 -0
  43. package/types/events/block/BlockMoved.ts +26 -0
  44. package/types/events/block/BlockRemoved.ts +21 -0
  45. package/types/events/block/index.ts +44 -0
  46. package/types/index.d.ts +190 -0
  47. package/types/tools/adapters/base-tool-adapter.d.ts +76 -0
  48. package/types/tools/adapters/block-tool-adapter.d.ts +78 -0
  49. package/types/tools/adapters/block-tune-adapter.d.ts +14 -0
  50. package/types/tools/adapters/inline-tool-adapter.d.ts +15 -0
  51. package/types/tools/adapters/tool-factory.d.ts +5 -0
  52. package/types/tools/adapters/tool-type.ts +18 -0
  53. package/types/tools/adapters/tools-collection.d.ts +34 -0
  54. package/types/tools/block-tool-data.d.ts +5 -0
  55. package/types/tools/block-tool.d.ts +121 -0
  56. package/types/tools/hook-events.d.ts +23 -0
  57. package/types/tools/index.d.ts +16 -0
  58. package/types/tools/inline-tool.d.ts +66 -0
  59. package/types/tools/menu-config.d.ts +54 -0
  60. package/types/tools/paste-events.d.ts +52 -0
  61. package/types/tools/tool-config.d.ts +4 -0
  62. package/types/tools/tool-settings.d.ts +91 -0
  63. package/types/tools/tool.d.ts +60 -0
  64. package/types/utils/popover/hint.d.ts +29 -0
  65. package/types/utils/popover/index.d.ts +5 -0
  66. package/types/utils/popover/popover-event.ts +15 -0
  67. package/types/utils/popover/popover-item-type.ts +13 -0
  68. package/types/utils/popover/popover-item.d.ts +248 -0
  69. package/types/utils/popover/popover.d.ts +101 -0
package/LICENSE ADDED
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright © 2015-present CodeX
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,244 @@
1
+ <p align="center">
2
+ <a href="https://editorjs.io/">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="./assets/logo_night.png">
5
+ <source media="(prefers-color-scheme: light)" srcset="./assets/logo_day.png">
6
+ <img alt="Editor.js Logo" src="./assets/logo_day.png">
7
+ </picture>
8
+ </a>
9
+ </p>
10
+
11
+ <p align="center">
12
+ <a href="https://editorjs.io/">editorjs.io</a> |
13
+ <a href="https://editorjs.io/base-concepts/">documentation</a> |
14
+ <a href="https://github.com/codex-team/editor.js/blob/next/docs/CHANGELOG.md">changelog</a>
15
+
16
+ </p>
17
+
18
+ <p align="center">
19
+ <a href="https://www.npmjs.com/package/@editorjs/editorjs">
20
+ <img src="https://flat.badgen.net/npm/v/@editorjs/editorjs?icon=npm" alt="npm"/>
21
+ </a>
22
+ <a href="https://www.npmjs.com/package/@editorjs/editorjs">
23
+ <img src="https://flat.badgen.net/bundlephobia/minzip/@editorjs/editorjs?color=green" alt="Minzipped size"/>
24
+ </a>
25
+ <a href="https://github.com/codex-team/editor.js#backers">
26
+ <img src="https://opencollective.com/editorjs/backers/badge.svg" alt="Backers on Open Collective"/>
27
+ </a>
28
+ <a href="https://github.com/codex-team/editor.js#sponsors">
29
+ <img src="https://opencollective.com/editorjs/sponsors/badge.svg" alt="Sponsors on Open Collective"/>
30
+ </a>
31
+ </p>
32
+
33
+ ## About
34
+
35
+ Editor.js is an open-source text editor offering a variety of features to help users create and format content efficiently. It has a modern, block-style interface that allows users to easily add and arrange different types of content, such as text, images, lists, quotes, etc. Each Block is provided via a separate plugin making Editor.js extremely flexible.
36
+
37
+ Editor.js outputs a clean JSON data instead of heavy HTML markup. Use it in Web, iOS, Android, AMP, Instant Articles, speech readers, AI chatbots — everywhere. Easy to sanitize, extend and integrate with your logic.
38
+
39
+ - 😍  Modern UI out of the box
40
+ - 💎  Clean JSON output
41
+ - ⚙️  Well-designed API
42
+ - 🛍  Various Tools available
43
+ - 💌  Free and open source
44
+
45
+ <picture>
46
+ <img alt="Editor.js Overview" src="./assets/overview.png">
47
+ </picture>
48
+
49
+ ## Installation
50
+
51
+ It's quite simple:
52
+
53
+ 1. Install Editor.js
54
+ 2. Install tools you need
55
+ 3. Initialize Editor's instance
56
+
57
+ Install using NPM, Yarn, or [CDN](https://www.jsdelivr.com/package/npm/@editorjs/editorjs):
58
+
59
+ ```bash
60
+ npm i @editorjs/editorjs
61
+ ```
62
+
63
+ Choose and install tools:
64
+
65
+ - [Heading](https://github.com/editor-js/header)
66
+ - [Quote](https://github.com/editor-js/quote)
67
+ - [Image](https://github.com/editor-js/image)
68
+ - [Simple Image](https://github.com/editor-js/simple-image) (without backend requirement)
69
+ - [Nested List](https://github.com/editor-js/nested-list)
70
+ - [Checklist](https://github.com/editor-js/checklist)
71
+ - [Link embed](https://github.com/editor-js/link)
72
+ - [Embeds](https://github.com/editor-js/embed) (YouTube, Twitch, Vimeo, Gfycat, Instagram, Twitter, etc)
73
+ - [Table](https://github.com/editor-js/table)
74
+ - [Delimiter](https://github.com/editor-js/delimiter)
75
+ - [Warning](https://github.com/editor-js/warning)
76
+ - [Code](https://github.com/editor-js/code)
77
+ - [Raw HTML](https://github.com/editor-js/raw)
78
+ - [Attaches](https://github.com/editor-js/attaches)
79
+ - [Marker](https://github.com/editor-js/marker)
80
+ - [Inline Code](https://github.com/editor-js/inline-code)
81
+
82
+ See the [😎 Awesome Editor.js](https://github.com/editor-js/awesome-editorjs) list for more tools.
83
+
84
+ Initialize the Editor:
85
+
86
+ ```html
87
+ <div id="editorjs"></div>
88
+ ```
89
+
90
+ ```javascript
91
+ import EditorJS from '@editorjs/editorjs'
92
+
93
+ const editor = new EditorJS({
94
+ tools: {
95
+ // ... your tools
96
+ }
97
+ })
98
+ ````
99
+
100
+ See details about [Installation](https://editorjs.io/getting-started/) and [Configuration](https://editorjs.io/configuration/) at the documentation.
101
+
102
+ ### Saving Data
103
+
104
+ Call `editor.save()` and handle returned Promise with saved data.
105
+
106
+ ```javascript
107
+ const data = await editor.save()
108
+ ```
109
+
110
+ ### Example
111
+
112
+ Take a look at the [example.html](example/example.html) to view more detailed examples.
113
+
114
+
115
+ ## Roadmap
116
+
117
+ <img align="right" width="342" src="./assets/roadmap.png" style="margin-left: 30px">
118
+
119
+ - Unified Toolbars
120
+ - [x] Block Tunes moved left
121
+ - [x] Toolbox becomes vertical
122
+ - [x] Ability to display several Toolbox buttons by the single Tool
123
+ - [x] Block Tunes become vertical
124
+ - [x] Block Tunes support nested menus
125
+ - [x] Block Tunes support separators
126
+ - [x] Conversion Menu added to the Block Tunes
127
+ - [x] Unified Toolbar supports hints
128
+ - [x] Conversion Toolbar uses Unified Toolbar
129
+ - [x] Inline Toolbar uses Unified Toolbar
130
+ - Collaborative editing
131
+ - [ ] Implement Inline Tools JSON format
132
+ - [ ] Operations Observer, Executor, Manager, Transformer
133
+ - [ ] Implement Undo/Redo Manager
134
+ - [ ] Implement Tools API changes
135
+ - [ ] Implement Server and communication
136
+ - [ ] Update basic tools to fit the new API
137
+ - Other features
138
+ - [ ] Blocks drag'n'drop
139
+ - [ ] New cross-block selection
140
+ - [ ] New cross-block caret moving
141
+ - Ecosystem improvements
142
+ - [x] CodeX Icons — the way to unify all tools and core icons
143
+ - [x] New Homepage and Docs
144
+ - [x] @editorjs/create-tool for Tools bootstrapping
145
+ - [ ] Editor.js DevTools — stand for core and tools development
146
+ - [ ] Editor.js Design System
147
+ - [ ] Editor.js Preset Env
148
+ - [ ] Editor.js ToolKit
149
+ - [ ] New core bundle system
150
+ - [ ] New documentation and guides
151
+
152
+ <a href="https://opencollective.com/editorjs/donate" target="_blank">
153
+ <picture>
154
+ <source width="162px" media="(prefers-color-scheme: dark)" srcset="./assets/support_night.png">
155
+ <source width="162px" media="(prefers-color-scheme: light)" srcset="./assets/support_day.png">
156
+ <img width="162px" alt="Support Editor.js" src="./assets/support_day.png">
157
+ </picture>
158
+ </a>
159
+
160
+ <br>
161
+
162
+ ## Like Editor.js?
163
+
164
+ You can support project improvement and development of new features with a donation to our team.
165
+
166
+ [Donate via OpenCollective](https://opencollective.com/editorjs)
167
+ \
168
+ [Donate via Crypto](https://codex.so/donate)
169
+ \
170
+ [Donate via Patreon](https://www.patreon.com/editorjs)
171
+
172
+ ### Why donate
173
+
174
+ Donations to open-source products have several advantages for your business:
175
+
176
+ - If your business relies on Editor.js, you'll probably want it to be maintained
177
+ - It helps Editor.js to evolve and get the new features
178
+ - We can support contributors and the community around the project. You'll receive well organized docs, guides, etc.
179
+ - We need to pay for our infrastructure and maintain public resources (domain names, homepages, docs, etc). Supporting it guarantees you to access any resources at the time you need them.
180
+ - You can advertise by adding your brand assets and mentions on our public resources
181
+
182
+
183
+ ### Sponsors
184
+
185
+ Support us by becoming a sponsor. Your logo will show up here with a link to your website.
186
+
187
+ <p>
188
+ <a href="https://www.mister-auto.com/" target="_blank">
189
+ <img src="https://opencollective-production.s3.us-west-1.amazonaws.com/5131a030-5672-11ec-be79-1d003d12ec5f.png" width="50" alt="Mister Auto">
190
+ </a>
191
+ <a href="https://www.uplucid.com/" target="_blank">
192
+ <img src="https://logo.clearbit.com/uplucid.com" width="50" alt="UPLUCID, K.K.">
193
+ </a>
194
+ <a href="https://www.contentharmony.com/" target="_blank">
195
+ <img src="https://opencollective-production.s3.us-west-1.amazonaws.com/89edb1b0-7d82-11ed-b99e-ab6e6f9cb69f.png" width="50" alt="Kane Jamison">
196
+ </a>
197
+ <a href="https://www.contentharmony.com/product/" target="_blank">
198
+ <img src="https://logo.clearbit.com/contentharmony.com" width="50" alt="Content Harmony">
199
+ </a>
200
+ </p>
201
+
202
+ [Become a Sponsor](https://opencollective.com/editorjs/contribute/sir-8679/checkout)
203
+
204
+ ### Backers
205
+ Thank you to all our backers
206
+
207
+ <a href="https://opencollective.com/editorjs#backers" target="_blank"><img src="https://opencollective.com/editorjs/backers.svg?width=890&avatarHeight=34"></a>
208
+
209
+ [Become a Backer](https://opencollective.com/editorjs/contribute/backer-8632/checkout)
210
+
211
+ ### Contributors
212
+
213
+ This project exists thanks to all the people who contribute.
214
+
215
+ <p><img src="https://opencollective.com/editorjs/contributors.svg?width=890&button=false&avatarHeight=34" /></p>
216
+
217
+ ### Need something special?
218
+
219
+ Hire CodeX experts to resolve technical challenges and match your product requirements.
220
+
221
+ - Resolve a problem that has high value for you
222
+ - Implement a new feature required by your business
223
+ - Help with integration or tool development
224
+ - Provide any consultation
225
+
226
+ Contact us via team@codex.so and share your details
227
+
228
+ ## Community
229
+
230
+ - [Official Tools](https://github.com/editor-js)
231
+ - [Awesome Editor.js](https://github.com/editor-js/awesome-editorjs)
232
+ - [Good First Tasks](https://github.com/codex-team/editor.js/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+task%22)
233
+ - [Contributing](https://editorjs.io/contributing/)
234
+ - [Telegram Chat](https://t.me/codex_editor)
235
+
236
+ # About CodeX
237
+
238
+ <img align="right" width="120" height="120" src="https://codex.so/public/app/img/codex-logo.svg" hspace="50">
239
+
240
+ CodeX is a team of digital specialists around the world interested in building high-quality open source products on a global market. We are [open](https://codex.so/join) for young people who want to constantly improve their skills and grow professionally with experiments in cutting-edge technologies.
241
+
242
+ | 🌐 | Join 👋 | Twitter | Instagram |
243
+ | -- | -- | -- | -- |
244
+ | [codex.so](https://codex.so) | [codex.so/join](https://codex.so/join) |[@codex_team](http://twitter.com/codex_team) | [@codex_team](http://instagram.com/codex_team/) |