empty sections can now be made, tips+tricks updated.

This commit is contained in:
2025-07-25 20:55:24 -04:00
parent 35f467e440
commit a3014a08e6
+7 -6
View File
@@ -329,11 +329,12 @@
</p> </p>
<hr /> <hr />
<p> <p>
floating text:<br /> <u>floating text</u>:<br />
for floating text anywhere on the page, for floating text anywhere on the page, remove the border and set the
remove the border and set the background opacity of a layer to background opacity of a layer to zero.<br /> then, add new sections to the
zero. then, add new sections to the bookmark list without any links. layer without any link information (sections can be added on their own).
customize the layer's "section" text to your liking and place freely. customize the layer's "section" text to your liking and place the text
wherever you want.
</p> </p>
</div> </div>
@@ -2596,7 +2597,7 @@
if (url.length > 0 && !url.startsWith("http")) { if (url.length > 0 && !url.startsWith("http")) {
url = "https://" + url; // append HTTPS to link if needed url = "https://" + url; // append HTTPS to link if needed
} }
if (label == "" || url == "https://") { if (section == "" && (label == "" || url == "https://")) {
alert("you must specify url and label to add a bookmark"); alert("you must specify url and label to add a bookmark");
return; return;
} }