Skip to content
Okerew edited this page Jul 7, 2024 · 28 revisions

Welcome to the okraleditor wiki!

This is basicly a more detailed documentation.


Editor built on top of js library ace - https://ace.c9.io/ and electron - https://www.electronjs.org
Browser version uses cookies for some features, for now only saving config
Some Icons are from uxwing, iconfider.com, svg repo.
Median.co used for emulating the website to an android app
Download


How to use

To start coding add tab or open a folder/file.
To see the output of running things open developer tools and navigate to console.
Unless on android then output will be shown.


Repos

  1. This one, main okraleditor repo
  2. oce-servers, backend servers for okraleditor
  3. okraleditorlibs, repository where extensions for the browser version are hosted
  4. android_app version website is hosted on https://hill-dazzling-number.glitch.me/

Notes

  1. Because of how Mac OS is built you will need to reinstall the editor every uptade.
  2. In documents on desktop there should be a folder called OCE if not create it and in it Extensions, Config.
  3. If you are running on the desktop any server it is most likely working if the editor didn't output anything to make sure check the servers address
  4. You will have to enable system extensions on Mac OS for it to work.
  5. When using the browser version and running c++ or python there might be a neeed to wait for the running servers to load
Clone this wiki locally