diff --git a/public/res/extensions/welcomeTour.js b/public/res/extensions/welcomeTour.js index cde952c0..7425ee5e 100644 --- a/public/res/extensions/welcomeTour.js +++ b/public/res/extensions/welcomeTour.js @@ -21,6 +21,19 @@ define([ }, onEnd: function() { storage.welcomeTour = 'done'; + var tooltip = $('.button-markdown-syntax').parent().tooltip({ + html: true, + container: $('.extension-preview-buttons'), + placement: 'bottom', + trigger: 'manual', + title: 'Need help with Markdown syntax?' + }).tooltip('show').addClass('info-tooltip'); + tooltip.one('click', function() { + tooltip.tooltip('hide').removeClass('info-tooltip'); + }); + setTimeout(function() { + tooltip.tooltip('hide').removeClass('info-tooltip'); + }, 10000); }, template: [ '