Disciple.Tools v1.61!
-
What's Changed
- Use markdown in comments by @CptHappyHands
- Support for sending Disciple.Tools notifications over SMS and WhatsApp
- Dropdowns: highlight on hover by @corsacca
- Replace alert copy with tooltip copy by @corsacca
- Plugins can set their icon for some comments by @corsacca
Details
Use markdown in comments
We've added ways to customize comments using the Markdown format. This lets us create:
- Web Links using:
Google Link: [Google](https://google.com)
- bold using
**bold**
or__bold__
- italics using
*italics*
- lists using:
- one - two - three
or
* one * two * three
- Images: using:
![Image Description](https://github.com/DiscipleTools/disciple-tools-theme/assets/24901539/9c65e010-6ddd-4aff-8495-07b274c5989c)
In Disciple.Tools it looks like:
We plan to add help buttons to make this easier and also add a way to upload images too.
Disciple.Tools Notifications using SMS and WhatsApp
Disciple.Tools is now able to send these notifications out using SMS text and WhatsApp messages! This functionality is built on and requires using the Disciple.Tools Twilio plugin.
See the release details: https://disciple.tools/news/disciple-tools-notifications-using-sms-and-whatsapp/
Dropdowns: highlight on hover
Highlight the menu item when the mouse is hovering over it.
Was:
Now:
Replace alert copy with tooltip copy
Community
Love these new features? Please join us with a financial gift.
Follow progress and share ideas in the Disciple.Tools community: https://community.disciple.tools
Full Changelog: https://github.com/DiscipleTools/disciple-tools-theme/compare/1.60.0...1.61.0