Skip to content

Commit eeba2e1

Browse files
committed
docs: refresh README header — centered hero with Live Demo / Get PRO CTAs, tidy links, mid-page Jodit PRO callout
1 parent e5f1633 commit eeba2e1

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
![Jodit WYSIWYG editor](https://raw.githubusercontent.com/xdan/jodit/main/examples/assets/logo.png)
1+
<div align="center">
2+
<img width="340" src="https://raw.githubusercontent.com/xdan/jodit/main/examples/assets/logo.png" alt="Jodit Editor">
3+
<h1>Jodit Editor</h1>
4+
<p>Pure-TypeScript WYSIWYG editor with a built-in file browser &amp; image editor.</p>
5+
<p>
6+
<a href="https://xdsoft.net/jodit/"><img src="https://img.shields.io/badge/%E2%96%B6%20Live%20Demo-1F2937?style=for-the-badge" height="34" alt="Live Demo"></a>
7+
&nbsp;
8+
<a href="https://xdsoft.net/jodit/pro/"><img src="https://img.shields.io/badge/Get%20Jodit%20PRO%20%E2%86%92-F5A623?style=for-the-badge" height="34" alt="Get Jodit PRO"></a>
9+
</p>
10+
</div>
11+
12+
<br>
213

3-
# Jodit Editor
4-
5-
Jodit Editor is an excellent WYSIWYG editor written in pure TypeScript
6-
without the use of additional libraries. It includes a file editor and image editor.
7-
8-
[![Build Status](https://github.com/xdan/jodit/workflows/Run%20tests/badge.svg)](https://github.com/xdan/jodit/actions/workflows/tests.yml)
9-
[![npm version](https://badge.fury.io/js/jodit.svg)](https://badge.fury.io/js/jodit)
10-
[![npm](https://img.shields.io/npm/dm/jodit.svg)](https://www.npmjs.com/package/jodit)
11-
[![npm](https://img.shields.io/npm/dm/jodit-react.svg)](https://www.npmjs.com/package/jodit-react)
12-
13-
- [Demo and Official site](https://xdsoft.net/jodit/)
14-
- [PRO Version](https://xdsoft.net/jodit/pro/)
1514
- [Builder](https://xdsoft.net/jodit/builder/)
1615
- [Playground - Play with Options](https://xdsoft.net/jodit/play.html)
1716
- [Documentation](https://xdsoft.net/jodit/docs/)
@@ -22,8 +21,6 @@ without the use of additional libraries. It includes a file editor and image edi
2221

2322
## Get Started
2423

25-
## How to Use
26-
2724
Download the latest [release](https://github.com/xdan/jodit/releases/latest) or via npm:
2825

2926
```sh
@@ -100,19 +97,19 @@ You can manually include additional plugins and languages as needed.
10097
```html
10198
<link
10299
rel="stylesheet"
103-
href="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.12.37/es2021/jodit.min.css"
100+
href="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.13.9/es2021/jodit.min.css"
104101
/>
105-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.12.37/es2021/jodit.min.js"></script>
102+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.13.9/es2021/jodit.min.js"></script>
106103
```
107104

108105
#### unpkg
109106

110107
```html
111108
<link
112109
rel="stylesheet"
113-
href="https://unpkg.com/jodit@4.12.37/es2021/jodit.min.css"
110+
href="https://unpkg.com/jodit@4.13.9/es2021/jodit.min.css"
114111
/>
115-
<script src="https://unpkg.com/jodit@4.12.37/es2021/jodit.min.js"></script>
112+
<script src="https://unpkg.com/jodit@4.13.9/es2021/jodit.min.js"></script>
116113
```
117114

118115
### Usage
@@ -258,6 +255,11 @@ const editor = Jodit.make('#editor', {
258255
});
259256
```
260257

258+
> **Using Jodit in a commercial product?**
259+
> Remove the "Powered by Jodit" mark and unlock 20+ premium plugins — Finder file manager, PDF &amp; Word export, @mentions, AI Assistant and more. One-time license from $99.
260+
>
261+
> [**Compare plans →**](https://xdsoft.net/jodit/pro/)
262+
261263
## Browser Support
262264

263265
- Internet Explorer 11

0 commit comments

Comments
 (0)