From d3b9315e917d0ee20475ff6774d852880f007653 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 19 Jul 2018 09:29:44 -0500 Subject: [PATCH] Add [epub] tocpage_entry example to INIs for base_xenforoforum. --- calibre-plugin/plugin-defaults.ini | 6 +++++- fanficfare/defaults.ini | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index 14fee2a2..7b61dd83 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -684,9 +684,13 @@ use_threadmark_wordcounts:true ## "(12.1k)" These can be used with custom output (see ## https://github.com/JimmXinu/FanFicFare/wiki/CustomOutput ) or with ## chapter_title_*_pattern settings. -## Example: +## Examples for html & epub: +#[html] #tocpage_entry: # ${chapter} ${date} ${kwords}
+#[epub] +#tocpage_entry: +# ${chapter} ${date} ${kwords}

## The 'date' value for chapters mentioned above can be formated with ## datethreadmark_format. Otherwise it will default to diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index 9b955794..8f34df33 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -711,9 +711,13 @@ use_threadmark_wordcounts:true ## "(12.1k)" These can be used with custom output (see ## https://github.com/JimmXinu/FanFicFare/wiki/CustomOutput ) or with ## chapter_title_*_pattern settings. -## Example: +## Examples for html & epub: +#[html] #tocpage_entry: # ${chapter} ${date} ${kwords}
+#[epub] +#tocpage_entry: +# ${chapter} ${date} ${kwords}

## The 'date' value for chapters mentioned above can be formated with ## datethreadmark_format. Otherwise it will default to