Add a markdown toolbar to help with the markdown syntax

This commit is contained in:
yflory
2017-11-27 12:17:35 +01:00
parent 9795ac32cb
commit b0f553e9ea
11 changed files with 300 additions and 70 deletions

View File

@@ -564,6 +564,22 @@ define(function () {
// general warnings
out.warn_notPinned = "This pad is not in anyone's CryptDrive. It will expire after 3 months. <a href='/about.html#pinning'>Learn more...</a>";
// markdown toolbar
out.mdToolbar_button = "Show or hide the Markdown toolbar";
out.mdToolbar_defaultText = "Your text here";
out.mdToolbar_help = "Help";
out.mdToolbar_tutorial = "http://www.markdowntutorial.com/";
out.mdToolbar_bold = "Bold";
out.mdToolbar_italic = "Italic";
out.mdToolbar_strikethrough = "Strikethrough";
out.mdToolbar_heading = "Heading";
out.mdToolbar_link = "Link";
out.mdToolbar_quote = "Quote";
out.mdToolbar_nlist = "Ordered list";
out.mdToolbar_list = "Bullet list";
out.mdToolbar_check = "Task list";
out.mdToolbar_code = "Code";
// index.html