diff options
| -rw-r--r-- | src/lib/Settings/Categories/Display.svelte | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte index 41961b14..9cd8364e 100644 --- a/src/lib/Settings/Categories/Display.svelte +++ b/src/lib/Settings/Categories/Display.svelte @@ -83,6 +83,26 @@ <SettingHint lineBreak> Media where either the next episode's release date is unknown or the chapter count could not be resolved is considered unresolved. + <p /> + <span> + Additionally, you hard exclude specific media from <a href={root('/')}>due.moe</a> on AniList. + To exclude any media from being included in <b>any</b> <a href={root('/')}>due.moe</a> + calculation, create an anime or manga list with the tag + <code>#DueIgnore</code> in the list's title and add the media you want to exclude to the list. + </span> + + <br /> + + <span> + Inversely, you can selectively include media by creating an anime or manga list with the tag <code + >#DueInclude</code + > + in the list's title, which will include + <b>only</b> + media in the list in any <a href={root('/')}>due.moe</a> calculation. + <code>#DueInclude</code> + will override <code>#DueIgnore</code>. + </span> </SettingHint> <p /> |