Skip to content

Commit

Permalink
Add extra markdown-editor locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 6, 2016
1 parent 3dba1a9 commit 9b7f664
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-markdown-editor-ghiscoding",
"version": "1.0.7",
"version": "1.0.9",
"author": "Ghislain B.",
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-markdown-editor",
"version": "1.0.7",
"version": "1.0.9",
"author": "Ghislain B.",
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
"main": "app.js",
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Angular Markdown Editor (Directive)
`1.0.7`
`1.0.9`

## What do we have?
In this package you a few libraries and tools to make a more convenient "all in one" WYSIWYG Markdown Editor with preview. All of that with a simple AngularJS Directive call. I plan to use this mainly for online documentation but it could be useful for many other reasons (doc, blog, etc...). Also planning on adding a 1-click button for simple Copy+Paste to email.
Expand All @@ -21,7 +21,7 @@ In this package you a few libraries and tools to make a more convenient "all in

## How to use it?
### Installation
##### [Bower](https://bower.io/search/) _(`angular-markdown-editor` already exist on Bower, so I use a different name)_
##### [Bower](https://bower.io/search/) _(`angular-markdown-editor` already exist on Bower, so I had to use a different name)_
```bash
bower install angular-markdown-editor-ghiscoding
```
Expand Down Expand Up @@ -56,6 +56,9 @@ _NOTE: Unfortunately, the "highlight.js" npm module doesn't seem to have proper
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/highlight.min.js"></script>
<script type="text/javascript" src="../node_modules/angular-highlightjs/src/angular-highlightjs.js"></script>
<script type="text/javascript" src="../node_modules/angular-markdown-editor/src/angular-markdown-editor.js"></script>

<!-- you can add your own locale with this file, if you had new locale please make a PR -->
<script type="text/javascript" src="../node_modules/angular-markdown-editor/src/angular-markdown-editor-locale.js"></script>
```

### Inside the HTML
Expand Down

0 comments on commit 9b7f664

Please sign in to comment.