I've now implemented a Description option in the new patch format. This makes it look a lot cleaner.
Here is an example patch using Description, FindReplaceString, and PatchGroup:
Code:
# Versions: 4.6.9960 - 4.8.10956+
Disable Reading Footer:
- Enabled: true
- PatchGroup: Test Patch Group
- Description: |
Removes the reading footer for both ePub and KePub books, leaving a 15px
bottom margin which matches the 15px built-in top margin of ePub books.
- FindReplaceString: {Find: "ReadingFooter {\n qproperty-footerMargin: 105;\n}\n", Replace: "ReadingFooter {min-height:15px;max-height:15px;}\n"}
- FindReplaceString: {Find: "#caption[qApp_deviceIsTrilogy=true] {\n font-size: 19px;\n}\n", Replace: "#caption {font-size:1px;color:transparent;}\n\0"}