File | Date | Author | Commit |
---|---|---|---|
assets | 2021-07-23 |
![]() |
[343e3f] Add files via upload |
build | 2021-07-23 |
![]() |
[2fddee] Initial commit |
menu | 2021-07-23 |
![]() |
[2fddee] Initial commit |
output | 2021-07-23 |
![]() |
[2fddee] Initial commit |
src | 2021-07-23 |
![]() |
[2fddee] Initial commit |
views | 2021-07-23 |
![]() |
[2fddee] Initial commit |
.DS_Store | 2021-07-23 |
![]() |
[2fddee] Initial commit |
.gitattributes | 2021-07-23 |
![]() |
[6c9fd0] Initial commit |
.gitignore | 2021-07-23 |
![]() |
[2fddee] Initial commit |
README.md | 2021-07-23 |
![]() |
[8cc744] Update README.md |
_config.yml | 2021-07-23 |
![]() |
[2fddee] Initial commit |
debian.json | 2021-07-23 |
![]() |
[2fddee] Initial commit |
dev-app-update.yml | 2021-07-23 |
![]() |
[2fddee] Initial commit |
main.js | 2021-07-23 |
![]() |
[2fddee] Initial commit |
package-lock.json | 2021-07-23 |
![]() |
[2fddee] Initial commit |
package.json | 2021-07-23 |
![]() |
[2fddee] Initial commit |
A fully fledged text editor built with Electron.
Flexible, minimal and comfortable text editor.
Suside is a code editor which can do in a normal editor, but there are
differences that made Suside unique.
The following features that made Suside unique are
* Built-in HTML previewer. This feature doesn't exist in other code editor and Suside has one to preview it without going into your browser for debugging.
* Console. Other code editors don't have one except IDEs.
Here, Suside provides a console without going into your
terminal for debugging.
* Discord Rich Presence. Other code editors require you to install third-party extensions for Discord Rich Presence to see what you are working. In Suside, you don't need a third-party extension to do Discord Rich Presence, because it is built-in!
To get started, you must have the following.
* Node.js version 7.9
* npm version 1.0.x
* Electron 13.1.17
Next, you got to clone the repository, change the directory to suside, and installing all dependencies by typing this line
# Clone the repository
$ git clone https://github.com/zeankundev/suside
# Change it to suside on where we clone it
$ cd suside
# Installing all dependencies
$ npm install
Now, this is where all the fun begins. Type this line in your terminal after installing all the dependencies.
$ npm start
Have fun hacking on Suside! 🥳🎉
These are references for scripts to do certain commands. Here are some list. Just run npm run <script>
* buildwin
- Makes the Windows version of Suside. Output is on the build
folder
* buildmac
- Makes the Mac version of Suside. Output is still in the build
folder
* buildlinux
- Makes the Linux version of Suside. Output is still in the build
folder
* builddeb
- Compiles the Linux version of Suside into a .deb formate. You have to run buildlinux
command before running this.