From 73082ec5dbf9655d1b543c9e65c5b75c622abbb2 Mon Sep 17 00:00:00 2001 From: zDEFz Date: Mon, 2 Nov 2020 15:18:57 +0100 Subject: [PATCH] Updated Custom request handler (markdown) --- Custom-request-handler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Custom-request-handler.md b/Custom-request-handler.md index 11ce5cb..aa907ab 100644 --- a/Custom-request-handler.md +++ b/Custom-request-handler.md @@ -57,8 +57,8 @@ Once we pass these checks we will just create the desired note using [[Script AP Another common use case is that you want to just expose a file note - in such case you create label `customResourceProvider` (value is again path regex). Note: The file that is supposed to be exposed needs to wear an "#customResourceProvider" and then it can be called from anywhere. -For example, your file is in custom/fonts, you call it via custom/fonts/myFont.woff -myFont.woff must wear the "#customRessourceProvider" tag. +For example, your file is in custom/fonts, you can call it via custom/fonts/myFont.woff +**But only **if myFont.woff wears the "#customRessourceProvider" tag. Otherwise, nothing would be found. ## Advanced concepts