A React based text editor with live markdown rendering. Upload and download .txt files and save content to browser cache.
Click here for a demo, hosted by GitHub Pages.
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)
In the project directory, you can run:
Install the prerequisite Node modules.
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!