From 8654d12e42a8b891c6b261f27e1f27e0bd347cde Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 25 Jul 2025 18:26:57 -0400 Subject: [PATCH] made new audio links auto-load without needing refresh --- startpage.html | 74 +++++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 34 deletions(-) diff --git a/startpage.html b/startpage.html index c884163..8980dee 100644 --- a/startpage.html +++ b/startpage.html @@ -303,25 +303,37 @@

- your changes will be saved to the page when you exit editing mode.

- if you've made edits you wish to undo, refresh the page without disabling - editing mode.

+ your changes will be saved to the page when you exit editing mode.

+ if you've made edits you wish to undo/revert, refresh the page without disabling + editing mode. this will bring you back to the last saved state.

that concludes the basics. there's some more advanced information below:

-

sharing / stashing your work

+

tips and tricks

+

- you can export your entire current page's setup to your clipboard in the - "import / export" tab. open a text file and paste the contents to store - your theme for later or for sharing with others.

- - to load in a theme, simply paste the output of the export button into the - "import" input, and refresh the page. + there are some keyboard shortcuts for your convenience:
+ "e" = enables editing mode
+ esc = disables editing mode (and saves page)
+ "1"-"4" = jump between settings box tabs

+

+
+

+ if you've accidentally pressed down on a "delete" button and want to + cancel, you can hit escape before releasing the mouse button to save + your progress and abort deletion. +

+
+

+ floating text:
+ for floating text anywhere on the page, + remove the border and set the background opacity of a layer to + zero. then, add new sections to the bookmark list without any links. + customize the layer's "section" text to your liking and place freely.

@@ -356,28 +368,20 @@
-

tips and tricks

+

sharing / backing pages up

+

- there are some keyboard shortcuts for your convenience:
- "e" = enables editing mode
- esc = disables editing mode (and saves page)
- "1"-"4" = jump between settings box tabs

+ you can export your entire current page's setup to your clipboard in the + "import / export" tab. open a text file and paste the contents to store + your theme for later or for sharing with others.

- if you've accidentally pressed down on a "delete" button and want to - cancel, you can hit escape before releasing the mouse button to save - your progress and prevent your thing from being deleted. -

-

- floating text:
- for floating text anywhere on the page, - remove the border and set the background opacity of a layer to - zero. then, add new sections to the bookmark list without any links. - customize the layer's "section" text to your liking and place freely. + to load in a theme, simply paste the output of the export button into the + "import" input, and refresh the page.

+
@@ -440,7 +444,7 @@
-
+
@@ -460,15 +464,14 @@
-
+
-

for reference: cursors

- +

for reference: cursors

@@ -483,7 +486,7 @@
-
+
@@ -501,15 +504,15 @@
- -
+ +

(note: this will require either white-listing this site in your browser or generally enabling "allow auto-play audio" in your browser's settings. @@ -2389,6 +2392,9 @@ return; } audioLink = link; + document.getElementById("audioLinkInput").value = ""; + document.getElementById("audioSource").src = audioLink; + document.getElementById("audio").load(); } function toggleAutoplayAudio(checkbox) {