1.0.0 • Published 5 years ago

exl-markdown-shortcuts v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
bitbucket
Last release
5 years ago

Handy shortcuts for editing Markdown (.md, .markdown) files. You can also use markdown formats in any other file (see configuration settings)

Quickly toggle bullet points

npm.io

Easily generate URLs

npm.io

Convert tabular data to tables

npm.io

Context and title menu integration

npm.io

You can show and hide icons in the title bar with the markdownShortcuts.icons.* config settings.

Exposed Commands

NameDescriptionDefault key binding
md-shortcut.showCommandPaletteDisplay all commandsctrl+M ctrl+M
md-shortcut.toggleBoldMake **bold**ctrl+B
md-shortcut.toggleItalicMake _italic_ctrl+I
md-shortcut.toggleStrikethroughMake ~~strikethrough~~
md-shortcut.toggleLinkMake a hyperlink(www.example.org)ctrl+L
md-shortcut.toggleImageMake an image ![](image_url.png)ctrl+shift+L
md-shortcut.toggleCodeBlockMake ```a code block```ctrl+M ctrl+C
md-shortcut.toggleInlineCodeMake `inline code`ctrl+M ctrl+I
md-shortcut.toggleBulletsMake * bullet pointctrl+M ctrl+B
md-shortcut.toggleNumbersMake 1. numbered listctrl+M ctrl+1
md-shortcut.toggleCheckboxesMake - check list (Github flavored markdown)ctrl+M ctrl+X
md-shortcut.toggleTitleH1Toggle # H1 title
md-shortcut.toggleTitleH2Toggle ## H2 title
md-shortcut.toggleTitleH3Toggle ### H3 title
md-shortcut.toggleTitleH4Toggle #### H4 title
md-shortcut.toggleTitleH5Toggle ##### H5 title
md-shortcut.toggleTitleH6Toggle ###### H6 title
md-shortcut.addTableAdd Tabular values
md-shortcut.addTableWithHeaderAdd Tabular values with header
md-shortcut.toggleNoteToggle Note
md-shortcut.toggleTipToggle Note
md-shortcut.toggleCautionToggle Note
md-shortcut.toggleWarningToggle Note
md-shortcut.toggleImportantToggle Note
md-shortcut.toggleVideoToggle Video
1.0.0

5 years ago

0.0.5

5 years ago