From 4b1b5d9320d1b4867dcddfa326860bbcfaa18cd9 Mon Sep 17 00:00:00 2001 From: neobooru <50623835+neobooru@users.noreply.github.com> Date: Thu, 26 Aug 2021 18:40:21 +0200 Subject: [PATCH] Updated Customizing Image Search Providers (markdown) --- Customizing-Image-Search-Providers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Customizing-Image-Search-Providers.md b/Customizing-Image-Search-Providers.md index e2a68e8..248bba5 100644 --- a/Customizing-Image-Search-Providers.md +++ b/Customizing-Image-Search-Providers.md @@ -1,4 +1,6 @@ -#### Warning: the following modification is 'unsupported' and requires you to either understand how to create a local docker image, or how to manually deploy szurubooru. Aka, this is only for advanced users. +**Warning: the following modification is 'unsupported' and requires you to either understand how to create a local docker image, or how to manually deploy szurubooru. Aka, this is only for advanced users.** + +*** All posts have a `Search on ...` in their sidebar. This allows you to search for the current post on other boorus. By default szurubooru allows you to search for similar posts on IQDB, Danbooru and Google Images. @@ -25,6 +27,6 @@ You can add or remove as many links as you want. For example, if you want replac SauceNAO ``` -###### P.s. instead of `ctx.post.checksumMD5` you can also use `ctx.post.checksumSHA1` if you need the SHA1. +Instead of `ctx.post.checksumMD5` you can also use `ctx.post.checksumSHA1` if you need the SHA1. After making your changes make sure to either rebuild your local docker szurubooru/client image, or run `npm run build` when you are not using docker. \ No newline at end of file