Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.68 KB

README.md

File metadata and controls

75 lines (50 loc) · 1.68 KB

React .txt File Markdown

A React based text editor with live markdown rendering. Upload and download .txt files and save content to browser cache.

Demo

Click here for a demo, hosted by GitHub Pages.

react-text-editor

Sample.txt

Supported markdown examples:

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

**This is bold text**
_This is italic text_
_**This is bold italic text**_

| Sample | Header |
| ------ | ----------- |
| about | Insert your data into tables |
| easy | Use brackets to create cells |

> This is a blockquote.

- Unordered
- List
- Items 

1. This
1. Ordered
1. List

It also supports [links](https://google.com) and images.

![Picsum](https://picsum.photos/600/300)

Available Scripts

In the project directory, you can run:

npm install

Install the prerequisite Node modules.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!