mirror of
https://github.com/codex-team/editor.js
synced 2026-03-14 22:55:47 +01:00
chore(example): the new example page for testing multiple instances
This commit is contained in:
parent
83d8fe7df5
commit
c0ff646e8e
3 changed files with 82 additions and 3 deletions
|
|
@ -48,12 +48,12 @@
|
|||
|
||||
<!-- Load Tools -->
|
||||
<!--
|
||||
You can upload Tools to your project's directory and use as in example below.
|
||||
You can upload Tools to your project's directory and connect them by relative links.
|
||||
|
||||
Also you can load each Tool from CDN or use NPM/Yarn packages.
|
||||
|
||||
Read more in Tool's README file. For example:
|
||||
https://github.com/editor-js/header#installation
|
||||
Read more at Tools Connection doc:
|
||||
https://editorjs.io/getting-started#tools-connection
|
||||
-->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@editorjs/header@latest"></script><!-- Header -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@editorjs/simple-image@latest"></script><!-- Image -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue