Quote:
Originally Posted by midnightmane
|
FFF can't remove author notes or comments when the author has included them inside the chapter text.
However, when the site has a common mechanism for author's note that can be reliably found, FFF sometimes has code to remove such notes--it varies by site.
For FimF there is such a setting. You can setting
include_author_notes:false in your personal.ini:
Code:
[www.fimfiction.net]
## fimfiction.net chapters can have author notes attached to them.
## Setting include_author_notes:true will include them with the
## chapter text.
include_author_notes:false
If you're talking about things like the chapter
Alternia: Question and Answer Session, FFF also has a mechanism for ignoring specific chapters:
Code:
## You can exclude chapters from a story by listing their chapter URLs
## in ignore_chapter_url_list. Chapter URLs will be normalized before
## being used, so you can use either longer or normalized chapter
## URLs.
## NOTE: This will cause numWords(word count) to be off for most sites.
## This setting should be used in a specific story's section.
## Example:
[https://forums.spacebattles.com/threads/lengthy-thread-name.100849/]
ignore_chapter_url_list:
https://forums.spacebattles.com/posts/10157294/
https://forums.spacebattles.com/posts/10157297/
https://forums.spacebattles.com/posts/10157299/
https://forums.spacebattles.com/threads/lengthy-thread-name.100849/#post-10157400