@podlite/editor-react 0.0.23 → 0.0.25

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
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Upcoming
4
4
 
5
+ ## 0.0.25
6
+
7
+ - add formulas support
8
+ - fix scrolling
9
+
10
+ ## 0.0.24
11
+
12
+ - add default cursor position for `code` snippet
13
+ - add support for notification blocks
14
+
5
15
  ## 0.0.22
6
16
 
7
17
  - support for `=Mermaid` block
@@ -9,7 +19,6 @@
9
19
  - support for `=picture` block
10
20
  - fix detect markdown context for suggestions
11
21
 
12
-
13
22
  ## 0.0.20
14
23
 
15
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
- 📖 _Project site_: [podlite.org](https://podlite.org)
26
- 📌 _Github_: [github.com/podlite](https://github.com/podlite/) 🤩
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
- 🖥️ _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)
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