Enzymes 2.2 Released Today

Changes
  • Added the new feature for transcluding a value, rather than a post/key reference to it (which is still available). This comes in handy when you have a “normal” value and it’s a bit annoying to define a custom field just for that.

For example, let’s say that you have a template called mark-template.php with the following code:

{[ .mark-template /chili-web.php ]}

Then you could use it {[ =like this= | =cyan= mark-template.php ]} to get something {[ =like this= | =cyan= mark-template.php ]}

Download

This version is available for download from wordpress.org

Enzymes 2.1 Released Today

Changes
  • Added the new feature for passing a value as an argument to an evaluation enzyme, rather than a post/key reference to it (which is still available). This comes in handy when you have a “normal” value and it’s a bit annoying to define a custom field just for that.

For example, let’s say that you have a custom field with the key mark and the following value:

{[ .mark /chili-php.php ]}

Then you could use it {[ .mark( =like this= ) ]} to get something {[ .mark( =like this= ) ]}

Download

This version is available for download from wordpress.org

HotChili 1.2 Released Today

Changes
Known Issues
  • Sometimes a website (http://developer.mozilla.org) uses an old version of Prototype that makes jQuery fail even if jQuery.noConflict() is used.
  • Sometimes a browser (IE7) cannot load all needed modules in the given sequence, and you get some JavaScript errors.
    Fix: reload the page and click the bookmarklet again (now the modules will be loaded from your browser cache).