@podlite/editor-react 0.0.18 → 0.0.20
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 +43 -1
- package/README.md +38 -1
- package/lib/index.cjs +23858 -0
- package/lib/index.cjs.map +7 -0
- package/lib/index.css +311 -1
- package/lib/index.d.ts +4 -4
- package/lib/index.esm.css +311 -0
- package/lib/index.esm.js +23853 -0
- package/lib/index.esm.js.map +7 -0
- package/package.json +32 -12
- package/src/index.tsx +290 -269
- package/esm/dict.d.ts +0 -7
- package/esm/helpers.d.ts +0 -15
- package/esm/index.css +0 -1
- package/esm/index.d.ts +0 -23
- package/esm/index.js +0 -1362
- package/esm/index.js.map +0 -7
- package/index.js +0 -2
- package/jest.config copy.js +0 -2
- package/jest.config.js +0 -2
- package/jest.tsconfig.json +0 -1
- package/lib/index.js +0 -1362
- package/lib/index.js.map +0 -7
- package/scripts/build.ts +0 -17
- package/scripts/build_esm.ts +0 -17
- package/src/Editor.css +0 -356
- package/src/dict.ts +0 -248
- package/src/helpers.ts +0 -74
- package/t/editor.test.tsx +0 -86
- package/tsconfig.json +0 -15
- package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,55 +1,97 @@
|
|
|
1
1
|
# @podlite/editor-react
|
|
2
2
|
|
|
3
3
|
## Upcoming
|
|
4
|
+
|
|
5
|
+
## 0.0.20
|
|
6
|
+
|
|
7
|
+
- support for `=toc` block
|
|
8
|
+
- support for `=markdown` block
|
|
9
|
+
|
|
10
|
+
## 0.0.19
|
|
11
|
+
|
|
12
|
+
- fix build
|
|
13
|
+
- refactor tests
|
|
14
|
+
|
|
4
15
|
## 0.0.18
|
|
16
|
+
|
|
5
17
|
- update deps
|
|
18
|
+
|
|
6
19
|
## 0.0.17
|
|
20
|
+
|
|
7
21
|
- update dep
|
|
22
|
+
|
|
8
23
|
## 0.0.16
|
|
24
|
+
|
|
9
25
|
- add Markdown block suggestion
|
|
10
26
|
- save virtual margin for suggestions
|
|
27
|
+
|
|
11
28
|
## 0.0.15
|
|
29
|
+
|
|
12
30
|
- update deps
|
|
13
31
|
- fix css for video
|
|
32
|
+
|
|
14
33
|
## 0.0.14
|
|
34
|
+
|
|
15
35
|
- fix Toc suggestion
|
|
36
|
+
|
|
16
37
|
## 0.0.13
|
|
38
|
+
|
|
17
39
|
- fix Toc suggestion
|
|
40
|
+
|
|
18
41
|
## 0.0.12
|
|
42
|
+
|
|
19
43
|
- add caption, toc styles support
|
|
20
44
|
- change search suggestions sorting
|
|
21
45
|
- add =Toc related suggestions
|
|
22
46
|
- add suggestions: code block with formatting
|
|
23
47
|
- fix snippets
|
|
24
48
|
- update build system
|
|
49
|
+
|
|
25
50
|
## 0.0.11
|
|
51
|
+
|
|
26
52
|
- minor fix
|
|
53
|
+
|
|
27
54
|
## 0.0.10
|
|
55
|
+
|
|
28
56
|
- implement autocomplete for directives
|
|
29
57
|
- update dep
|
|
58
|
+
|
|
30
59
|
## 0.0.9
|
|
60
|
+
|
|
31
61
|
- update deps
|
|
62
|
+
|
|
32
63
|
## 0.0.8
|
|
64
|
+
|
|
33
65
|
- fix package
|
|
66
|
+
|
|
34
67
|
## 0.0.7
|
|
68
|
+
|
|
35
69
|
- add additional build format
|
|
36
70
|
|
|
37
71
|
## 0.0.6
|
|
72
|
+
|
|
38
73
|
- update css
|
|
39
74
|
- update deps
|
|
40
75
|
|
|
41
76
|
## 0.0.5
|
|
77
|
+
|
|
42
78
|
- update deps
|
|
43
79
|
|
|
44
80
|
## 0.0.4
|
|
81
|
+
|
|
45
82
|
- fix parameters
|
|
46
83
|
- move out from editor key bindings
|
|
47
84
|
- add controlled editor support
|
|
48
85
|
- clean deps
|
|
49
86
|
|
|
50
87
|
## 0.0.3
|
|
88
|
+
|
|
51
89
|
- fix animation
|
|
90
|
+
|
|
52
91
|
## 0.0.2
|
|
92
|
+
|
|
53
93
|
- temporary fix external assets
|
|
94
|
+
|
|
54
95
|
## 0.0.1
|
|
55
|
-
|
|
96
|
+
|
|
97
|
+
- initial release
|
package/README.md
CHANGED
|
@@ -1 +1,38 @@
|
|
|
1
|
-
# @podlite/editor-react
|
|
1
|
+
# @podlite/editor-react
|
|
2
|
+
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+
[](https://podlite.org)
|
|
6
|
+
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
**Podlite is a lightweight block-based markup language designed for flexibility and ease of use.**
|
|
10
|
+
|
|
11
|
+
Unbound by any specific domain, programming language, or concept, Podlite stands out as a universal markup language. It's versatile enough to be successfully implemented across various development fields, from web development to scientific research.
|
|
12
|
+
|
|
13
|
+
Podlite is not limited to any specific application domain, programming language, or concept.
|
|
14
|
+
|
|
15
|
+
In addition, the support for Markdown markup as a standard block adds convenience and allows for the use of familiar syntax for text formatting.
|
|
16
|
+
|
|
17
|
+
One of the key features of Podlite is its extensibility. This allows for defining unique and domain-specific blocks and expanding the language's functionality according to the requirements of your project.
|
|
18
|
+
|
|
19
|
+
Its flexibility makes it an ideal tool for creating documentation, blogs, educational materials, and much more.
|
|
20
|
+
|
|
21
|
+
Podlite aims to provide users with a means for creativity and expressing ideas in a structured form, while ensuring ease of use and high flexibility in content creation.
|
|
22
|
+
|
|
23
|
+
## Useful links
|
|
24
|
+
|
|
25
|
+
📖 _Project site_: [podlite.org](https://podlite.org)
|
|
26
|
+
📌 _Github_: [github.com/podlite](https://github.com/podlite/) 🤩
|
|
27
|
+
|
|
28
|
+
🖥️ _Online editor_: [pod6.in](https://pod6.in/)
|
|
29
|
+
🖥️ _Desktop editor/viewer_: [github.com/podlite/podlite-desktop](https://github.com/podlite/podlite-desktop) - the viewer and editor of `.podlite` and `.pod6` files for Windows, Linux and Mac.
|
|
30
|
+
📚 _Podlite for web_ - static site generator: [github.com/podlite/podlite-web](https://github.com/podlite/podlite-web)
|
|
31
|
+
|
|
32
|
+
## AUTHOR
|
|
33
|
+
|
|
34
|
+
Copyright (c) 2021-2024 Aliaksandr Zahatski
|
|
35
|
+
|
|
36
|
+
## License
|
|
37
|
+
|
|
38
|
+
Released under a MIT License.
|