Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kholid060/MkDown2
Online markdown editor
https://github.com/Kholid060/MkDown2
markdown markdown-editor vue vuejs
Last synced: 5 days ago
JSON representation
Online markdown editor
- Host: GitHub
- URL: https://github.com/Kholid060/MkDown2
- Owner: Kholid060
- License: mit
- Created: 2020-04-16T05:31:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T01:05:36.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:42:55.270Z (3 months ago)
- Topics: markdown, markdown-editor, vue, vuejs
- Language: Vue
- Homepage: https://mkdown.vercel.app
- Size: 1.26 MB
- Stars: 129
- Watchers: 4
- Forks: 20
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - MkDown - `Online markdown editor` *by [Ahmad Kholid](https://github.com/Kholid060)* (M)
- made-in-indonesia - MkDown - `Online markdown editor` *by [Ahmad Kholid](https://github.com/Kholid060)* (M)
README
![image](./public/image.png)
# MkDown
MkDown is an online markdown editor built with [vueJs](https://vuejs.org)
> Demo [here](https://mkdown.vercel.app)
## Feature
- Import Markdown file from your pc
- Import your HTML file and convert it to markdown
- Export your document as a Markdown file, HTML or HTML styled fileAnd I think that's it
## Project setup
### Docker
#### Help
```
make
```#### Compiles and hot-reloads for development
```
make dev
```
go to http://localhost:3000#### Compiles and minifies for production
```
make build
```#### Run production server
```
make production
```
go to http://localhost:4127### Node
```
yarn
```#### Compiles and hot-reloads for development
```
yarn dev
```#### Compiles and minifies for production
```
yarn build
```#### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).