Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Ckeditor5 Complexitywiki Plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
Ckeditor5 Complexitywiki Plugins
Commits
1fae6cff
Commit
1fae6cff
authored
3 years ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Change editor default contents
parent
069af965
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sample/index.html
+2
-76
2 additions, 76 deletions
sample/index.html
with
2 additions
and
76 deletions
sample/index.html
+
2
−
76
View file @
1fae6cff
...
@@ -15,83 +15,9 @@
...
@@ -15,83 +15,9 @@
<h1>
CKEditor 5 – Development Sample
</h1>
<h1>
CKEditor 5 – Development Sample
</h1>
<div
id=
"editor"
>
<div
id=
"editor"
>
<h2>
Development environment
</h2>
## Markdown contents of the editor
<p>
This is a demo of the
<a
href=
"https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor"
>
classic editor
build
</a>
that loads
<code>
MyPlugin
</code>
, which is an example plugin produced by the package generator. You can modify this
sample and use it to validate whether a plugin or a set of plugins work fine.
</p>
<p>
<code>
MyPlugin
</code>
inserts a text into the editor. You can click the CKEditor 5 icon in the toolbar and see the results.
</p>
<h3>
Helpful resources
</h3>
Fill in text here to test the editing.
<ul>
<li>
Architecture
<ul>
<li>
<a
href=
"https://ckeditor.com/docs/ckeditor5/latest/framework/guides/architecture/core-editor-architecture.html"
>
Core editor architecture
</a>
</li>
</ul>
<ul>
<li>
<a
href=
"https://ckeditor.com/docs/ckeditor5/latest/framework/guides/architecture/editing-engine.html"
>
The editing engine
</a>
</li>
</ul>
<ul>
<li>
<a
href=
"https://ckeditor.com/docs/ckeditor5/latest/framework/guides/architecture/ui-library.html"
>
The UI library
</a>
</li>
</ul>
</li>
<li>
<a
href=
"https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/browser-compatibility.html"
>
Browser compatibility
</a>
</li>
<li>
<a
href=
"https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html"
>
The error codes
</a>
</li>
<li><a
href=
"https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/dll-builds.html"
>
The DLL builds
</a></li>
</ul>
<h3>
The directory structure
</h3>
<p>
The code snippet below presents the directory structure.
</p>
<pre><code
class=
"language-plaintext"
>
.
├─ lang
│ └─ contexts.json # Entries used for creating translations.
├─ sample
│ ├─ dll.html # The editor initialized using the DLL builds. Check README for details.
│ ├─ index.html # The currently displayed file.
│ └─ ckeditor.js # The editor initialization script.
├─ src
│ ├─ index.js # The modules exported by the package when using the DLL builds.
│ ├─ myplugin.js # The plugin that shows the very basic usage of the CKEditor 5 framework.
│ └─ **/*.js # All JavaScript source files should be saved here.
├─ tests
│ ├─ index.js # Tests for the plugin.
│ ├─ myplugin.js
│ └─ **/*.js # All tests should be saved here.
├─ theme
│ ├─ icons
│ │ ├─ ckeditor.svg # The CKEditor 5 icon displayed in the toolbar.
│ │ └─ **/*.svg # All icon files should be saved here.
│ └─ **/*.css # All CSS files should be saved here.
├─ .editorconfig
├─ ...
└─ README.md
</code></pre>
<h3>
Reporting issues
</h3>
<p>
If you found a problem with CKEditor 5 or the package generator, please, report an issue:
</p>
<ul>
<li><a
href=
"https://github.com/ckeditor/ckeditor5/issues/new/choose"
>
CKEditor 5
</a></li>
<li><a
href=
"https://github.com/ckeditor/ckeditor5-package-generator/issues/new"
>
The package generator
</a></li>
</ul>
</div>
</div>
<script
src=
"./ckeditor.dist.js"
></script>
<script
src=
"./ckeditor.dist.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment