@podlite/editor-react 0.0.18 → 0.0.19

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 CHANGED
@@ -1,55 +1,92 @@
1
1
  # @podlite/editor-react
2
2
 
3
3
  ## Upcoming
4
+
5
+ ## 0.0.19
6
+
7
+ - fix build
8
+ - refactor tests
9
+
4
10
  ## 0.0.18
11
+
5
12
  - update deps
13
+
6
14
  ## 0.0.17
15
+
7
16
  - update dep
17
+
8
18
  ## 0.0.16
19
+
9
20
  - add Markdown block suggestion
10
21
  - save virtual margin for suggestions
22
+
11
23
  ## 0.0.15
24
+
12
25
  - update deps
13
26
  - fix css for video
27
+
14
28
  ## 0.0.14
29
+
15
30
  - fix Toc suggestion
31
+
16
32
  ## 0.0.13
33
+
17
34
  - fix Toc suggestion
35
+
18
36
  ## 0.0.12
37
+
19
38
  - add caption, toc styles support
20
39
  - change search suggestions sorting
21
40
  - add =Toc related suggestions
22
41
  - add suggestions: code block with formatting
23
42
  - fix snippets
24
43
  - update build system
44
+
25
45
  ## 0.0.11
46
+
26
47
  - minor fix
48
+
27
49
  ## 0.0.10
50
+
28
51
  - implement autocomplete for directives
29
52
  - update dep
53
+
30
54
  ## 0.0.9
55
+
31
56
  - update deps
57
+
32
58
  ## 0.0.8
59
+
33
60
  - fix package
61
+
34
62
  ## 0.0.7
63
+
35
64
  - add additional build format
36
65
 
37
66
  ## 0.0.6
67
+
38
68
  - update css
39
69
  - update deps
40
70
 
41
71
  ## 0.0.5
72
+
42
73
  - update deps
43
74
 
44
75
  ## 0.0.4
76
+
45
77
  - fix parameters
46
78
  - move out from editor key bindings
47
79
  - add controlled editor support
48
80
  - clean deps
49
81
 
50
82
  ## 0.0.3
83
+
51
84
  - fix animation
85
+
52
86
  ## 0.0.2
87
+
53
88
  - temporary fix external assets
89
+
54
90
  ## 0.0.1
55
- - initial release
91
+
92
+ - initial release
package/README.md CHANGED
@@ -1 +1,38 @@
1
- # @podlite/editor-react
1
+ # @podlite/editor-react
2
+
3
+ <div align="center">
4
+
5
+ [![Podlite](https://github.com/zag/specs/raw/podlite-specification/assets/podlite_logo_256x256.png)](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.