CyCode (formerly known as Studios Code and the word being a portmanteau of "Cyril Code") is an HTML editor, Markdown editor, and WYSIWYG editor with a primary focus on web development. It is written in HTML, CSS, and JavaScript. It was created and developed on December 23, 2021, by Cyril John Magayaga.
Warning
Strict No LLM / No AI Policy. No LLMs for issues. No LLMs for pull requests.
| HTML | CSS | JavaScript | Markdown | WYSIWYG |
|---|---|---|---|---|
| Yes | Yes | Yes | Yes | Yes |
| Windows | Linux (Linux Distros) | macOS |
|---|---|---|
| Yes | Yes | Yes |
Several quick start options are available:
-
Clone the repo:
-
Git:
git clone https://github.com/Magayaga/CyCode.git -
GitHub Desktop:
gh repo clone Magayaga/CyCode -
Windows:
- Step 1:
Download the latest release - Step 2: Open File Explorer and find the compressed folder.
- Step 3: To unzip the entire folder, right-click to select Extract All, and then follow the instructions. You can also select Extract All from the command ribbon.
- Step 4: To decompress a single file or folder, double-click the compressed folder to open it. Then, drag or copy the item from the compressed folder to a new location.
- Step 1:
-
# Download the CyCode
$ git clone https://github.com/Magayaga/CyCode.git
# Change directory
$ cd CyCode
# Install all packages in npm
$ npm install
# Build and run a electron framework application
$ npm run cycode
Change directory, download, and npm:
$ cd docs\vanilla-typescript
$ npm install
$ npm run startYou can install this package with npm.
# Could it be an older or newer version?
npm install --save-dev electron
npm install --save-dev electron-packagerCopyright ยฉ2021-2026 Cyril John Magayaga. All rights reserved.
Licensed under the MIT license.