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

mdjs.editor

v1.0.3

Published

An online markdown editor

Downloads

37

Readme

Mdjs.editor

一个基于Mdjs开发的Markdown在线编辑器
演示页面: http://hangxingliu.github.io/mdjs.editor

欢迎大家参考学习,也望大家能够对本解析器中的不足或错误进行指正批评.


[TOC]

截图

目前版本

1.0.3 Alpha

  • 升级了Mdjs

1.0.2 Alpha

  • 升级了Mdjs

1.0.1 Alpha

  • 修复了窗口尺寸变化出现额外滚动条的bug

1.0.0 Alpha

  • 相对于上一个版本几乎完全重新编写
  • 支持导入/导出本地文件
  • 支持导出HTML文件(导出HTML支持左侧目录)
  • 支持保存 Markdown 内容到浏览器localStorage(自动保存)

更多更新日志请参阅: CHANGELOG.md

使用方法

  1. 直接访问: http://hangxingliu.github.io/mdjs.editor
  2. 克隆当前仓库并检出gh-pages分支
    • git clone https://github.com/hangxingliu/mdjs.editor.git
    • git checkout gh-pages
  3. 克隆当前仓库并构建源码(请先安装node.jsnpm开发环境)
    • git clone https://github.com/hangxingliu/mdjs.editor.git
    • npm i
    • 构建生成的代码在dist目录下

相关组件

作者

刘越(hangxingliu)
Git@OSC
Github

开源协议

Apache Licence 2.0