From 2089c02368752baafffef3669c2aa47382adf6e6 Mon Sep 17 00:00:00 2001 From: PanoramicPanda Date: Wed, 12 Jul 2023 18:51:10 -0400 Subject: [PATCH 1/2] Added Changelog and Redid Landing Page/Readme --- README.md | 14 ++++++++++++++ index.html | 43 ++++++++++++++++++++++++++++++++++--------- 2 files changed, 48 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b16589a..02e55d6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,20 @@ Once the Game Log is opened, that's it! Any roll in made in D&D Beyond within th the TaleSpire Chat Log. The Symbiote even has permission to run in the background and will not need to stay open on your screen in order to report, so long as you don't close it from running overall. +You'll know when it's detected properly when the **Game Log takes up the full Symbiote** and goes into **Dark Mode**. + +# Having Issues? +## It's not letting me log in. +Symbiotes are currently being detected as a not supported browser by some login methods. They also do not support pop-up logins such as Google. Logging in with a Wizard's account seems to be the most successful way at the moment. This will hopefully be resolved in the future. + +## I clicked the Game Log button, but it's still not working! +Are you on the correct page? This only works on the main campaign page for your D&D Beyond campaign (The one where you see all the characters in the campaign). This is intentional. + +Try clicking somewhere else on the page other than the Game Log and click the Game Log button again. Sometimes it will not load correctly if D&D Beyond has not finished loading the Game Log in the background when you get to your campaign page. + +## I accidentally clicked on the wrong campaign page Game Log and now there are no links on the page. How do I go back to find the right one? + +Just use the navigation controls in the top right of the symbiote panel. You will see controls for Back, Refresh, and Forward. Refresh the page or go back. # Examples ## Natural 1 diff --git a/index.html b/index.html index d0f858c..bbb5a70 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,9 @@ h2{ color: var(--ts-accent-hover); } + h3{ + color: var(--ts-accent-hover); + } button, input { background-color: var(--ts-background-secondary); color: var(--ts-color-primary); @@ -53,33 +56,55 @@ background-color: var(--ts-button-hover); } img{margin: 0 auto; padding: 10px;} + sub{text-align: right; width: 100%;display:block;}
+ v1.0.7

Utilizing the Symbiote

- After logging in and navigating to the My Campaigns page, you'll need to go to the campaign in question and open up the Game Log.

- Once it is opened, the Symbiote should attach to the Log and report any D&D Beyond rolls from it into the TaleSpire Chat Log. The Symbiote even has permission to run in the background and will not need to stay open on your screen in order to report, so long as you don't close it from running overall. +

Once it is opened, the Symbiote should attach to the Log and report any D&D Beyond rolls from it into the TaleSpire Chat Log. The Symbiote even has permission to run in the background and will not need to stay open on your screen in order to report, so long as you don't close it from running overall.

-
+

You'll know when it's detected properly when the Game Log takes up the full Symbiote and goes into Dark Mode.

-

Warning: Login Issues

+
- Symbiotes are currently being detected as a not supported browser by some login methods. They also do not support pop-up logins such as Google. Logging in with a Wizard's account seems to be the most successful way at the moment. +

Having Issues?

+

It's not letting me log in

+

Symbiotes are currently being detected as a not supported browser by some login methods. They also do not support pop-up logins such as Google. Logging in with a Wizard's account seems to be the most successful way at the moment. This will hopefully be resolved in the future.

+

I clicked the Game Log button, but it's still not working!

+

Are you on the correct page? This only works on the main campaign page for your D&D Beyond campaign (The one where you see all the characters in the campaign). This is intentional.

+

Try clicking somewhere else on the page other than the Game Log and click the Game Log button again. Sometimes it will not load correctly if D&D Beyond has not finished loading the Game Log in the background when you get to your campaign page.

+

I accidentally clicked on the wrong campaign page Game Log and now there are no links on the page. How do I go back to find the right one?

+

Just use the navigation controls in the top right of the symbiote panel. You will see controls for Back, Refresh, and Forward. Refresh the page or go back.

+
+
-

Warning: Other D&D Beyond Symbiotes

+ - It appears that sometimes having D&D Beyond open in another Symbiote will break the Log Observer. If this happens, try closing the other Symbiote. (Note that I could not replicate this but have had it reported) -

- + +
+ Changelog +
    +
  • v1.0.7 - Added Changelog and Redid Landing Page/Readme
  • +
  • v1.0.6 - Fix Adv/Dis 20/1 highlighting
  • +
  • v1.0.5 - Don't Populate Old Rolls
  • +
  • v1.0.4 - Filter out Self/To DM Rolls
  • +
  • v1.0.3 - Fullscreen & Dark Mode
  • +
  • v1.0.2 - Fixed Adv/Dis Roll Display
  • +
  • v1.0.1 - Added landing page
  • +
  • v1.0.0 - Initial Release
  • +
+
+
From 6003ed9609014280076372b1177cc2d7d79a146b Mon Sep 17 00:00:00 2001 From: PanoramicPanda Date: Wed, 12 Jul 2023 18:51:20 -0400 Subject: [PATCH 2/2] Update version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0debecc..449f0a3 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "summary": "A Symbiote to watch the D&D Beyond Game Log from a Campaign and report the rolls into TaleSpire.", "entryPoint": "/index.html", "descriptionFilePath": "/README.md", - "version": "1.0.6", + "version": "1.0.7", "about": { "website": "https://github.com/PanoramicPanda/ddb_observeGameLog", "authors": [