From 6abb01b2127b0b7c3514e4abe18c7f6edad6e32e Mon Sep 17 00:00:00 2001 From: artemgur <59292863+artemgur@users.noreply.github.com> Date: Thu, 16 Sep 2021 18:47:06 +0300 Subject: [PATCH] Added a section explaining how to remove the Weight Tracker button from the top bar. It took a couple of hours for me to figure out how to do that, so it likely will be useful for beginners --- Weight tracker.md => Weight-tracker.md | 4 ++++ 1 file changed, 4 insertions(+) rename Weight tracker.md => Weight-tracker.md (90%) diff --git a/Weight tracker.md b/Weight-tracker.md similarity index 90% rename from Weight tracker.md rename to Weight-tracker.md index 9291778..a8f3b3a 100644 --- a/Weight tracker.md +++ b/Weight-tracker.md @@ -5,6 +5,10 @@ Weight Tracker is a [[Script API]] showcase present in the [[demo document|Docum ## Demo [[images/weight-tracker.png]] +## How to remove Weight Tracker button from the top bar + +In the link map of Weight Tracker, there is a note "Button". Open it and delete or comment out its contents. Weight Tracker button will disappear after you close and open the app. + ## Implementation Note "Weight Tracker" in the screenshot above is of type "Render HTML note". Such note doesn't have any useful content itself, the only purpose of it is to provide a place where some [[script|scripts]] can render some output. This script is defined in [[relation|attributes]] `renderNote` - coincidentally it's the Weight Tracker's child `Implementation`.