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 🙏

© 2026 – Pkg Stats / Ryan Hefner

speed-tiptap-editor

v1.0.2

Published

基于 Ant Design Vue + Tiptap 的富文本编辑器

Readme

Speed Tiptap Editor

基于 Vue3 + Ant Design Vue + Tiptap 的富文本编辑器

特性

  • 🚀 基于 Vue3 + TypeScript 开发
  • 📦 开箱即用的高质量组件
  • 🎨 基于 Ant Design Vue 设计体系
  • 🔍 完整的 TypeScript 类型定义
  • 📖 详细的文档和示例

使用说明

详细的使用文档请参考:在线文档

npm 发版

main 推送符合 Conventional Commitsfeat / fix 提交后,GitHub Actions 会自动构建并发布到 npm。

  • 工作流:.github/workflows/release-npm.yml
  • 版本基线:1.0.0
  • 需在仓库 Secrets 中配置 NPM_TOKEN

详见 CONTRIBUTING.md

功能清单

✅ 已完成功能

基础文本编辑

  • ✔️ 撤销/重做
  • ✔️ 格式刷
  • ✔️ 格式清除
  • ✔️ 字体大小调整
  • ✔️ 字体颜色设置
  • ✔️ 背景颜色设置
  • ✔️ 上标/下标
  • ✔️ 文本对齐(左对齐/居中/右对齐)

文本样式

  • ✔️ 标题设置(H1-H6)
  • ✔️ 加粗
  • ✔️ 斜体
  • ✔️ 下划线
  • ✔️ 删除线

列表与结构

  • ✔️ 有序列表
  • ✔️ 无序列表
  • ✔️ 任务列表
  • ✔️ 缩进调整
  • ✔️ 引用块
  • ✔️ 分隔线

富媒体与扩展

  • ✔️ 图片上传与管理
  • ✔️ 附件上传
  • ✔️ 表格编辑
  • ✔️ 代码块(支持语法高亮)
  • ✔️ 高亮块(Callout)
  • ✔️ 表情插入
  • ✔️ 标签功能

高级功能

  • ✔️ 查找与替换
  • ✔️ AI 写作助手

📋 待开发功能

导入导出

  • [ ] Word(.docx)导入导出
  • [ ] Markdown 导入导出

界面与交互

  • [ ] 主题切换(亮色/暗色)
  • [ ] 多语言支持(中文/英文)
  • [ ] 快捷键提示与自定义

更多扩展

  • [ ] 数学公式编辑器
  • [ ] 思维导图(XMind)
  • [ ] 流程图(Flow)
  • [ ] 图表(Charts)

协同与集成

  • [ ] 实时协同编辑

查看模式image.png

生态建设