omnis-jodit
Omnis Studio with Jodit WYSIWYG simple to use rich text editor with best filebrowser and minimal interface.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2022-03-13 |
| Downloads | 0 |
| Last Indexed | 2026-08-04 04:52 |
Installation
nimble install omnis-jodit
choosenim install omnis-jodit
git clone https://gitlab.com/rton/omnis-jodit
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| omnis-jodit | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/rton/omnis-jodit |
|---|---|
| Homepage | https://gitlab.com/rton/omnis-jodit |
| Registry Source | gitlab |
README
omnis-jodit
Omnis Studio 10.1 with Jodit Open Source WYSIWYG editor written in pure TypeScript without using additional libraries.
Omnis Studio : https://www.omnis.net/ Jodit v.3 : https://xdsoft.net/jodit/
Requirements
- [ ] Omnis Studio 10.1
- [ ] JQuery
Visuals

Installation
- Close Omnis Studio first.
- Place the net.omnis.jodit folder in \ html \ controls of your Omnis Studio.
- Copy the files from the css folder to the \ html \ css folder of your Omnis Studio.
- Copy the files from the scripts folder to the \ html \ scripts folder of your Omnis Studio.
- Add the following lines to your \ html \ jsctempl.htm file
Below meta tag
<script type="text/javascript" src="scripts/jquery.min.js"> </script>
Below CSS line
<link type="text/css" href="css/jodit.css" rel="stylesheet"/>
Below JavaScript line
<script type="text/javascript" src="scripts/jodit.js"> </script>
<script type="text/javascript" src="scripts/config.js"> </script>
<script type="text/javascript" src="scripts/ctl_net_omnis_jodit.js"> </script>
- Start Omnis Studio
- Open the library
Usage
Specialized for word processing for most of documents
Collaboration
I'm open for collaboration, feel free to contact me.
Support
You can contact me from my Github account : R-ton, or my GitLab account : Rton, or give an issue directly from this repository.
Roadmap
- [ ] Test and bug reporting
- [ ] Correction
- [ ] Development
- [ ] [ ] Configure toolbar option
- [ ] Uprade to Omnis Studio 10.2
Contributing
You can contribute by reporting bugs, making suggestion for enhancements on the issues panel, or pull requests.
Authors and acknowledgment
I feel grateful for those who contributes in this project. Please feel free to make suggestions.
License
Under MIT License.
Project status
This version is ready to be used but some bug features may happen.