Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stla/aceEditor

A second editor in RStudio.
https://github.com/stla/aceEditor

ace-editor htmlwidgets r reactr rstudio

Last synced: 27 days ago
JSON representation

A second editor in RStudio.

Awesome Lists containing this project

README

        

# aceEditor

**A second editor in RStudio!**

This package makes available the *Ace editor* as a HTML widget.

![](https://raw.githubusercontent.com/stla/aceEditor/main/inst/screenshots/aceEditor.gif)

![](https://raw.githubusercontent.com/stla/aceEditor/main/inst/screenshots/aceEditor_browsable.png)

It also makes available the *Ace diff editor*, which highlights the differences
between two files:

![](https://raw.githubusercontent.com/stla/aceEditor/main/inst/screenshots/aceDiffEditor.png)

**Related project:** [monaco](https://github.com/stla/monaco), the Monaco
editor as a HTML widget. The Monaco editor has more features for JavaScript,
CSS, and related languages (JSX, SCSS, TypeScript). The Ace editor has support
for more languages.