An open API service indexing awesome lists of open source software.

https://github.com/probablyarth/ezedit

Edit Docx for free! A markdown based docx editor webapp, submission for slingshot challenge #7
https://github.com/probablyarth/ezedit

docx editor javascript msword

Last synced: 4 months ago
JSON representation

Edit Docx for free! A markdown based docx editor webapp, submission for slingshot challenge #7

Awesome Lists containing this project

README

          

# EzEdit

Edit Docx for free

## Problem Statement

We all know how to edit documents on Word. However, to date, there's no good open source implementation of a .docx editor in npm/javascript. Most solutions out there are paid -- the goal is to make something better and free for the world to use.

## Solution

A webapp with rich text editor to edit the docx file and translate that to html and ability to download as docx file.

Still there are a lot of missing formattings like equations, videos due to lack of library support, but it works good as a general document editor.

[Youtube Demo](https://youtu.be/12Mw8mDX4GQ)

## Running locally

Clone the repo, cd into the project folder then run

```
yarn dev
```

and open `localhost:3000` on your browser