npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

exl-markdown-shortcuts

v1.0.0

Published

Keyboard Shortcuts for Adobe Experience League documentation extensions to Markdown

Downloads

10

Readme

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

| Name | Description | Default key binding | | ------------------------------- | ------------------------------------------------ | ------------------- | | md-shortcut.showCommandPalette | Display all commands | ctrl+M ctrl+M | | md-shortcut.toggleBold | Make **bold** | ctrl+B | | md-shortcut.toggleItalic | Make _italic_ | ctrl+I | | md-shortcut.toggleStrikethrough | Make ~~strikethrough~~ | | | md-shortcut.toggleLink | Make [a hyperlink](www.example.org) | ctrl+L | | md-shortcut.toggleImage | Make an image ![](image_url.png) | ctrl+shift+L | | md-shortcut.toggleCodeBlock | Make ```a code block``` | ctrl+M ctrl+C | | md-shortcut.toggleInlineCode | Make `inline code` | ctrl+M ctrl+I | | md-shortcut.toggleBullets | Make * bullet point | ctrl+M ctrl+B | | md-shortcut.toggleNumbers | Make 1. numbered list | ctrl+M ctrl+1 | | md-shortcut.toggleCheckboxes | Make - [ ] check list (Github flavored markdown) | ctrl+M ctrl+X | | md-shortcut.toggleTitleH1 | Toggle # H1 title | | | md-shortcut.toggleTitleH2 | Toggle ## H2 title | | | md-shortcut.toggleTitleH3 | Toggle ### H3 title | | | md-shortcut.toggleTitleH4 | Toggle #### H4 title | | | md-shortcut.toggleTitleH5 | Toggle ##### H5 title | | | md-shortcut.toggleTitleH6 | Toggle ###### H6 title | | | md-shortcut.addTable | Add Tabular values | | | md-shortcut.addTableWithHeader | Add Tabular values with header | | | md-shortcut.toggleNote | Toggle Note | | | md-shortcut.toggleTip | Toggle Note | | | md-shortcut.toggleCaution | Toggle Note | | | md-shortcut.toggleWarning | Toggle Note | | | md-shortcut.toggleImportant | Toggle Note | | | md-shortcut.toggleVideo | Toggle Video | |