@ckeditor/ckeditor5-source-editing-enhanced 0.0.0-nightly-20250129.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/CHANGELOG.md ADDED
@@ -0,0 +1,4 @@
1
+ Changelog
2
+ =========
3
+
4
+ All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
package/LICENSE.md ADDED
@@ -0,0 +1,23 @@
1
+ Software License Agreement
2
+ ==========================
3
+
4
+ **CKEditor&nbsp;5 source editing enhanced feature** (https://ckeditor.com/ckeditor-5/)<br>
5
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
+
7
+ CKEditor&nbsp;5 source editing enhanced feature is licensed under a commercial license and is protected by copyright law.
8
+ For more details about available licensing options please contact us at sales@cksource.com.
9
+
10
+ Sources of Intellectual Property Included in CKEditor&nbsp;5 source editing enhanced
11
+ -----------------------------------------------------
12
+
13
+ Where not otherwise indicated, all CKEditor&nbsp;5 source editing enhanced feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
+
15
+ The following libraries are included in CKEditor&nbsp;5 Source&nbsp;Editing&nbsp;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.
19
+
20
+ Trademarks
21
+ ----------
22
+
23
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com). All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ CKEditor&nbsp;5 enhanced source code editing feature
2
+ =================================
3
+
4
+ [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-source-editing.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-source-editing)
5
+ [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
+ [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
+
8
+ This package implements the enhanced source code editing support for CKEditor&nbsp;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&nbsp;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).