Skip to content

Collaborative Monaco code editor for Edrys-Lite based on YJs

Notifications You must be signed in to change notification settings

edrys-labs/module-monaco-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module Monaco Editor

This is a collaborative code editor for Edrys-Lite.

screen

Usage

Use this URL to add the module to your Edrys-Lite classroom:

https://edrys-labs.github.io/module-monaco-editor/

You may optionally specify any of the following module config, the runCommand is the only setting that is required:

{
    "value": "Starting text in editor...",
    "runCommand": "execute", 
    "language": "cpp",
    "theme": "vs-light" # or "vs-dark"
}

runCommand defines the subject under which the current editor-input will be published. Other modules such as the edrys_module-pyxtermjs can be configured to listen to this specific subject and execute some action when they receive this event.

About

Collaborative Monaco code editor for Edrys-Lite based on YJs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages