hyperctl version 0.19.0 adds several new features including support for site.pages, site.drafts, and site.assets template data. It also brings several improvements to ht-block elements, including access to page.* template data from ht-blocktemplates.
- Added
site.pages,site.drafts, andsite.assetsto template data - Added
page.*template data toht-block - Added support for template data array accessors (e.g.
page.attachments.1.kind) - Added support for
ht-blockuser data - Improved markdown detection of inline vs block-level
ht-blockelements;
block-levelht-blockelements should no longer be wrapped in<p>tags. - Improved markdown detection of
<!--more-->comments (now detects whitespace variants, e.g.<!-- more -->)
Version 0.19.0 is available to download now:
To see a complete list of changes, including the first breaking changes to hyperctl, please see the CHANGELOG.