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

@belvoly-vue-aioa/tinymce

v0.3.7

Published

智能办公前端Vue组件库-tinymce

Downloads

32

Readme

v0.3.0

  1. 增加上传附件类功能
  2. 增加复制文章自动上传图片功能

v0.2.15

  1. 增加optinos属性,参考tinymce的官方文档,用于配置编辑的个性化配置

v0.2.14

  1. 增加forcedRootBlock 属性,参考tinymce的官方文档, 用于设置编辑默认是否添加P元素,警告:官方不推荐禁用此功能。

v0.2.13

  1. 富文本编辑器在全屏状态下点击的菜单栏点击无效 #4954

v0.2.12

  1. 增加codesample插件,使用此插件需要引入额外的样式,需要在public目录新建文件夹js里面放置从tinymce拷贝skins这个目录放置到js目录下

v0.2.11

  1. 增加menubar属性,boolean是否显示菜单栏

v 0.2.8

  1. 修复tinymce 没有值的情况下出现了滚动条

v 0.2.7

  1. 修复tinymce 引入错误的content_css导致影响整体页面样式

v 0.2.6

  1. 修复tinymce 只有点击第一行才可以编辑

v 0.2.5

  1. 修复readonly没起作用

v 0.2.4

  1. 增加readonly、height属性

v 0.2.3

  1. 修复IE 11兼容问题
  2. 修复VsCode TS 提示问题

v 0.2.2

  1. 修复在el-dialog中工具栏隐藏在dialog的下方
  2. 增加TinymceEditorPreview组件来确保样式和编辑一致
    <tinymce-editor-preview :content="html" />

v 0.2.1

  1. 修复iOS 在中文输入法下输入 ‘uuuu’ 直接点击完成,会连续触发 focusout, focusin, 导致键盘被收回,但是判断为键盘弹起来了

v 0.2.0

  1. 修复在iOS中文输入法下偶尔会接受到拼音到参数
  2. 更新tinymce版本,更好到支持移动端

v 0.1.9

  1. 增加移动端在获得焦点和失去焦点时增加keyboardShow、keyboardHide事件
  2. 修复Vue toolbar属性 object类型不对错误

v 0.1.7

  1. 增加行高按钮
  2. 增加首行缩进按钮