Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/markdown-editor-typescript
Creating a Markdown Editor with TypeScript
https://github.com/belchenkov/markdown-editor-typescript
boostrap4 chain-of-responsibility-pattern css3 html5 typescript visitor-pattern
Last synced: 13 days ago
JSON representation
Creating a Markdown Editor with TypeScript
- Host: GitHub
- URL: https://github.com/belchenkov/markdown-editor-typescript
- Owner: Belchenkov
- Created: 2020-04-01T15:07:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T13:33:41.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T18:45:10.442Z (2 months ago)
- Topics: boostrap4, chain-of-responsibility-pattern, css3, html5, typescript, visitor-pattern
- Language: TypeScript
- Homepage: http://ts-markdown-ab.surge.sh
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Markdown Editor TS
> Creating a Markdown Editor with TypeScript
Demo: ts-markdown-ab.surge.sh
### Usage:
```
git clone
```cd project:
```
tsc --target ES5 --experimentalDecorators
``````
open index.html
```