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

tceditorbh

v1.1.3

Published

同创电子病历编辑器 - 基于CKEditor的电子病历编辑器

Readme

惠每电子病历编辑器 HmEditor

License: LGPL v2.1 CKEditor4 JavaScript Node.js AI

集成AI、满足信创、开源的医疗电子病历编辑器


目录


项目简介

HmEditor 是一款专为医疗行业设计的智能电子病历编辑器插件,结合 CKEditor4 文本编辑功能与自研 AI 技术,为医院信息科和 EMR 厂商提供高效、灵活、智能化的病历编辑解决方案。支持多种病历模板创建与编辑,具备强大的数据绑定能力,并可与医疗信息系统无缝对接。


特性亮点

  • 完全开源,LGPLv2.1 协议,开箱即用
  • 丰富数据元组件:文本、时间、单选、多选、下拉、表格、图片、示意图等
  • 原生 JS 开发,纯前端运行,易集成,支持多平台
  • 智能病历编辑:修订、只读、水印、AI 服务对接
  • 支持信创,兼容国产操作系统

快速开始

1. Docker 部署(推荐)

# 安装 docker 和 docker-compose
# 下载 docker-compose.yml
# 启动服务
$ docker-compose -f /path/to/docker-compose.prod.yml up -d

2. 源码编译部署

# 下载 hm_editor、hm_editor.service、hm_editor.admin.client
# 进入 hm_editor 目录
npm install         # 安装依赖
grunt release       # 编译
nodemon index.js    # 启动

3. 访问页面


示例代码

只需 15 行核心代码即可集成:

<script src="https://editor.huimei.com/hmEditor/iframe/HmEditorIfame.js"></script>
<div id="editorContainer" style="width:850px;height:500px;"></div>
<script>
HMEditorLoader.createEditorAsync({
  container: "#editorContainer",
  sdkHost: "https://editor.huimei.com/hmEditor"
}).then(function(editor) {
  editor.setDocContent({
    code: 'doc001',
    docTplName: '测试病历名称',
    docContent: '...'
  });
});
</script>

更多 API 及用法详见 官方文档


在线演示


文档与二次开发


开源协议

本项目遵循 LGPLv2.1 协议,允许自由使用、修改和分发。


反馈与交流

  • 问题反馈:GitHub Issue(即将开放)
  • 钉钉交流群:81935038067

钉钉群二维码


© 2025-2026 惠每云 HMCLOUD. 保留所有权利。