I'm currently playing a bit of a tool monkey for a character, and one thing I noticed when building it is that my tools don't have the Xanathar's features listed in their descriptions. So I've been adding them in with the customize notes feature, and this works okay, except for the fact that I can't seem to get line breaks in the notes. As a result, I end up with a wall of text rather than anything remotely formatted and user-friendly. [Enter] and [Shift+Enter] don't seem to do anything.
Replying to this even though its close to a year old (this is a top google result for the question). I've been able to use html tags like <br> to get line breaks in my items.
Edit: I have also tested and seen the <li> works for bulleted lists. <div> does give you a blocked off point of text, but I haven't tried to add inline css to test styling.
Replying to this even though its close to a year old (this is a top google result for the question). I've been able to use html tags like <br> to get line breaks in my items.
Edit: I have also tested and seen the <li> works for bulleted lists. <div> does give you a blocked off point of text, but I haven't tried to add inline css to test styling.
Good call. Never thought to test this.
Although I can confirm that using CSS will get ignored and may result in an error. Still, you can do some neat things. You can put tables and formatting and similar HTML.
The downside is that the Notes field in the inventory will look a little weird.
TIP:
To avoid the awkward looking Notes section when viewing inventory. You can screenshot the sidebar output, upload it to an image host and use the IMG tag instead. This means the notes field won't be stretched out but when you click it, you see the formatted spiffy notes and stuff.
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
Replying to this even though its close to a year old (this is a top google result for the question). I've been able to use html tags like <br> to get line breaks in my items.
Edit: I have also tested and seen the <li> works for bulleted lists. <div> does give you a blocked off point of text, but I haven't tried to add inline css to test styling.
Good call. Never thought to test this.
Although I can confirm that using CSS will get ignored and may result in an error. Still, you can do some neat things. You can put tables and formatting and similar HTML.
The downside is that the Notes field in the inventory will look a little weird.
TIP:
To avoid the awkward looking Notes section when viewing inventory. You can screenshot the sidebar output, upload it to an image host and use the IMG tag instead. This means the notes field won't be stretched out but when you click it, you see the formatted spiffy notes and stuff.
I don't think you can publish it then because of the URL restriction.
Replying to this even though its close to a year old (this is a top google result for the question). I've been able to use html tags like <br> to get line breaks in my items.
Edit: I have also tested and seen the <li> works for bulleted lists. <div> does give you a blocked off point of text, but I haven't tried to add inline css to test styling.
Good call. Never thought to test this.
Although I can confirm that using CSS will get ignored and may result in an error. Still, you can do some neat things. You can put tables and formatting and similar HTML.
The downside is that the Notes field in the inventory will look a little weird.
TIP:
To avoid the awkward looking Notes section when viewing inventory. You can screenshot the sidebar output, upload it to an image host and use the IMG tag instead. This means the notes field won't be stretched out but when you click it, you see the formatted spiffy notes and stuff.
I don't think you can publish it then because of the URL restriction.
They're custom item notes on a character sheet, not a homebrew item. There's nothing to publish because you can't publish sheets and custom notes.
Rollback Post to RevisionRollBack
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
Nice testing. I've checked some more tags to see what's possible
Generally, anything CSS or JS related crashes (no <script>, <output>, <style>, etc). Anything that structures the page works. Most media doesn't work, but images do. Some of the tags that style text work. Links work (<nav> and <a>). Forms and input render, but can't save. The action attribute for a form does work and probably shouldn't be allowed.
<details>
<summary>Testing Details</summary>
<p>Use me if you have text you want to be able to hide</p>
</details>
<hr>
<dialog open>Displays no matter how much you scroll</dialog>
<figure>
<img src="https://th.bing.com/th/id/OIP.ADMmKbunVmvtvkYsd0O37wHaEK?rs=1&pid=ImgDetMain" alt="Beholder">
<figcaption>Behold, a Beholder</figcaption>
</figure>
<hr>
(DO NOT CLICK LINKS YOU DON'T KNOW!)
<form action="https://youtu.be/p7YXXieghto" method="get">
<label for="class">Class:</label>
<input type="text" id="class" name="class"><br><br>
<label for="level">Level:</label>
<input type="text" id="level" name="level"><br><br>
<input type="submit" value="Submit">
</form>
<label for="weapons">Choose a weapon:</label>
<select name="weapons" id="weapons">
<optgroup label="Ranged">
<option value="longbow">Longbow</option>
<option value="crossbow">Crossbow</option>
</optgroup>
<optgroup label="Melee">
<option value="sword">Sword</option>
<option value="axe">Axe</option>
</optgroup>
</select>
<search>
<form>
<input name="fsrch" id="fsrch" placeholder="Search DNDBeyond">
</form>
</search>
<button type="button">I love a big red shiny button!</button>
<hr>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
<hr>
<p>This <del>item</del> <s>weapon</s> <ins>sword</ins> is <mark>cursed</mark>.</p>
<p> I cast <big>Enlarge</big>/<small>Reduce</small> <p>
<p> I cast Silence<sup>C</sup><sub>R</sub>
<hr>
<label for="disk_c">Quest Progress</label>
<meter id="disk_c" value="2" min="0" max="10">2 out of 10</meter><br>
<label for="disk_d">Town Destroyed</label>
<meter id="disk_d" value="0.6">60%</meter>
<label for="file">Goblins Remaining</label>
<progress id="file" value="32" max="100"> 32% </progress>
<hr>
(DO NOT CLICK LINKS YOU DON'T KNOW!)
<nav>
<a href="https://www.dndbeyond.com/classes/12-rogue">Rogue</a> |
<a href="https://www.dndbeyond.com/classes/8-wizard">Wizard</a> |
<a href="https://www.dndbeyond.com/classes/10-fighter">Fighter</a>
</nav>
<hr>
<pre>
Notice how,
this gives spaces but not
l ine br eak
s
work.
</pre>
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm currently playing a bit of a tool monkey for a character, and one thing I noticed when building it is that my tools don't have the Xanathar's features listed in their descriptions. So I've been adding them in with the customize notes feature, and this works okay, except for the fact that I can't seem to get line breaks in the notes. As a result, I end up with a wall of text rather than anything remotely formatted and user-friendly. [Enter] and [Shift+Enter] don't seem to do anything.
Replying to this even though its close to a year old (this is a top google result for the question). I've been able to use html tags like <br> to get line breaks in my items.
Edit: I have also tested and seen the <li> works for bulleted lists. <div> does give you a blocked off point of text, but I haven't tried to add inline css to test styling.
Good call. Never thought to test this.
Although I can confirm that using CSS will get ignored and may result in an error. Still, you can do some neat things. You can put tables and formatting and similar HTML.
For instance this:
Made this:
The downside is that the Notes field in the inventory will look a little weird.
TIP:
To avoid the awkward looking Notes section when viewing inventory. You can screenshot the sidebar output, upload it to an image host and use the IMG tag instead. This means the notes field won't be stretched out but when you click it, you see the formatted spiffy notes and stuff.
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
I don't think you can publish it then because of the URL restriction.
How to: Replace DEX in AC | Jump & Suffocation stats | Spell & class effect buff system | Wild Shape effect system | Tool Proficiencies as Custom Skills | Spells at higher levels explained | Superior Fighting/Martial Adept Fix | Snippet Codes Explored - Subclasses | Snippet Math Theory | Homebrew Weapons Explained
My: FEATS | MAGIC ITEMS | MONSTERS | SUBCLASSES Artificer Specialist: Weaveblade
Dndbeyond images not loading WORKAROUND FIXED!!! (TY Jay_Lane for original instructions)
They're custom item notes on a character sheet, not a homebrew item. There's nothing to publish because you can't publish sheets and custom notes.
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
Nice testing. I've checked some more tags to see what's possible
Generally, anything CSS or JS related crashes (no <script>, <output>, <style>, etc). Anything that structures the page works. Most media doesn't work, but images do. Some of the tags that style text work. Links work (<nav> and <a>). Forms and input render, but can't save. The action attribute for a form does work and probably shouldn't be allowed.