@plttn/mkd 0.2.1 → 0.2.2

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 CHANGED
@@ -23,3 +23,8 @@ When you're ready to undraft it:
23
23
  `mkd publish`
24
24
 
25
25
  You're now ready to make whatever publishing process you use.
26
+
27
+ ## Planned Features
28
+
29
+ - Edit the slug of the post rather than generating one
30
+ - More control over the draft setting (right now it's a forced boolean with `true` meaning it's a draft)