New Test Version Posted
2019-04-15
- Add remove_authorfootnotes_on_update feature for AO3.
This is from a
discussion on the google group about how AO3 authorfootnotes will end up at the end of multiple chapters when updating existing epubs.
Code:
## AO3 authorfootnotes and inspiredlinks end up in the 'last' chapter,
## but if updated, then there's a new 'last' chapter, leaving multiple
## copies. This option applies the 'skip_on_ffdl_update' class to
## those tags which means they will be removed during epub reading for
## update. This will only effect chapters added after turning the
## setting on.
## Result: Only the last chapter will have end notes.
## Side-effect: An 'Update Always' that doesn't add a new last
## chapter will also remove the end notes.
#remove_authorfootnotes_on_update:false