TODO: Add items.

This commit is contained in:
Brett Smith 2017-12-26 13:35:18 -05:00
parent cbe96f6f03
commit ba81dc9847

View file

@ -4,3 +4,5 @@ In roughly priority order:
* Some way of preventing re-imports * Some way of preventing re-imports
* Try all importers even after one fails * Try all importers even after one fails
* Open files for import in binary mode; add a text-wrapping importer base * Open files for import in binary mode; add a text-wrapping importer base
* Add some sort of ordering for hooks
* Take template rendering out of the main loop, and make it just another hook