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

only-brain-editor

v2.1.3

Published

## Markdown 快捷输入

Downloads

30

Readme

only-brain-editor 使用指南

Markdown 快捷输入

  • 在行首输入 # space 创建一级标题 H1
  • 在行首输入 ## space 创建二级标题 H2
  • 在行首输入 ### space 创建三级标题 H3
  • 在行首输入 [] space 创建一个 代办列表
  • 在行首输入 1. space 创建一个 数字列表
  • 在行首输入 * space- space 创建一个列表
  • 在行首输入 > space 创建一个 引述文字
  • 在文字两边输入 ** 则变为 粗体
  • 在文字两边输入 * 则变为 斜体
  • 在文字两边输入 ` 则变为 代码块
  • 在文字两边输入 ~~ 则变为 ~~删除线~~
  • 在文字两边输入 _ 则变为 _下划线_
  • 在文字两边输入 $ 则变为 链接
  • 在文字两边输入 # 则变为 标签

快速转换( mod 在 Mac 下为 command 在 Win 下为 ctrl )

  • mod + 3 将文字转换为标签
  • mod + b 将文字转换为粗体
  • mod + u 将文字转换为下划线
  • mod + e 将文字转换为代码块
  • mod + k 将文字转换为链接
  • mod + i 将文字转换为斜体
  • mod + shift + s 将文字转换为删除线

键盘快捷键

  • enter 光标输入时在光标位置另起一行并创建新块
  • shift + enter 在同一个段落(块)内进行换行
  • mod + enter 发送随笔
  • mod +d 删除当前行
  • 选中一段文字,mod + C 复制该选中部分文字
  • 选中一段文字,mod + X剪切
  • mod + V 粘贴内容
  • mod + Z 撤销上一次操作
  • mod + shift + Z 重做上一次操作
  • tab 缩进一层
  • shift + tab 取消缩进一层
  • shift + ↑ ↓ → ← 选中文本
  • alt + ↑ ↓ → ← 移动当前行