-
Notifications
You must be signed in to change notification settings - Fork 163
Pretzel plugins list / distribution #226
Comments
@laedit, it is a great idea, I like it. |
Sounds good. Maybe via Nuget or something? Also, is it worth looking at #217. That could make writing plugins much more lightweight |
Yeah, but I think that both plugin type (dll or scriptcs) needs an easy way to dowload/install. |
I'd like to write an plugin or two (e.g. porting redirect_from). I can't find a Pretzel (or Pretzel.Logic) NuGet package. How are potential plugin authors expected to write a plugin? |
Pretzel is available only through Chocolatey or GitHub Releases. |
I wrote two "classic" plugins implementing the I wasn't able to setup working unit tests for my projects because several assemblies are merged into Pretzel. Maybe Scriptcs is a better way for writing plugins. I'll have a look at the sources to understand it, otherwise I'll wait for your documentation 😉 |
It's not ideal but I don't know if it's worth it to make a Nuget package only for plugins. |
So Pretzel has the ability to use plugins now, and people ultimately will start to creates some, like @AndreyAkinshin for Categories and Tags pages.
In order to share those plugins I think we need at least to list the known plugins on a wiki page, and maybe provide some way to download a plugin and install it in the right folder through a pretzel command.
@shiftkey, @JakeGinnivan what are your thoughts about this?
The text was updated successfully, but these errors were encountered: