kato-im / hubot-kato

Kato adapter for Hubot
https://www.npmjs.com/package/hubot-kato
MIT License
11 stars 4 forks source link

redmine hubot script shows links badly in kato.im #1

Open dannydulai opened 10 years ago

dannydulai commented 10 years ago

the plugin drops in <a href='.......'>#234</a></pre> which obviously does not render properly.

this either needs to be adapted to markdown or supported

JLarky commented 10 years ago

This is due to fact that kato uses markdown instead of html. At first I would recommend trying to rewrite redmine hubot script to output links in markdown instead of html. Bigger issue is that now all hubot adapters can work with same format, for example IRC is text only, so same of scripts won't work properly. Can you show me which scripts not working, so I could investigate it more?

dannydulai commented 10 years ago

I did exactly that for my personal bot's copy of the redmine.coffee script -- but if hubot scripts are intended to work cross-adapter, maybe the kato adapter should transform links to markdown?