|
@@ -222,15 +222,21 @@ PAGE, a content type for static page support, is available as a plugin.
|
222
|
222
|
### TODO for 0.9.6
|
223
|
223
|
|
224
|
224
|
* Serious updates to README and themes.md. Skim hacking.md but it's probably okay.
|
|
225
|
+* Make read-content/load-content more robust.
|
225
|
226
|
* A real test suite with Stefil that at *least* tests:
|
226
|
227
|
* `read-content`
|
227
|
228
|
* `load-config`
|
|
229
|
+* Merge @PuercoPop's twitter summary cards plugin in some form.
|
|
230
|
+
|
|
231
|
+### TODO for 0.9.7
|
|
232
|
+
|
|
233
|
+* Test suite improvements:
|
228
|
234
|
* Content Discovery
|
229
|
235
|
* Theme Compilation
|
230
|
236
|
* Content Publishing
|
231
|
237
|
* Common Plugins including Injections
|
232
|
|
-* Merge @PuercoPop's twitter summary cards plugin in some form.
|
233
|
|
-* Make read-content/load-content more robust. Improving template debugging will be part of 0.9.7.
|
|
238
|
+* Improved template debugging? "${" instead of "{$", static checks for valid slots, etc.
|
|
239
|
+ At least a serious investigation into how such things might be provided.
|
234
|
240
|
* Some minor scripting conveniences with cl-launch? (Scaffold a post/page, Enable incremental, Build, etc).
|
235
|
241
|
|
236
|
242
|
### Assorted Cleanups
|