Display help box in oo apps

This commit is contained in:
yflory
2019-01-28 11:31:57 +01:00
parent e78fc2abcb
commit 9ca7d504d2
4 changed files with 23 additions and 3 deletions

View File

@@ -1151,6 +1151,13 @@ define(function () {
modes: 'Use the dropdown menus in the <span class="fa fa-ellipsis-h"></span> submenu to change syntax highlighting modes or color themes',
};
out.help.oo = {
};
out.help.sheet = {
};
out.help.slide = {
markdown: 'Write slides in <a href="http://www.markdowntutorial.com/">Markdown</a> and separate them with a line containing <code>---</code>',
present: 'Start the presentation using the <span class="fa fa-play-circle"></span> button',