Coder Social home page Coder Social logo

vaginessa / easyeditor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from easyeditor-dev/easyeditor

0.0 2.0 0.0 1.85 MB

Simple source code editor for web

Home Page: https://easyeditor.herokuapp.com

License: Other

Python 20.69% Shell 0.75% CSS 0.62% JavaScript 24.10% HTML 53.84%

easyeditor's Introduction

Easyeditor

Deploy Build Status Coverage Status

Just do it!

Korean translation

This is easy and simple web editor. This is useful if it is bothersome to install the editor to coded as usual.

Major function

  • Major programming language syntax highlighting
  • Code saving
  • Load saved code
  • Operate in mobile
  • Change font size in editor
  • Apply various color theme
  • Can compile C codes.

For Development

$ git clone https://github.com/maxtortime/EasyEditor.git
# Install python3, pip, virtualenv, bower
$ virtualenv -p $(which python3) venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
$ bower install
$ python3 easyeditor.py

Translation

Basic language is Korean. Please wrap Korean words by _(한국어 문장) in HTML. Python example is following.

gettext(u'A simple string')
gettext(u'Value: %(value)s', value=42)
ngettext(u'%(num)s Apple', u'%(num)s Apples', number_of_apples)

After wrapping Korean words, Please invoke following commands.

$ pybabel extract -F babel.cfg -o messages.pot .
$ pybabel init -i messages.pot -d translations -l 'iso lang code ex) en,ja'
# Translate messages.po file at translations directory.
# Automatically running at deployment
$ pybabel compile -d translations 

easyeditor's People

Contributors

kangslee avatar kcassia avatar maxtortime avatar pyup-bot avatar

Watchers

 avatar  avatar

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.