What's new?
This release introduces the optional RenderKeys
AllowText
options to the YAML cheats sheets.
- RenderKeys (
true
/false
): Disables rendering of the keyboard visual - default:true
- AllowText (
true
/false
): Allows the shortcut key field to contain arbitrary text - default:false
These options allow the user to create cheat sheets that contain text instead of shortcuts, as well as create more compact cheat sheets. You can find an example of a non-shortcut cheat sheet on the demo instance: Python Built-in Functions and Methods
The AllowText
option can only be set to true
if RenderKeys
is set to false
.
Backwards compatibility is maintained, as these flags are optional.
All changes:
- add
RenderKeys
andAllowText
options - add DVORAK
- update example cheat sheet
- small cheat sheet layout improvements
- small bugfixes
Full Changelog: v0.3.0...v0.4.0