Git Product home page Git Product logo

oed-dev's Introduction

OED (Open, Edit, and Download)

Japanese version

What is this

OED is an application that edits text and code, which is implemented only by Web technologies (HTML, CSS, and JavaScript). A Web App that can be installed offline on a device like OED is called a Progressive Web Application (PWA). We are developing OED mainly for Chromebook (or Chromium OS and its based OS) users.

Project goals

  • Make OED a practical text code editor.
    • Add functionality.
    • Fix the defect.
    • Maintain.

Features of OED

  • It is a progressive web app.
    • It does not depend on a specific OS or browser.
  • No distribution server is selected.
    • All processing is done in the browser.
    • It does not depend on a particular hosting service.
  • Works offline.
    • It caches the files needed for operation locally.
  • Updates automatically in the background.
    • Always keep the version of the delivery server.
  • Does not require special permissions.
    • This is to prevent unnecessary access to your browser, OS, and hardware.
  • Do not use cookies.
    • Use IndexedDB instead.
  • Open source software.
    • Open source software.

Disadvantages of OED

  • There is no Save file.
    • We have prepared a Download file instead.

System requirements

  • OS
    • Chrome OS (Main target, Tested)
    • Linux (Reported to work)
    • Windows (Tested)
    • Mac
    • Android (Tested, but unstable)
    • iOS
    • iPadOS
  • Browser
    • Chrome (Version 63 or higher, Main target, Tested)
    • Firefox (Version 67 or higher)
    • Edge (Version 79 or higher)
    • Safari (Version 11.1 or higher)

List of libraries and frameworks used

License

This program is open source software; it is distributed under the MIT License.

How to use

How to try immediately

How to try locally

  1. Clone this repository.
  2. Change to the public directory.
    • cd oed-dev/public/
  3. Start the HTTP server.
    • python3 -m http.server --bind 127.0.0.1 8080
  4. Open localhost:8080 in your web browser.

Please try.

Contact information

  • 龍興 尚幸 (Tatsuoki, Takayuki): Project leader

Feel free to.

oed-dev's People

Contributors

tatsuokitakayuki avatar

Watchers

 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.