RLHawk1

Results 5 issues of RLHawk1

I'm able to add elements using Polymer.dom(parentElement).appendChild(childElement), but I'm not able to remove them as Polymer.dom(parentElement).removeChild is not a valid function. Am I missing something?

Is there any way to add custom options to the toolbar? I see that summernote supports this at https://summernote.org/deep-dive/#custom-button but I'm struggling to figure out how to use that with...

Updated Usage section with correct import

Added discord to social links as this is fairly widely used.

Dropdowns in the top_navigation_bar do not currently work when using a vanilla or custom build of bootstrap because they're relying on data-concrete-toggle instead of data-bs-toggle. This pull request fixes this...