@podlite/schema 0.0.35 → 0.0.37
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/README.md +7 -83
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,92 +1,16 @@
|
|
|
1
1
|
# @podlite/schema
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
AST tools and schema for Podlite — validate, traverse, and transform document trees
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
```sh
|
|
6
|
+
npm install @podlite/schema
|
|
7
|
+
```
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
Part of the [Podlite](https://podlite.org) ecosystem — [source](https://github.com/podlite/podlite) · [specification](https://podlite.org/specification) · [online editor](https://pod6.in/)
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
## Author
|
|
10
12
|
|
|
11
|
-
|
|
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
|
-
<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
|
-
|
|
36
|
-
<div align="center">
|
|
37
|
-
|
|
38
|
-
##### implementation
|
|
39
|
-
|
|
40
|
-
</div>
|
|
41
|
-
|
|
42
|
-
- [Source](https://github.com/podlite/podlite)
|
|
43
|
-
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
44
|
-
- [Issues](https://github.com/podlite/podlite/issues)
|
|
45
|
-
|
|
46
|
-
</td><td valign=top><div align="center">
|
|
47
|
-
|
|
48
|
-
##### publishing system
|
|
49
|
-
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
53
|
-
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
54
|
-
- [Issues](https://github.com/podlite/podlite-specs/issues)
|
|
55
|
-
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
56
|
-
- [Practical case: Raku knowledge base ](https://raku-knowledge-base.podlite.org/)
|
|
57
|
-
|
|
58
|
-
</td><td valign=top><div align="center">
|
|
59
|
-
|
|
60
|
-
##### desktop viewer/editor
|
|
61
|
-
|
|
62
|
-
</div>
|
|
63
|
-
|
|
64
|
-
- [Podlite-desktop](https://github.com/podlite/podlite-desktop)
|
|
65
|
-
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
66
|
-
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
67
|
-
- Stores:
|
|
68
|
-
- [Linux](https://snapcraft.io/podlite)
|
|
69
|
-
- [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8)
|
|
70
|
-
- [Mac App](https://apps.apple.com/us/app/podlite/id1526511053)
|
|
71
|
-
</td><td valign=top><div align="center">
|
|
72
|
-
|
|
73
|
-
##### online resurces
|
|
74
|
-
|
|
75
|
-
</div>
|
|
76
|
-
|
|
77
|
-
- [Roadmap](https://podlite.org/#Roadmap)
|
|
78
|
-
- [github.com/podlite](https://github.com/podlite/) 🤩
|
|
79
|
-
- [podlite.org](https://podlite.org)
|
|
80
|
-
- [pod6.in](https://pod6.in/)
|
|
81
|
-
- [Podlite project updates](https://podlite.org/contents)
|
|
82
|
-
- [Funding the ongoing development](https://opencollective.com/podlite)
|
|
83
|
-
|
|
84
|
-
</td></tr></table>
|
|
85
|
-
</div>
|
|
86
|
-
|
|
87
|
-
## AUTHOR
|
|
88
|
-
|
|
89
|
-
Copyright (c) 2021-2025 Aliaksandr Zahatski
|
|
13
|
+
Copyright (c) 2021–2026 Aliaksandr Zahatski
|
|
90
14
|
|
|
91
15
|
## License
|
|
92
16
|
|
package/package.json
CHANGED