From 5fdf3e935a48aea17efd1a2c2eb4b743153ed3db Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 9 Mar 2025 00:23:26 -0800 Subject: [PATCH] Change text of About page. --- src/routes/about/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index f24bd3d..722e669 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -20,8 +20,8 @@

There is also the ability to view the publications as a diagram, if you click on "Visualize", and to publish a note (coming soon).

-

If you click on a card (which represents a 30040 index event), the associated reading view opens to the publication, and the app pulls all of the section/content events (30041s) listed in the index, in the predefined order, and displays them as a single document.

- +

If you click on a card, which represents a 30040 index event, the associated reading view opens to the publication. The app then pulls all of the content events (30041s), in the order in which they are indexed, and displays them as a single document.

+

Each 30041 section is also a level in the table of contents, which can be accessed from the floating icon top-left in the reading view. This allows for navigation within the publication. (This functionality has been temporarily disabled.)

ToC icon