vowel 0.2.3 → 0.2.4
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 +38 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
- [ ] robots.txt
|
|
13
13
|
- [ ] sitemap.xml
|
|
14
14
|
- [ ] 404.html
|
|
15
|
+
- [ ] Better URL normalization (see notes)
|
|
15
16
|
- [ ] TUI
|
|
16
17
|
- [ ] Create settings.md
|
|
17
18
|
- [ ] Site title
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
- [ ] Taxonomy pages and smart frontmatter
|
|
56
57
|
- [ ] CSS cache busting
|
|
57
58
|
- [ ] Slogan in homepage title
|
|
59
|
+
- [ ] GFM emojis (:smile:)
|
|
58
60
|
|
|
59
61
|
### Medium priority
|
|
60
62
|
|
|
@@ -83,6 +85,13 @@
|
|
|
83
85
|
- [ ] TOC
|
|
84
86
|
- [ ] Versioning/publishing script
|
|
85
87
|
- [ ] Verify all element types form Obsidian
|
|
88
|
+
- [ ] Order/position/kanban
|
|
89
|
+
- [ ] Banner
|
|
90
|
+
- [ ] CTA
|
|
91
|
+
- [ ] Menu toggle
|
|
92
|
+
- [ ] Icons sets
|
|
93
|
+
- [ ] Auto-icons (:fa-rocket:)
|
|
94
|
+
- [ ] Frontmatter icons
|
|
86
95
|
|
|
87
96
|
### Low priority
|
|
88
97
|
|
|
@@ -91,4 +100,33 @@
|
|
|
91
100
|
- [ ] Recursive frontmatter
|
|
92
101
|
- [ ] Browser search
|
|
93
102
|
- [ ] Pagination
|
|
103
|
+
- [ ] Dialogue/spoiler alert
|
|
104
|
+
- [ ] Copy code button
|
|
105
|
+
- [ ] Tabbed element
|
|
106
|
+
- [ ] Multi-lingual
|
|
107
|
+
- [ ] Routing rules (see notes)
|
|
94
108
|
- [ ] ATProto
|
|
109
|
+
- [ ] Liking
|
|
110
|
+
- [ ] Commenting
|
|
111
|
+
- [ ] More inferred properties
|
|
112
|
+
- [ ] Email
|
|
113
|
+
- [ ] Phone number
|
|
114
|
+
- [ ] Location
|
|
115
|
+
- [ ] Color
|
|
116
|
+
- [ ] Price
|
|
117
|
+
- [ ] ISBN
|
|
118
|
+
- Contact form
|
|
119
|
+
- Subscription form
|
|
120
|
+
- Faceted search
|
|
121
|
+
|
|
122
|
+
## Notes and questions
|
|
123
|
+
|
|
124
|
+
rel=author? rel=bookmark? rel=external?
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
Annotations (see notes)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
Interactivity (see notes)
|
|
131
|
+
|
|
132
|
+
Calculated properties?
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vowel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.4",
|
|
5
5
|
"bin": "bin.js",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"unist-util-visit": "^5.0.0",
|
|
53
53
|
"unist-util-visit-parents": "^6.0.0",
|
|
54
54
|
"url-metadata": "^5.4.1",
|
|
55
|
-
"voot": "^0.0.
|
|
55
|
+
"voot": "^0.0.5",
|
|
56
56
|
"votive": "^0.0.6",
|
|
57
57
|
"xast-util-sitemap": "^2.0.0",
|
|
58
58
|
"xast-util-to-xml": "^4.0.0",
|