podlite 0.0.37 → 0.0.38

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.
Files changed (2) hide show
  1. package/README.md +53 -6
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -20,19 +20,66 @@ Podlite aims to provide users with a means for creativity and expressing ideas i
20
20
 
21
21
  ## Useful links
22
22
 
23
- 📖 _Project site_: [podlite.org](https://podlite.org)
23
+ <div align="center">
24
+ <table border=0><tr><td valign=top><div align="center">
25
+
26
+ ##### specification
27
+
28
+ </div>
29
+
30
+ - [Source](https://github.com/podlite/podlite-specs)
31
+ - [in HTML](https://podlite.org/specification)
32
+ - [Discussions](https://github.com/podlite/podlite-specs/discussions)
33
+
34
+ <div align="center">
35
+
36
+ ##### implementation
37
+ </div>
38
+
39
+ - [Source](https://github.com/podlite/podlite)
40
+ - [Changelog](https://github.com/podlite/podlite/releases)
41
+ - [Issues](https://github.com/podlite/podlite/issues)
42
+
24
43
 
25
- 📌 _Github_: [github.com/podlite](https://github.com/podlite/) 🤩
44
+ </td><td valign=top><div align="center">
26
45
 
27
- 🖥️ _Online editor_: [pod6.in](https://pod6.in/)
46
+ ##### publishing system
28
47
 
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.
48
+ </div>
49
+
50
+ - [Podlite-web](https://github.com/podlite/podlite-web)
51
+ - [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
52
+ - [Issues](https://github.com/podlite/podlite-specs/issues)
53
+ - [Changelog](https://github.com/podlite/podlite-web/releases)
54
+ - [Example: Knowledge base for <br/> raku programming language](https://raku-knowledge-base.podlite.org/)
55
+
56
+ </td><td valign=top><div align="center">
57
+
58
+ ##### desktop viewer/editor
59
+
60
+ </div>
61
+
62
+ - [Podlite-desktop](https://github.com/podlite/podlite-desktop)
63
+ - [Releases](https://github.com/podlite/podlite-desktop/releases)
64
+ - [Issues](https://github.com/podlite/podlite-desktop/issues)
30
65
 
31
- 📚 _Podlite for web_ - static site generator: [github.com/podlite/podlite-web](https://github.com/podlite/podlite-web)
66
+ </td><td valign=top><div align="center">
67
+
68
+ ##### online resurces
69
+
70
+ </div>
71
+
72
+ - [podlite.org](https://podlite.org)
73
+ - [pod6.in](https://pod6.in/)
74
+ - [github.com/podlite](https://github.com/podlite/)
75
+ - [Podlite project updates](https://podlite.org/contents)
76
+
77
+ </td></tr></table>
78
+ </div>
32
79
 
33
80
  ## AUTHOR
34
81
 
35
- Copyright (c) 2021-2024 Aliaksandr Zahatski
82
+ Copyright (c) 2021-2025 Aliaksandr Zahatski
36
83
 
37
84
  ## License
38
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podlite",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Podlite - a lightweight block-based markup language",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -30,12 +30,12 @@
30
30
  "url": "https://github.com/podlite/podlite/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@podlite/diagram": "^0.0.28",
34
- "@podlite/formula": "0.0.6",
35
- "@podlite/image": "^0.0.23",
36
- "@podlite/markdown": "0.0.17",
37
- "@podlite/schema": "^0.0.24",
38
- "@podlite/toc": "0.0.17",
33
+ "@podlite/diagram": "^0.0.29",
34
+ "@podlite/formula": "0.0.7",
35
+ "@podlite/image": "^0.0.24",
36
+ "@podlite/markdown": "0.0.18",
37
+ "@podlite/schema": "^0.0.25",
38
+ "@podlite/toc": "0.0.18",
39
39
  "nanoid": "3.1.30"
40
40
  },
41
41
  "devDependencies": {