vowel 0.2.2 → 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.
Files changed (2) hide show
  1. package/README.md +41 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  *Markdown websites in milliseconds*
4
4
 
5
+ - Bundled with [Votive](https://github.com/samlfair/votive)
6
+ - Served with [Voot](https://github.com/samlfair/voot)
7
+
5
8
  ## Roadmap
6
9
 
7
10
  ### High priority
@@ -9,6 +12,7 @@
9
12
  - [ ] robots.txt
10
13
  - [ ] sitemap.xml
11
14
  - [ ] 404.html
15
+ - [ ] Better URL normalization (see notes)
12
16
  - [ ] TUI
13
17
  - [ ] Create settings.md
14
18
  - [ ] Site title
@@ -52,6 +56,7 @@
52
56
  - [ ] Taxonomy pages and smart frontmatter
53
57
  - [ ] CSS cache busting
54
58
  - [ ] Slogan in homepage title
59
+ - [ ] GFM emojis (:smile:)
55
60
 
56
61
  ### Medium priority
57
62
 
@@ -80,6 +85,13 @@
80
85
  - [ ] TOC
81
86
  - [ ] Versioning/publishing script
82
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
83
95
 
84
96
  ### Low priority
85
97
 
@@ -88,4 +100,33 @@
88
100
  - [ ] Recursive frontmatter
89
101
  - [ ] Browser search
90
102
  - [ ] Pagination
103
+ - [ ] Dialogue/spoiler alert
104
+ - [ ] Copy code button
105
+ - [ ] Tabbed element
106
+ - [ ] Multi-lingual
107
+ - [ ] Routing rules (see notes)
91
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.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.2",
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",