@podlite/toc 0.0.28 → 0.0.30

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 +8 -90
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,98 +1,16 @@
1
- # =Toc block
1
+ # @podlite/toc
2
2
 
3
- <div align="center">
3
+ auto-generate table of contents from Podlite documents
4
4
 
5
- [![Podlite](https://github.com/zag/specs/raw/podlite-specification/assets/podlite_logo_256x256.png)](https://podlite.org)
5
+ ```sh
6
+ npm install @podlite/toc
7
+ ```
6
8
 
7
- </div>
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
- **Podlite is a lightweight block-based markup language designed for flexibility and ease of use.**
11
+ ## Author
10
12
 
11
- Unbound by any specific domain, programming language, or concept, Podlite stands out as a universal markup language. It's versatile enough to be successfully implemented across various development fields, from web development to scientific research.
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/)&nbsp;🤩
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
- ## Contributing
88
-
89
- This is an open source program. Feel free to fork and contribute.
90
-
91
- In order to keep the match between this documentation and the last release, please contribute and pull requests on the dedicated develop branch.
92
-
93
- ## AUTHOR
94
-
95
- Copyright (c) 2022-2024 Aliaksandr Zahatski
13
+ Copyright (c) 2021–2026 Aliaksandr Zahatski
96
14
 
97
15
  ## License
98
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/toc",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "description": "Auto-generate table of contents from Podlite documents",
5
5
  "main": "lib/index.js",
6
6
  "homepage": "https://podlite.org",
@@ -52,7 +52,7 @@
52
52
  "react-dom": "^16.0.0 || ^17.0.0 || ^18"
53
53
  },
54
54
  "dependencies": {
55
- "@podlite/schema": "0.0.35",
55
+ "@podlite/schema": "0.0.37",
56
56
  "react": "^16.0.0 || ^17.0.0 || ^18",
57
57
  "react-dom": "^16.0.0 || ^17.0.0 || ^18",
58
58
  "react-is": "^18.0.0"