/mollusc-text-editor

Mollusc Text Editor

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Mollusc Text Editor

  • Molluc text editor is a small Electron project, made to learn some JavaScript and some other technologies
  • It's not intended for daily use at all, it's just a bit of fun :)
  • Credit in part to /u/hobbit_lamp for the application's icon
  • This project is largely unmaintained, and is only occasionally updated for security patches, but maybe I'll revisit it one day?

Installing: (Source)

  • git clone https://github.com/stuarthayhurst/mollusc-text-editor.git
  • cd mollusc-text-editor
  • npm install
  • Follow the steps in the next section, skipping the download step

Installing: (Package)

  • Download the package from Releases
  • Install the .deb with sudo apt install ./[Downloaded-package.deb]
  • Or, run the AppImage for a self-contained solution

Updating:

  • git pull
  • npm update
  • Use your normal method to run / install the program

Running without building:

  • Follow the steps in the source installation section
  • npm run start

Building:

  • Follow the steps in the source installation section
  • npm run dist