Difference between revisions of "BCS/Weird"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "{{main| Building Character Sheets}} Listing random quirks of the sheet system, especially those related to issues surrounding the CSE rollout and updated code sanitation ...") |
Andreas J. (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{main| | + | {{main| Character Sheet Enhancement}} |
+ | {{NavSheetDoc}} | ||
Listing random quirks of the sheet system, especially those related to issues surrounding the [[CSE]] rollout and updated code sanitation on Roll20's part. | Listing random quirks of the sheet system, especially those related to issues surrounding the [[CSE]] rollout and updated code sanitation on Roll20's part. | ||
Line 7: | Line 8: | ||
* issues with @import | * issues with @import | ||
** if a @import exists, it seems it might result in roll20 ignoring the first instance of the next css class in the file, workaround is to add an empty, "sacrificial" version of the class first that will be eaten up, and the one after will work normally [[User:1223200|1223200]] ([[User talk:1223200|talk]]) 11:47, 8 April 2021 (UTC) | ** if a @import exists, it seems it might result in roll20 ignoring the first instance of the next css class in the file, workaround is to add an empty, "sacrificial" version of the class first that will be eaten up, and the one after will work normally [[User:1223200|1223200]] ([[User talk:1223200|talk]]) 11:47, 8 April 2021 (UTC) | ||
− | + | * https://app.roll20.net/forum/permalink/10007462/ weird asterisk disappearing [[User:1223200|1223200]] ([[User talk:1223200|talk]]) 12:57, 21 April 2021 (UTC) | |
==HTML== | ==HTML== | ||
+ | * https://app.roll20.net/forum/permalink/10006227/ roll template issues [[User:1223200|1223200]] ([[User talk:1223200|talk]]) 12:57, 21 April 2021 (UTC) | ||
==JS== | ==JS== |
Revision as of 12:57, 21 April 2021
Main Page: Character Sheet Enhancement
Character Sheet Development
Getting Started
- Using Custom Sheets
- Building Sheets
(Main Page) - Glossary
- Code Restrictions
- Best Practice
- Common Mistakes
- Tutorials
- Examples, Templates
- Pattern Libraries
- HTML & storing data
- CSS & Styling
General
- Updates & Changelog
- Known Bugs
- Character Sheet Enhancement(CSE)
- Custom Roll Parsing
- Legacy Sheet(LCS)
- Beacon SDK
Reference
- Buttons
- Repeating Sections
- Sheetworkers
- Roll Templates
- sheet.json
- Translation
- Auto-Calc
- Advanced
- All SheetDev Pages
Tools & Tips
Other
Listing random quirks of the sheet system, especially those related to issues surrounding the CSE rollout and updated code sanitation on Roll20's part.
Contents |
CSS
- in some cases, .charsheet needs to be added to classes that previously worked fine
- issues with @import
- if a @import exists, it seems it might result in roll20 ignoring the first instance of the next css class in the file, workaround is to add an empty, "sacrificial" version of the class first that will be eaten up, and the one after will work normally Andreas J. (talk) 11:47, 8 April 2021 (UTC)
- https://app.roll20.net/forum/permalink/10007462/ weird asterisk disappearing Andreas J. (talk) 12:57, 21 April 2021 (UTC)
HTML
- https://app.roll20.net/forum/permalink/10006227/ roll template issues Andreas J. (talk) 12:57, 21 April 2021 (UTC)
JS
Other