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