All Projects → hstarorg → emmet-monaco

hstarorg / emmet-monaco

Licence: MIT license
Emmet support for monaco-editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to emmet-monaco

Sprite
🖌 Draw charts in code. Render in real-time. Embed anywhere as .png.
Stars: ✭ 201 (+957.89%)
Mutual labels:  monaco-editor
monaco-editor-custom-intellisense
Code from the "Custom IntelliSense with Monaco Editor" post
Stars: ✭ 23 (+21.05%)
Mutual labels:  monaco-editor
Operational-Transformation
A collection of Algorithms to Synchronise changes across multiple clients using Operational Transformation
Stars: ✭ 25 (+31.58%)
Mutual labels:  monaco-editor
py-emmet
Emmet abbreviation parser and expander, implemented in Python
Stars: ✭ 32 (+68.42%)
Mutual labels:  emmet
Emmet Vim
emmet for vim: http://emmet.io/
Stars: ✭ 5,798 (+30415.79%)
Mutual labels:  emmet
vscode-inline-html
🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
Stars: ✭ 31 (+63.16%)
Mutual labels:  emmet
React Monaco Editor
Monaco Editor for React.
Stars: ✭ 2,536 (+13247.37%)
Mutual labels:  monaco-editor
bundle
An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
Stars: ✭ 475 (+2400%)
Mutual labels:  monaco-editor
constrained-editor-plugin
This project is to restrict the editable area in the monaco-editor
Stars: ✭ 55 (+189.47%)
Mutual labels:  monaco-editor
V2releases
A friendly ARM assembler and simulator for educational use
Stars: ✭ 46 (+142.11%)
Mutual labels:  monaco-editor
emmet-cli
Emmet command line interface
Stars: ✭ 27 (+42.11%)
Mutual labels:  emmet
Emmet
The essential toolkit for web-developers
Stars: ✭ 4,123 (+21600%)
Mutual labels:  emmet
ZSpider
基于Electron爬虫程序
Stars: ✭ 37 (+94.74%)
Mutual labels:  monaco-editor
magento-advanced-code-editor
An advanced code editor that'll make it much easier to write clean markup for CMS pages, static blocks, product pages and Transactional Emails.
Stars: ✭ 19 (+0%)
Mutual labels:  emmet
ndslvim
专用于C-family和web前端开发的vim配置(其实通用性也还不错啦)
Stars: ✭ 14 (-26.32%)
Mutual labels:  emmet
Vue Monaco Editor
Monaco Editor Vue Component
Stars: ✭ 187 (+884.21%)
Mutual labels:  monaco-editor
mongood
A MongoDB GUI with Fluent Design
Stars: ✭ 674 (+3447.37%)
Mutual labels:  monaco-editor
emma.css
🍴 Emma.css { utility-classes: emmet-like; }
Stars: ✭ 53 (+178.95%)
Mutual labels:  emmet
sprite
🖌 Draw charts in code. Render in real-time. Embed anywhere as .png.
Stars: ✭ 202 (+963.16%)
Mutual labels:  monaco-editor
elmmet
VS Code extension to compile emmet snippets to composition of elm functions
Stars: ✭ 17 (-10.53%)
Mutual labels:  emmet

emmet-monaco

Emmet support for monaco-editor

Usage

Please view the sample code.

// editor1 is the monaco editor instance.
window['emmet-monaco'].enableEmmet(editor1, window.emmet);

How to start

# clone code
git clone https://github.com/hstarorg/emmet-monaco

# init
npm i

# run
npm run dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].