Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stla/aceEditor
- Owner: stla
- License: other
- Created: 2020-10-09T21:15:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T09:48:54.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T20:51:46.043Z (about 1 month ago)
- Topics: ace-editor, htmlwidgets, r, reactr, rstudio
- Language: JavaScript
- Homepage:
- Size: 18.5 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.note
Awesome Lists containing this project
- awesome-shiny-extensions - aceEditor - Ace editor as an HTML widget based on react-ace. (UI Components / Editor)
- jimsghstars - stla/aceEditor - A second editor in RStudio. (JavaScript)
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.