From 346d3ab2b490a9bcace93d6c535f4c60ca751f29 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 10 Mar 2014 16:33:46 +0100 Subject: [PATCH 1/2] Clean up markdown help modal * Shorter, more user friendly. * See #1463 - Not fixing in any way, just related. --- ghost/admin/tpl/modals/markdown.hbs | 51 ++--------------------------- 1 file changed, 3 insertions(+), 48 deletions(-) diff --git a/ghost/admin/tpl/modals/markdown.hbs b/ghost/admin/tpl/modals/markdown.hbs index b758838d0a..b7e8b228e3 100644 --- a/ghost/admin/tpl/modals/markdown.hbs +++ b/ghost/admin/tpl/modals/markdown.hbs @@ -18,11 +18,6 @@ *text* Ctrl / Cmd + I - - Inline Code - `code` - Cmd + K / Ctrl + Shift + K - Strike-through ~~text~~ @@ -64,49 +59,9 @@ Ctrl + Alt + 3 - H4 - #### Heading - Ctrl + Alt + 4 - - - H5 - ##### Heading - Ctrl + Alt + 5 - - - H6 - ###### Heading - Ctrl + Alt + 6 - - - Select Word - - Ctrl + Alt + W - - - New Paragraph - - Ctrl / Cmd + Enter - - - Uppercase - - Ctrl + U - - - Lowercase - - Ctrl + Shift + U - - - Titlecase - - Ctrl + Alt + Shift + U - - - Insert Current Date - - Ctrl + Shift + 1 + Inline Code + `code` + Cmd + K / Ctrl + Shift + K From de1c332cdea98570df15f5dc1e5f1a1e0ff5608f Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sat, 15 Mar 2014 17:12:49 +0100 Subject: [PATCH 2/2] Get rid of old modal types Fixes TryGhost/Ghost-UI/issues/17 --- ghost/admin/views/editor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghost/admin/views/editor.js b/ghost/admin/views/editor.js index aeb26f5873..35b29605c6 100644 --- a/ghost/admin/views/editor.js +++ b/ghost/admin/views/editor.js @@ -387,7 +387,6 @@ model: { options: { close: true, - type: "info", style: ["wide"], animation: 'fade' }, @@ -531,7 +530,6 @@ model: { options: { close: true, - type: "info", style: ["wide"], animation: 'fade' },