@podlite/editor-react 0.0.24 → 0.0.26
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 -1
- package/README.md +43 -5
- package/lib/index.cjs +3174 -2635
- package/lib/index.cjs.map +2 -2
- package/lib/index.esm.js +3174 -2635
- package/lib/index.esm.js.map +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Upcoming
|
|
4
4
|
|
|
5
|
+
## 0.0.25
|
|
6
|
+
|
|
7
|
+
- add formulas support
|
|
8
|
+
- fix scrolling
|
|
9
|
+
|
|
5
10
|
## 0.0.24
|
|
6
11
|
|
|
7
12
|
- add default cursor position for `code` snippet
|
|
@@ -14,7 +19,6 @@
|
|
|
14
19
|
- support for `=picture` block
|
|
15
20
|
- fix detect markdown context for suggestions
|
|
16
21
|
|
|
17
|
-
|
|
18
22
|
## 0.0.20
|
|
19
23
|
|
|
20
24
|
- support for `=toc` block
|
package/README.md
CHANGED
|
@@ -22,12 +22,50 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
|
|
|
22
22
|
|
|
23
23
|
## Useful links
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
<div align="center">
|
|
26
|
+
<table border=0><tr><td valign=top><div align="center">
|
|
27
|
+
|
|
28
|
+
##### specification
|
|
29
|
+
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
- [Source](https://github.com/podlite/podlite-specs)
|
|
33
|
+
- [in HTML](https://podlite.org/specification)
|
|
34
|
+
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
35
|
+
- [Implementation](https://github.com/podlite/podlite)
|
|
36
|
+
|
|
37
|
+
</td><td valign=top><div align="center">
|
|
38
|
+
|
|
39
|
+
##### publishing system
|
|
40
|
+
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
44
|
+
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
45
|
+
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
27
46
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
47
|
+
</td><td valign=top><div align="center">
|
|
48
|
+
|
|
49
|
+
##### desktop viewer/editor
|
|
50
|
+
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
- [Podlite-desktop](https://github.com/podlite/podlite-desktop)
|
|
54
|
+
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
55
|
+
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
56
|
+
|
|
57
|
+
</td><td valign=top><div align="center">
|
|
58
|
+
|
|
59
|
+
##### online resurces
|
|
60
|
+
|
|
61
|
+
</div>
|
|
62
|
+
|
|
63
|
+
- [podlite.org](https://podlite.org)
|
|
64
|
+
- [pod6.in](https://pod6.in/)
|
|
65
|
+
- [github.com/podlite](https://github.com/podlite/)
|
|
66
|
+
|
|
67
|
+
</td></tr></table>
|
|
68
|
+
</div>
|
|
31
69
|
|
|
32
70
|
## AUTHOR
|
|
33
71
|
|