Skip to content

ciatph/wysiwyg-list-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wysiwyg-list-editor

wysiwyg-list-editor allows users to encode rich text and preserve its formatting in HTML tags.

It's main goal is to allow creative unconvenstional, inconsistent ways of writing bullet lists and preseve their formatting as HTML list <ul> and <li> tags, which can serve as CLEAN input to other services.

This app is inspired to solve the inconsistencies mentioned in dealing with bullet list text on excel files in the excel-parser-uploader mini project.

Online Demo

Installation

  1. Clone this repository.
    https://github.com/ciatph/wysiwyg-list-editor.git

  2. Read the instructions on the README files inside the /server and /client directories for more information on configuring and using the client and backend.

@ciatph
20221211