All Projects → DenisKolodin → Elm Ace

DenisKolodin / Elm Ace

Licence: other
Ace Editor component for Elm

Programming Languages

javascript
184084 projects - #8 most used programming language
elm
856 projects

Labels

Projects that are alternatives of or similar to Elm Ace

libpillowfight
Small library containing various image processing algorithms (+ Python 3 bindings) that has almost no dependencies -- Moved to Gnome's Gitlab
Stars: ✭ 60 (+150%)
Mutual labels:  ace
associate-cloud-engineer
Resources on preparing for Google Cloud Associate Cloud Engineer certification
Stars: ✭ 142 (+491.67%)
Mutual labels:  ace
Raxx
Interface for HTTP webservers, frameworks and clients
Stars: ✭ 378 (+1475%)
Mutual labels:  ace
fongshen-editor
A highly customizable code-inserting editor for markdown or other languages
Stars: ✭ 35 (+45.83%)
Mutual labels:  ace
acefile
read/test/extract ACE 1.0 and 2.0 archives in pure python
Stars: ✭ 67 (+179.17%)
Mutual labels:  ace
ace-collab-ext
Enhances the Ace Editor with real time collaboration user experience.
Stars: ✭ 67 (+179.17%)
Mutual labels:  ace
Code-Runner
A portal for programmers to code online
Stars: ✭ 50 (+108.33%)
Mutual labels:  ace
Ace3
Open-source realism mod for Arma 3
Stars: ✭ 798 (+3225%)
Mutual labels:  ace
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+241.67%)
Mutual labels:  ace
React Ace
React Ace Component
Stars: ✭ 3,342 (+13825%)
Mutual labels:  ace
json-to-go
将json生成go的数据结构。Online tool that convert JSON to Go.
Stars: ✭ 16 (-33.33%)
Mutual labels:  ace
streamlit-ace
Ace editor component for Streamlit.
Stars: ✭ 130 (+441.67%)
Mutual labels:  ace
ace-mode-solidity
Ace ( https://ace.c9.io/ ) Edit Mode for Ethereum's Solidity language ( https://solidity.readthedocs.io/en/latest/ ).
Stars: ✭ 25 (+4.17%)
Mutual labels:  ace
menote
A simple, beautiful Markdown editor powered by vue.js, ace, markdown-it. ✨
Stars: ✭ 56 (+133.33%)
Mutual labels:  ace
Django Markdown Editor
Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
Stars: ✭ 423 (+1662.5%)
Mutual labels:  ace
dslforge
A generator of domain-specific language (DSL) editors for web applications and cloud IDEs.
Stars: ✭ 74 (+208.33%)
Mutual labels:  ace
KAM
The ACE Advanced Medical System is nice, but we can do it better, even on a more realistic way and bring it on another level with these addons.
Stars: ✭ 19 (-20.83%)
Mutual labels:  ace
Webside
基于RBAC的完全响应式权限管理系统
Stars: ✭ 19 (-20.83%)
Mutual labels:  ace
Ace tao
ACE and TAO
Stars: ✭ 472 (+1866.67%)
Mutual labels:  ace
Ace Diff
A diff/merging wrapper for Ace Editor built on google-diff-match-patch
Stars: ✭ 257 (+970.83%)
Mutual labels:  ace

Ace in Elm

This package is for Ace component rendering. It is based on the ace project.

Basic Usage

content : Html msg
content =
   Ace.toHtml
      [ Ace.theme "monokai"
      , Ace.mode "lua"
      , Ace.value ""
      ] []

Important: This library don't load any ace library and you should add it youself in the index.html.

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].