Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rioastamal committed Mar 18, 2019
1 parent 13b772d commit 2bc3f77
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## About Kapur
## Kapur Markdown Editor

Kapur is lightweight Markdown editor with syntax highlighting and instant preview capability. It has two main windows -- left is used for editor and the right one is used for Markdown preview. Kapur is built on top of ShowdownJS for Markdown parser and CodeMirror for syntax highlighting.
[Kapur](https://github.com/rioastamal/kapur/) is lightweight Markdown editor with syntax highlighting and instant preview capability. It has two main windows -- left is used for editor and the right one is used for Markdown preview. Kapur is built on top of ShowdownJS for Markdown parser and CodeMirror for syntax highlighting.

Kapur Markdown Editor support following features.

Expand Down Expand Up @@ -46,6 +46,16 @@ You can try to open file `build/kapur.html` using web browser.

## FAQ

### What Browser does Kapur support?

Kapur should works in all major modern browsers such as Safari, Chrome, Firefox and others. It has been tested with the following browsers.

1. Safari 11.1.2 on MacOS High Sierra
2. Firefox 65.0.1 on MacOS High Sierra
3. Chrome 73 on MacOS High Sierra

If you have problem running Kapur on your browser, please report.

### Can I use Kapur without internet?

Yes, absolutely. This is the main reason I develop Kapur. Just open `kapur.html` using your favorite browser and start writing in Markdown.
Expand Down

0 comments on commit 2bc3f77

Please sign in to comment.