Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exl-markdown-shortcuts

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exl-markdown-shortcuts

Keyboard Shortcuts for Adobe Experience League documentation extensions to Markdown

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

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

Easily generate URLs

Convert tabular data to tables

Context and title menu integration

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

Keywords

FAQs

Package last updated on 01 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc