Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-document-outline

Package Overview
Dependencies
Maintainers
1
Versions
625
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-document-outline - npm Package Compare versions

Comparing version 0.0.1 to 37.1.0

build/document-outline.js

31

package.json
{
"name": "@ckeditor/ckeditor5-document-outline",
"version": "0.0.1",
"version": "37.1.0",
"description": "Document outline feature for CKEditor 5.",

@@ -9,8 +9,31 @@ "keywords": [

"ckeditor 5",
"ckeditor5-lib"
"ckeditor5-feature",
"ckeditor5-plugin",
"ckeditor5-dll"
],
"main": "src/index.js",
"dependencies": {
"ckeditor5": "^37.1.0",
"@ckeditor/ckeditor5-ui": "^37.1.0",
"lodash-es": "^4.17.15"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://github.com/ckeditor/ckeditor5/issues"
"files": [
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"build",
"ckeditor5-metadata.json",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "npm run build",
"dll:build": "webpack"
},
"types": "src/index.d.ts",
"obfuscated": true
}
CKEditor 5 document outline feature
===================================
=================================
This is an initial package for development purposes. It does not contain code yet.
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-document-outline.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-document-outline)
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-document-outline)
This package contains the document outline feature for CKEditor 5. It provides two features for reflecting the structure of the document:
* The document outline feature displays a navigable list of sections (headings) of the document next to the editor.
* The table of contents feature inserts a widget with a list of headings (section titles) that reflects the structure of the document.
This is a premium feature. Please [contact us](https://ckeditor.com/contact/) if you would like to purchase a license. Let us know if you have any feedback or questions!
## Demo
Check out the [demo in the Document outline](https://ckeditor.com/docs/ckeditor5/latest/features/document-outline.html#demo) feature guide.
Check out the [demo in the Table of contents](https://ckeditor.com/docs/ckeditor5/latest/features/table-of-contents.html#demo) feature guide.
## Documentation
See the [`@ckeditor/ckeditor5-document-outline` package](https://ckeditor.com/docs/ckeditor5/latest/api/document-outline.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Document outline](https://ckeditor.com/docs/ckeditor5/latest/features/document-outline.html) and [Table of contents](https://ckeditor.com/docs/ckeditor5/latest/features/table-of-contents.html) feature guides.
## Getting support
The CKEditor 5 document outline feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 document outline feature with your application.
As a licensed CKEditor 5 document outline feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
## License
**CKEditor 5 document outline** (https://ckeditor.com/ckeditor-5/)<br>
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
CKEditor 5 document outline feature is licensed under a commercial license and is protected by copyright law.
For more details about available licensing options please contact us at sales@cksource.com.
### Trademarks
**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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc