=== Moving from Jmol to JSmol === I've created a new plugin that will render '''' code fragments using JSmol (Javascript-based) rather than Jmol (Java based). The old code looked something like: jmolButton( "cartoon on; cpk off; wireframe off; select *A; color lightblue; select This now looks like: Jmol.jmolButton( "2pfsA01", "cartoon on; cpk off; wireframe off; select *A; color lightblue;" ); Note a few things have changed: 1. the '''' tag is now replaced by '''' 2. the '''' tag requires you to enter in a unique '''' as the first argument, e.g. ''2pf2A01'' 3. this '''' is used in subsequent calls such as ''jmolButton("