RpNation / bbcode

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

Discourse Plugin naming scheme and stylesheet #10

Closed Alteras1 closed 1 year ago

Alteras1 commented 1 year ago

So I figured out why we're unable to load in stylesheets. It seems discourse expects the plugin name to be lowercase letters.

I did some manual editing on my local system to change the root dir of the plugin from BBCode to just bbcode and re linked everything together and the stylesheets got loaded in.

Taking a quick roster of the available discourse plugins, it looks like everyone follows a lowercase hyphen naming convention.

We should rename the repo since the repo name is generally the default name of the root dir. Thankfully we caught this early on, and should be able to replace every mention of bbcode to the new name without much trouble

I propose something like discourse-bbcode? Might be a bit too generic...

Alteras1 commented 1 year ago

FYI @MShultz @Mondrethos

Alteras1 commented 1 year ago

Looks like repo has been renamed to bbcode which works.

@MShultz @Rhababo make sure to reinstall the plugin so both the git origin repo and the root dir is updated