@podlite/editor-react 0.0.30 → 0.0.31
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 +5 -0
- package/README.md +15 -2
- package/lib/index.cjs +819 -12
- package/lib/index.cjs.map +3 -3
- package/lib/index.css +13 -0
- package/lib/index.d.ts +3 -1
- package/lib/index.esm.css +13 -0
- package/lib/index.esm.js +816 -9
- package/lib/index.esm.js.map +3 -3
- package/lib/podlite-mode.d.ts +1 -0
- package/lib/simpleplus.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -32,7 +32,16 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
32
32
|
- [Source](https://github.com/podlite/podlite-specs)
|
|
33
33
|
- [in HTML](https://podlite.org/specification)
|
|
34
34
|
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
35
|
-
|
|
35
|
+
|
|
36
|
+
<div align="center">
|
|
37
|
+
|
|
38
|
+
##### implementation
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
- [Source](https://github.com/podlite/podlite)
|
|
42
|
+
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
43
|
+
- [Issues](https://github.com/podlite/podlite/issues)
|
|
44
|
+
|
|
36
45
|
|
|
37
46
|
</td><td valign=top><div align="center">
|
|
38
47
|
|
|
@@ -43,6 +52,8 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
43
52
|
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
44
53
|
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
45
54
|
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
55
|
+
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
56
|
+
- [Example: Knowledge base for <br/> raku programming language](https://raku-knowledge-base.podlite.org/)
|
|
46
57
|
|
|
47
58
|
</td><td valign=top><div align="center">
|
|
48
59
|
|
|
@@ -63,13 +74,15 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
63
74
|
- [podlite.org](https://podlite.org)
|
|
64
75
|
- [pod6.in](https://pod6.in/)
|
|
65
76
|
- [github.com/podlite](https://github.com/podlite/)
|
|
77
|
+
- [Podlite project updates](https://podlite.org/contents)
|
|
66
78
|
|
|
67
79
|
</td></tr></table>
|
|
68
80
|
</div>
|
|
69
81
|
|
|
82
|
+
|
|
70
83
|
## AUTHOR
|
|
71
84
|
|
|
72
|
-
Copyright (c) 2021-
|
|
85
|
+
Copyright (c) 2021-2025 Aliaksandr Zahatski
|
|
73
86
|
|
|
74
87
|
## License
|
|
75
88
|
|