Updated Development_Contribution (markdown)

master
Chris Caron 2021-08-22 21:15:11 -04:00
parent 4afe31f1fa
commit 30deaafeb9
1 changed files with 3 additions and 0 deletions

@ -120,3 +120,6 @@ It basically boils down to this:
- All in all.... just have a look at the [plugins directory](https://github.com/caronc/apprise/tree/master/apprise/plugins) and feel free to use this as a reference to help structure and solve your own notification service you might be building - All in all.... just have a look at the [plugins directory](https://github.com/caronc/apprise/tree/master/apprise/plugins) and feel free to use this as a reference to help structure and solve your own notification service you might be building
You can have a look at the NotifyBase object and see all of the other entries you can define that Apprise can look after for you (such as restricting the message length, title length, handling TEXT -> Markdown, etc). You can also look at how other classes were built. You can have a look at the NotifyBase object and see all of the other entries you can define that Apprise can look after for you (such as restricting the message length, title length, handling TEXT -> Markdown, etc). You can also look at how other classes were built.
# Demo Plugins
- [An HTTP Web Request Based Plugin](DemoPlugin_WebRequest)