@ckeditor/ckeditor5-source-editing-enhanced 0.0.0-nightly-next-20250216.0 → 0.0.1
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/LICENSE.md +6 -11
- package/README.md +3 -25
- package/package.json +4 -63
- package/CHANGELOG.md +0 -4
- package/build/source-editing-enhanced.js +0 -4
- package/ckeditor5-metadata.json +0 -18
- package/dist/index-content.css +0 -5
- package/dist/index-editor.css +0 -34
- package/dist/index.css +0 -56
- package/dist/index.js +0 -23
- package/lang/contexts.json +0 -22
- package/src/augmentation.d.ts +0 -22
- package/src/augmentation.js +0 -23
- package/src/index.d.ts +0 -12
- package/src/index.js +0 -23
- package/src/replacesourcecommand.d.ts +0 -28
- package/src/replacesourcecommand.js +0 -23
- package/src/sourceeditingenhanced.d.ts +0 -47
- package/src/sourceeditingenhanced.js +0 -23
- package/src/sourceeditingenhancedconfig.d.ts +0 -42
- package/src/sourceeditingenhancedconfig.js +0 -23
- package/src/sourceeditingenhancedui.d.ts +0 -40
- package/src/sourceeditingenhancedui.js +0 -23
- package/src/ui/codeeditorview.d.ts +0 -53
- package/src/ui/codeeditorview.js +0 -23
- package/src/ui/editsourcecommand.d.ts +0 -26
- package/src/ui/editsourcecommand.js +0 -23
- package/src/utils/common-translations.d.ts +0 -9
- package/src/utils/common-translations.js +0 -23
- package/src/utils/createcodemirroreditor.d.ts +0 -58
- package/src/utils/createcodemirroreditor.js +0 -23
- package/src/utils/format.d.ts +0 -35
- package/src/utils/format.js +0 -23
- package/src/utils/getactiverootname.d.ts +0 -9
- package/src/utils/getactiverootname.js +0 -23
- package/theme/sourceeditingenhanced.css +0 -44
package/LICENSE.md
CHANGED
|
@@ -1,21 +1,16 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor
|
|
5
|
-
Copyright (c) 2003–
|
|
4
|
+
**CKEditor 5 source editing-enhanced feature** – https://github.com/ckeditor/ckeditor5-source-editing-enhanced <br>
|
|
5
|
+
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
|
-
CKEditor
|
|
8
|
-
For more
|
|
7
|
+
CKEditor 5 source editing-enhanced feature is licensed under a commercial license and is protected by copyright law.
|
|
8
|
+
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
9
9
|
|
|
10
|
-
Sources of Intellectual Property Included in CKEditor
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor
|
|
11
11
|
-----------------------------------------------------
|
|
12
12
|
|
|
13
|
-
Where not otherwise indicated, all CKEditor
|
|
14
|
-
|
|
15
|
-
The following libraries are included in CKEditor 5 Source Editing Enhanced under the [MIT license](https://opensource.org/licenses/MIT):
|
|
16
|
-
|
|
17
|
-
* CodeMirror - Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin>, Adrian
|
|
18
|
-
Heine <mail@adrianheine.de>, and others.
|
|
13
|
+
Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
19
14
|
|
|
20
15
|
Trademarks
|
|
21
16
|
----------
|
package/README.md
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
|
-
CKEditor
|
|
2
|
-
|
|
1
|
+
CKEditor 5 source editing-enhanced
|
|
2
|
+
==================================
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
|
-
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
|
7
|
-
|
|
8
|
-
This package implements the enhanced source code editing support for CKEditor 5 that allows for viewing and editing the source code of the document in a handy modal window (compatible with all editor types) with syntax highlighting, autocompletion and more.
|
|
9
|
-
|
|
10
|
-
## Demo
|
|
11
|
-
|
|
12
|
-
Check out the [demo in the enhanced source code editing feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/source-editing/source-editing-enhanced.html#demo).
|
|
13
|
-
|
|
14
|
-
## Documentation
|
|
15
|
-
|
|
16
|
-
See the [`@ckeditor/ckeditor5-source-editing-enhanced` package](https://ckeditor.com/docs/ckeditor5/latest/api/source-editing-enhanced.html) page as well as the [enhanced source code editing feature](https://ckeditor.com/docs/ckeditor5/latest/features/source-editing/source-editing-enhanced.html) guide in the [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
npm install ckeditor5
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## License
|
|
25
|
-
|
|
26
|
-
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).
|
|
4
|
+
This is an initial package for development purposes. It does not contain code yet.
|
package/package.json
CHANGED
|
@@ -1,73 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-source-editing-enhanced",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Source editing enhanced feature for CKEditor 5.",
|
|
3
|
+
"version": "0.0.1",
|
|
5
4
|
"keywords": [
|
|
6
5
|
"ckeditor",
|
|
7
6
|
"ckeditor5",
|
|
8
7
|
"ckeditor 5",
|
|
9
|
-
"ckeditor5-
|
|
10
|
-
"ckeditor5-plugin",
|
|
11
|
-
"ckeditor5-dll"
|
|
8
|
+
"ckeditor5-lib"
|
|
12
9
|
],
|
|
13
|
-
"sideEffects": [
|
|
14
|
-
"*.css",
|
|
15
|
-
"build/**/*.js",
|
|
16
|
-
"dist/translations/*.umd.js"
|
|
17
|
-
],
|
|
18
|
-
"type": "module",
|
|
19
|
-
"main": "src/index.js",
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-next-20250216.0",
|
|
22
|
-
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-next-20250216.0",
|
|
23
|
-
"@ckeditor/ckeditor5-theme-lark": "0.0.0-nightly-next-20250216.0",
|
|
24
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-next-20250216.0",
|
|
25
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-next-20250216.0",
|
|
26
|
-
"@codemirror/autocomplete": "6.18.4",
|
|
27
|
-
"@codemirror/commands": "6.8.0",
|
|
28
|
-
"@codemirror/lang-html": "6.4.9",
|
|
29
|
-
"@codemirror/lang-markdown": "6.3.2",
|
|
30
|
-
"@codemirror/language": "6.10.8",
|
|
31
|
-
"@codemirror/state": "6.5.2",
|
|
32
|
-
"@codemirror/view": "6.36.2",
|
|
33
|
-
"ckeditor5": "0.0.0-nightly-next-20250216.0"
|
|
34
|
-
},
|
|
35
|
-
"license": "SEE LICENSE IN LICENSE.md",
|
|
36
10
|
"author": "CKSource (http://cksource.com/)",
|
|
11
|
+
"license": "GPL-2.0-or-later",
|
|
37
12
|
"homepage": "https://ckeditor.com/ckeditor-5",
|
|
38
|
-
"bugs": "https://
|
|
39
|
-
"files": [
|
|
40
|
-
"dist",
|
|
41
|
-
"lang",
|
|
42
|
-
"src/**/*.js",
|
|
43
|
-
"src/**/*.d.ts",
|
|
44
|
-
"theme",
|
|
45
|
-
"build",
|
|
46
|
-
"ckeditor5-metadata.json",
|
|
47
|
-
"CHANGELOG.md"
|
|
48
|
-
],
|
|
49
|
-
"types": "src/index.d.ts",
|
|
50
|
-
"exports": {
|
|
51
|
-
".": {
|
|
52
|
-
"types": "./src/index.d.ts",
|
|
53
|
-
"import": "./src/index.js",
|
|
54
|
-
"default": "./src/index.js"
|
|
55
|
-
},
|
|
56
|
-
"./dist/*": {
|
|
57
|
-
"types": "./src/index.d.ts",
|
|
58
|
-
"import": "./dist/*",
|
|
59
|
-
"default": "./dist/*"
|
|
60
|
-
},
|
|
61
|
-
"./src/*": {
|
|
62
|
-
"types": "./src/*.d.ts",
|
|
63
|
-
"import": "./src/*",
|
|
64
|
-
"default": "./src/*"
|
|
65
|
-
},
|
|
66
|
-
"./build/*": "./build/*",
|
|
67
|
-
"./lang/*": "./lang/*",
|
|
68
|
-
"./theme/*": "./theme/*",
|
|
69
|
-
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
|
|
70
|
-
"./package.json": "./package.json"
|
|
71
|
-
},
|
|
72
|
-
"obfuscated": true
|
|
13
|
+
"bugs": "https://github.com/ckeditor/ckeditor5/issues"
|
|
73
14
|
}
|
package/CHANGELOG.md
DELETED