RpNation / bbcode

RpNation's Official BBCode Implementation for Discourse
GNU General Public License v3.0
1 stars 3 forks source link

Code/mail #64

Closed MShultz closed 5 months ago

MShultz commented 5 months ago

Adds mail tag to the plugin. This also updates the structure of the tag to accept the type, sender/recipient, and subject line as tag parameters rather than having to nest additional tags within [mail].

See Example: [mail type="send" person="John Doe" subject="Hello World"]Lorem ipsum. This is an email.[/mail]

This PR also reorders the preset.js imports so they are alphebetised.

Resolves #52

blythechan commented 5 months ago

I received an error during post results which basically stated that the images during post creation/editing could not be found. Other than that, this appears to work as expected!

MShultz commented 5 months ago

I received an error during post results which basically stated that the images during post creation/editing could not be found. Other than that, this appears to work as expected!

Did another check on local and it appears that changes persist through post/edit and refresh. Going to run a quick test on t to validate and report back. image