MarkNote
MarkNote
hi @bertlin69 thanks for your interest. Have you added your telegram user ID into the config file? You can refer to [this article](https://medium.com/@tabul8tor/how-to-find-your-telegram-user-id-6878d54acafa) on how to find your telegram user...
you can chat with `@BotFather` to get the token then put it in `config.js` file ```js module.exports = { config: function(){ return ( { adminUsers:[XXXXX], //admin users' telegram id, should...
https://github.com/withspectrum/draft-js-prism-plugin/blob/master/src/index.js#L25 change `null` to `javascript` will have `javascript` as default language. Hope it helps.