首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

tui-editor-1.3.3.zip

信息化管理 2.55MB 14 需要积分: 1
立即下载

资源介绍:

项目中用到 tui-editor 1.3.3 的依赖,可是 npm、cnpm 怎么都装不下来,看报错应该是 github 被墙了的原因,上传一份,希望能帮到大家(下下来直接放到 node_modules 目录里即可)
# ![logo](https://cloud.githubusercontent.com/assets/389021/16107646/9729e556-33d8-11e6-933f-5b09fa3a53bb.png) > GFM Markdown WYSIWYG Editor - Productive and Extensible [![github version](https://img.shields.io/github/release/nhnent/tui.editor.svg)](https://github.com/nhnent/tui.editor/releases/latest) [![npm version](https://img.shields.io/npm/v/tui-editor.svg)](https://www.npmjs.com/package/tui-editor) [![bower version](https://img.shields.io/bower/v/tui-editor.svg)](https://github.com/nhnent/tui.editor/releases/latest) [![license](https://img.shields.io/github/license/nhnent/tui.editor.svg)](https://github.com/nhnent/tui.editor/blob/master/LICENSE) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/nhnent/tui.editor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) [![code with hearth by NHN Entertainment](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-NHN%20Entertainment-ff1414.svg)](https://github.com/nhnent) ## Wrappers - [toast-ui.vue-editor](https://github.com/nhnent/toast-ui.vue-editor): Vue wrapper component is powered by [NHN Entertainment](https://github.com/nhnent). - [toast-ui.react-editor](https://github.com/nhnent/toast-ui.react-editor): React wrapper component is powered by [NHN Entertainment](https://github.com/nhnent). - [ember-tui-editor](https://github.com/evocount/ember-tui-editor): Ember wrapper component by [@evocount](https://github.com/evocount). Thanks for their effort.

## 🚩 Table of Contents - [Collect statistics on the use of open source](#collect-statistics-on-the-use-of-open-source) - [Browser Support](#-browser-support) - [Standard and Extensible](#-standard-and-extensible) - [CommonMark + GFM Specifications](#commonmark--gfm-specifications) - [Powerful Extensions](#powerful-extensions) - [Features](#-features) - [Productive Markdown mode](#productive-markdown-mode) - [Easy WYSIWYG mode](#easy-wysiwyg-mode) - [And more](#and-more) - [Install](#-install) - [using npm](#using-npm) - [using bower](#using-bower) - [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn) - [Download](#download) - [Usage](#-usage) - [Editor](#editor) - [HTML](#html) - [javascript](#javascript) - [options](#options) - [Viewer](#viewer) - [Docs](#-docs) - [Examples](#-examples) - [Contributing](#-contributing) - [TOAST UI Family](#-toast-ui-family) - [Used By](#-used-by) - [License](#-license) ## Collect statistics on the use of open source TOAST UI Editor applies Google Analytics (GA) to collect statistics on the use of open source, in order to identify how widely TOAST UI Editor is used throughout the world. It also serves as important index to determine the future course of projects. location.hostname (e.g. > “ui.toast.com") is to be collected and the sole purpose is nothing but to measure statistics on the usage. To disable GA, use the following `usageStatistics` options when creating editor. ```js var options = { ... usageStatistics: false } var editor = new Editor(options); ``` Or, include `tui-code-snippet.js` (**v1.4.0** or **later**) and then immediately write the options as follows: ```js tui.usageStatistics = false; ``` ## 🌏 Browser Support | Chrome Chrome | IE Internet Explorer | Edge Edge | Safari Safari | Firefox Firefox | | :---------: | :---------: | :---------: | :---------: | :---------: | | Yes | 10+ | Yes | Yes | Yes | ## Standard and Extensible ![standard and extensible image](https://user-images.githubusercontent.com/1215767/34353629-95b58da0-ea6c-11e7-859b-df5e990dd157.png) ### CommonMark + GFM Specifications Today *CommonMark* is the de-facto *Markdown* standard. *GFM (GitHub Flavored Markdown)* is another popular specification based on *CommonMark* - maintained by *GitHub*, which is the *Markdown* mostly used. **TOAST UI Editor** respects both [*CommonMark*](http://commonmark.org/) and [*GFM*](https://github.github.com/gfm/) specifications. Write documents with ease using productive tools provided by **TOAST UI Editor** and you can easily open the produced document wherever the specifications are supported. ### Powerful Extensions *CommonMark* and *GFM* are great, but we often need more abstraction. The **TOAST UI Editor** comes with powerful **Extensions** in compliance with the *Markdown* syntax. You also get the flexibility to develop your own extensions using simple APIs. Here are some of the extensions you can start with: * **Color picker**: [ColorPicker](https://github.com/nhnent/tui.color-picker) provides an easy way to color text with a GUI tool box * **Chart code block**: A Code block marked as a 'chart' will render [charts](https://github.com/nhnent/tui.chart) * **UML code block**: A Code block marked as an 'uml' will render [UML diagrams](http://plantuml.com/screenshot) * **Table merge**: You can merge columns and rows in tables To learn more about **Extensions** check the [Using Extension](https://github.com/nhnent/tui.editor/blob/master/docs/using-extensions.md) ## 🎨 Features **TOAST UI Editor** provides **Markdown mode** and **WYSIWYG mode**. Depending on the type of use you want like production of *Markdown* or maybe to just edit the *Markdown*. The **TOAST UI Editor** can be helpful for both the usage. It offers **Markdown mode** and **WYSIWYG mode**, which can be switched any point in time. ### Productive Markdown mode ![markdown image](https://user-images.githubusercontent.com/1215767/34354737-b98a0736-ea73-11e7-8375-d4c83b8894d8.png) * **Live Preview**: Edit Markdown while keeping an eye on the rendered HTML. Your edits will be applied immediately * **Scrolling Sync**: Synchronous scrolling between Markdown and Preview. You don't need to scroll through each one separately * **Auto indent**: The cursor will always be where you want it to be * **Syntax highlight**: You can check broken Markdown syntax immediately ### Easy WYSIWYG mode ![wysiwyg image](https://user-images.githubusercontent.com/1215767/34354831-5f04c7e6-ea74-11e7-9664-97f71c4fee6e.png) * **Copy and paste**: Paste anything from browser, screenshot, excel, powerpoint, etc. * **Codeblock editor**: Highlight 170+ languages with full size code editor * **Table**: Hate the Markdown table? You can do everything with a mouse ### And more * **i18n**: English, Dutch, Korean, Japanese, Chinese, Spanish, German, Russian, French, Ukrainian, Turkish, Finnish, Czech, Arabic, Polish + language you extend. * **Viewer**: Renders Markdown content with extensions ## 💾 Install ### using npm ```sh npm install --save tui-editor ``` ### using bower ```sh bower install --save tui-editor ``` ### Via Contents Delivery Network (CDN) TOAST UI products are available over the CDN powered by [TOAST Cloud](https://www.toast.com). You can use the CDN as below. ```html

资源文件列表:

tui-editor.zip 大约有34个文件
  1. tui-editor/
  2. tui-editor/LICENSE 1.05KB
  3. tui-editor/README.md 14.07KB
  4. tui-editor/dist/
  5. tui-editor/dist/tui-editor-2x.png 23.92KB
  6. tui-editor/dist/tui-editor-Editor-all.js 1.26MB
  7. tui-editor/dist/tui-editor-Editor-all.min.js 444.25KB
  8. tui-editor/dist/tui-editor-Editor-full.js 2.72MB
  9. tui-editor/dist/tui-editor-Editor-full.min.js 1.28MB
  10. tui-editor/dist/tui-editor-Editor.js 920.19KB
  11. tui-editor/dist/tui-editor-Editor.min.js 321.58KB
  12. tui-editor/dist/tui-editor-Viewer-all.js 457.97KB
  13. tui-editor/dist/tui-editor-Viewer-all.min.js 149.8KB
  14. tui-editor/dist/tui-editor-Viewer-full.js 1.54MB
  15. tui-editor/dist/tui-editor-Viewer-full.min.js 812.18KB
  16. tui-editor/dist/tui-editor-Viewer.js 125KB
  17. tui-editor/dist/tui-editor-Viewer.min.js 36.81KB
  18. tui-editor/dist/tui-editor-contents.css 5.28KB
  19. tui-editor/dist/tui-editor-contents.min.css 4.32KB
  20. tui-editor/dist/tui-editor-extChart.js 203.9KB
  21. tui-editor/dist/tui-editor-extChart.min.js 72.21KB
  22. tui-editor/dist/tui-editor-extColorSyntax.js 14.54KB
  23. tui-editor/dist/tui-editor-extColorSyntax.min.js 5.35KB
  24. tui-editor/dist/tui-editor-extScrollSync.js 38.68KB
  25. tui-editor/dist/tui-editor-extScrollSync.min.js 11.55KB
  26. tui-editor/dist/tui-editor-extTable.js 126.66KB
  27. tui-editor/dist/tui-editor-extTable.min.js 39.99KB
  28. tui-editor/dist/tui-editor-extUML.js 6.94KB
  29. tui-editor/dist/tui-editor-extUML.min.js 2.51KB
  30. tui-editor/dist/tui-editor.css 31.92KB
  31. tui-editor/dist/tui-editor.min.css 27.07KB
  32. tui-editor/dist/tui-editor.png 10.63KB
  33. tui-editor/index.d.ts 16.52KB
  34. tui-editor/package.json 3.79KB
0评论
提交 加载更多评论
其他资源 SwitchHosts
切换host工具
WebViewBridgeDemo1
简单的处理了一下WebViewJavascriptBridge的代码,简洁了一些。
国密SM4加解密前后端文件.zip
国密SM4加解密前后端文件.zip
Java解惑
从网上下载本书厚,看第一眼我就被吸引了,书中讲解了很多我在学习和使用JAVA中遇到的问题,它以一个一个谜题的形式组织,引人入胜。如果你有JAVA基础,这是提高的非常好的书,本书不是入门教材。
C# 经典案例源码5(81例)详细注释
C# 经典案例源码5(81例)详细注释
达内当当网源码
达内当当网源码
2014-2020年软考网络工程师历年真题合集.zip
2014-2020年软考网络工程师历年真题合集包含上午下午真题及答案解析,全网最清晰,答案最正确的软考真题资料,小任老师出品,必属精品!
EhLib-8.1-Build-8.1.022-Full-Source-D7-XE10.1-&-Lazarus.zip
EhLib_8.1_Build_8.1.022_Full_Source_D7-XE10.1_&_Lazarus.zip