GithubHelp home page GithubHelp logo

isuthermography / ndeed-tiny-editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bmaranville/el-tiny-editor

0.0 1.0 0.0 25 KB

electron wrapper for TinyMCE editor

HTML 5.91% JavaScript 79.09% CSS 15.00%

ndeed-tiny-editor's Introduction

NDEed-tiny-editor: Editor for the NDE-ed.org website

To build:

npm install
patch -p0 <tinymce_importcss_ceFalseOverride.patch
cp node_modules/tinymce/plugins/importcss/plugin.js node_modules/tinymce/plugins/importcss/plugin.min.js
npm install
npm start

To run, install node and npm and npm install, then npm start from this directory

on Linux, to install systemwide: sudo npm install -g electron --unsafe-perm=true --allow-root

Can then run from central path with electron <this_directory> [ file_to_open.html ]

To build binary ZIP files:

sudo npm install electron-packager -g electron-packager . NDEed-TinyEditor --platform=linux --ignore="packaged_archives" --arch=x64 --overwrite electron-packager . NDEed-TinyEditor --platform=darwin --ignore="packaged_archives" --arch=x64 --overwrite electron-packager . NDEed-TinyEditor --platform=win32 --ignore="packaged_archives" --arch=x64 --overwrite

export VERSION=1.1.1

cp README.md NDEed-TinyEditor-darwin-x64/ cp README.md NDEed-TinyEditor-linux-x64/ cp README.md NDEed-TinyEditor-win32-x64/ zip -r packaged_archives/NDEed-TinyEditor-$VERSION-win32-x64.zip NDEed-TinyEditor-win32-x64/ zip -r packaged_archives/NDEed-TinyEditor-$VERSION-linux-x64.zip NDEed-TinyEditor-linux-x64/ zip -r packaged_archives/NDEed-TinyEditor-$VERSION-darwin-x64-macos.zip NDEed-TinyEditor-darwin-x64/

To install, download the binary ZIP file and unpack it in a suitable location. You can run the editor by running the "NDEed-TinyEditor" or "NDEed-TinyEditor.exe" binary inside the archive. You can also create a shortcut to this binary.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.