You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Expand automation test suite (#74)
* Add visibility button and update tests
* Update toggle visibility button text
Closes#71
* Expand unit test suite (#75)
* Add unit tests for state.js
* Add property checking to state.js
Closes#72
* Clean up HTML/CSS selectors and add brittle notes
* Clean up HTML/CSS selectors and add brittle notes
Closes#73
* Run yarn upgrade
* Update documentation and assets (#77)
* Update README and issue templates
* Update screenshots and assets
Closes#76
* Bump version to v1.0.0
@@ -49,9 +49,9 @@ VTT Bridge seamlessly connects your Dungeon Master's Vault character sheet to yo
49
49
50
50
## Key Features
51
51
52
-
- Roll ability checks, attack with weapons, cast spells, and much more!
53
-
-Use <kbd>Ctrl-Click</kbd> to roll with advantage and <kbd>Shift-Click</kbd> to roll with disadvantage.
54
-
-Hold <kbd>H</kbd> to switch between visible rolls (everyone can see) and hidden rolls (only you and the GM can see).
52
+
- Roll ability checks, attack with weapons, cast spells, and more!
53
+
- <kbd>Ctrl-Click</kbd> to roll with advantage and <kbd>Shift-Click</kbd> to roll with disadvantage.
54
+
-Switch between visible commands (that everyone can see) and hidden commands (that only you and the GM can see).
55
55
56
56
**Disclaimer**
57
57
@@ -69,46 +69,37 @@ Install the VTT Bridge extension for Firefox or Google Chrome.
69
69
<img src="assets/chrome.png" alt="Chrome logo">
70
70
</a>
71
71
72
-
Open your Dungeon Master's Vault character sheet and click the <kbd>www</kbd> link. Launch your Roll20 game in another tab.
72
+
Open your Dungeon Master's Vault character sheet and click the <kbd>www</kbd> linkin the top right.
73
73
74
-

74
+

75
75
76
-
You should see a notification appear in both tabs.
76
+
Launch your Roll20 game in another tab. You should see a notification appear in both tabs.
77
77
78
-

78
+

79
79
80
80
Click one of the buttons on your Dungeon Master's Vault character sheet. Your roll will appear in Roll20!
81
81
82
82
## FAQ
83
83
84
84
**Help, the buttons on Dungeon Master's Vault aren't working!**
85
85
86
-
Make sure that you clicked the `www` link in the top right. The URL should end with `?frame`.
86
+
Make sure that you clicked the `www` link. The URL should end with `?frame`.
87
87
88
-
**Why does the extension need to "Access your data for www.dungeonmastersvault.com"?**
88
+
**Why does the extension need to "Access your data for www.dungeonmastersvault.com and app.roll20.net"?**
89
89
90
-
VTT Bridge needs to create buttons, add event listeners, and show notifications.
91
-
92
-
**Why does the extension need to "Access your data for app.roll20.net"?**
93
-
94
-
VTT Bridge needs to create chat messages and show notifications.
90
+
The extension needs to add buttons to Dungeon Master's Vault and enter chat messages on Roll20. VTT Bridge will not make any changes to your content or account on either site.
95
91
96
92
**I found a bug! What should I do?**
97
93
98
94
[Open an issue](https://github.com/averycrespi/vtt-bridge/issues/new/choose), select "Bug report", then complete the issue template.
99
95
100
-
**I have an idea for a new feature! What should I do?**
101
-
102
-
[Open an issue](https://github.com/averycrespi/vtt-bridge/issues/new/choose), select "Feature request", then complete the issue template.
103
-
104
96
## Development
105
97
106
-
See [DEVELOPERS.md](DEVELOPERS.md) for help building, testing, and running the extension.
98
+
See [DEVELOPERS.md](DEVELOPERS.md) for information about building, testing, and running the extension.
107
99
108
100
## Credits
109
101
110
102
Project inspired by [VTT Enhancement Suite](https://ssstormy.github.io/roll20-enhancement-suite/).
111
-
112
103
Logo derived from [dragon by BGBOXXX Design](https://thenounproject.com/term/dragon/1646665/) from the Noun Project.
0 commit comments