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

react-photo-view-cdn

v0.0.4

Published

react-photo-view-cdn-version

Downloads

16

Readme

Markdown Online View+

本项目起源于三年前和舍友的一次调侃,导火索是Typora正式收费那会,

我说,“这b项目有什么难的,做呗。”他说,“你就做吧,谅你也做不出个什么破玩意!”(纯属玩笑)

然后就一直断断续续在改进和完善,从原生JS迁移到了React,从JS变成纯TS项目,最后上了Vscode的前端编辑器,一点点的在把自己的灵感和创意尝试给落地。

再加上,现在确实全网找不到一个像样的Markdown在线且免费好用的编辑器,那我来做呗!

什么是markdown?

        和word不同,markdown是文本标记语言,它会把所有操作都以文本的形式展现出来
        例如你想写一个标题,你在word里可能得点击一下右上角的标题,但是在markdown里则是通过写在“#”后来表示这是一个标题文本
例如:

# 我是标题

        如果你想写一段代码区,在word里会比较难实现,但是在markdown里,你只需要用两个```包裹住代码即可

;```js
    alert("welcome to markdown")
    ```

如果你还不了解什么是markdown语法,那请点我了解markdown语法

为什么要使用markdown?

  • 足够快捷,方便,适合写博客
  • word排版容易乱, markdown舍弃了一些复杂的功能,
    换来了一定程度的快捷
  • 输入代码足够容易,并支持高亮
  • 支持嵌入LATEX(word其实也可以)
  • 背靠HTML语法,想你所想,做你所做
  • ~~当然啦是颜狗最爱ヾ(•ω•`)o~~

Todo

  • 增加PDF导出
  • 增加代码高亮
  • LATEX公式支持
  • 增加快捷键Ctrl+B加粗和Ctrl+Alt+C居中
  • Img图片支持
  • 替换成Vscode前端编辑器,加入完整的快捷键提示支持
  • jupyter那样支持一行一行的运行JS/Python脚本(基于WASM)
  • 增加设置按钮以配置脚本注入和换行等规则
  • [TOC] 支持

教程

新增特性

  • 右对齐可以用 >>
  • mermaid 流程图支持!
  • 小表情支持!!!

更新日志

  • v0.1.x 修复大量bug,新增图片管理器
  • v0.x.x 懒得写,更新N个特性了已经
  • v1.x 懒
  • v2.x 。。。

开源协议

/_
* @Author Bigonion
* @Copyright 2022© 至今
_/

MIT

FOSSA Status

Namespace

在线地址

md.bigonion.cn

关于

作者:Bigonion
邮箱:[email protected]

致谢

感谢以下开发者对本项目做出的贡献:

感谢以下开源项目对本项目做出的贡献:

Reliance Report