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
- Host: GitHub
- URL: https://github.com/probablyarth/ezedit
- Owner: probablyArth
- Created: 2022-11-07T13:33:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T14:20:53.000Z (over 3 years ago)
- Last Synced: 2025-04-14T12:58:35.781Z (about 1 year ago)
- Topics: docx, editor, javascript, msword
- Language: Python
- Homepage: https://youtu.be/12Mw8mDX4GQ
- Size: 6.39 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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