Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Abusayid693 committed Jul 29, 2021
1 parent caeba2d commit cbab32a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .breakpoints
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"README.md": [
{
"id": "11ab7c50-1338-40f8-be43-71978d466da8",
"line": 17,
"version": 810,
"index": 270
"line": 35,
"version": 1430,
"index": 1225
}
]
}
Expand Down
57 changes: 56 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
![](https://i.imgur.com/EpGyFsb.png)

# TYPE-WRITER

<p>
<a href="https://www.npmjs.com/package/color-calendar">
<img src="https://img.shields.io/npm/v/color-calendar?style=flat-square" alt="npm version" />
</a>
<a href="https://www.npmjs.com/package/color-calendar">
<img src="https://img.shields.io/npm/dw/color-calendar?style=flat-square" alt="npm downloads" />
</a>
<img src="https://img.shields.io/bundlephobia/min/color-calendar?style=flat-square" alt="size" />
<a href="https://www.jsdelivr.com/package/npm/color-calendar">
<img src="https://data.jsdelivr.com/v1/package/npm/color-calendar/badge" alt="jsdelivr" />
</a>
<img src="https://hitcounter.pythonanywhere.com/count/tag.svg?url=https%3A%2F%2Fgithub.com%2FPawanKolhe%2Fcolor-calendar" alt="Hits">
<img src="https://img.shields.io/npm/l/color-calendar?style=flat-square" alt="license" />
</p>

Type writer is a modern documentating Application with support of prefix-edit-text.

Get youtube [demo]() here
## Contents:
- [About The Project]()
- [Features]()
- [Project Starter]()
- [Getting Started]()
- [Deployment]()
Expand Down Expand Up @@ -77,3 +96,39 @@
└── README.md
</pre>

---
# 🚀 Features
## [Prefix edit text support]()

### Heading tags
For heading user can use prefix "#"


Prefix " # " -- For H1 tags
prefix " ## " -- For H2 tags
prefix " ### " -- for H3 tags
prefix " #### " -- for H4 tags.
`user must press Space after entering prefix`
### Lists tags
#### Unordered Lists

prefix " - " -- for Unordered Lists elements
#### Ordered Lists

prefix " Numerical digits " -- for Ordered Lists elements
`user must press Space after entering prefix`



### Eqation formatting
The eqation formating features supports all Algebric, triagnometric and metrix formatting, following with prefix " $ ".

#### 1. Algebric equations

#### 1. Tragnometric and equations

#### 1. Matrices



0 comments on commit cbab32a

Please sign in to comment.