You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,16 @@ I have put together a few libraries and tools to make a convenient "all in one"
6
6
7
7
[Marked.js](https://github.com/chjj/marked) is awesome for markdown preview and [Highlight.js](https://highlightjs.org/) is a must for easy code viewing with colors highlighting. The [Bootstrap-Markdown](http://www.codingdrama.com/bootstrap-markdown/) is a really great and simplified WYSIWYG editor which was simply missing integration with AngularJS and so I created a Directive to handle that. For all of these great tools, we will use their AngularJS version for easier integration (for example `Marked.js` and `Angular-Marked`)
8
8
9
+
## Demo
10
+
[Live Plunker demo](http://plnkr.co/AFxN7uiwkZlJ9OMZwXey) or take a look at the demo under the folder [example](https://github.com/ghiscoding/angular-markdown-editor/example).
_Some of the dependencies were added by hand to this package (because they don't all exist on NuGet). For those, you could get latest version and install them yourself as well._
You can use any of the [Bootstrap-Markdown Options](http://www.codingdrama.com/bootstrap-markdown/) by passing them as an object to the `markdown-editor` directive attribute.
30
33
Like this: `<textarea markdown-editor="{'iconlibrary': 'fa'}"...`
31
34
@@ -35,7 +38,7 @@ or multiple options
35
38
```
36
39
37
40
### Editor extra buttons
38
-
I really thought that some buttons were missing to go a great job (Strikethrough & Table). So I added them to the directive, they are not enabled by default, so you will need to enable them manually if you do want to use them.
41
+
I really thought that some buttons were missing to go a great job (**Strikethrough**&**Table**). So I added them to the directive, they are not enabled by default, so you will need to enable them manually if you do want to use them.
*[jQuery](http://jquery.com/)_(required for Bootstrap-Markdown editor)_
53
56
54
-
## Demo
55
-
[Live Plunker demo](http://plnkr.co/AFxN7uiwkZlJ9OMZwXey) or take a look at the demo under the folder [example](https://github.com/ghiscoding/angular-markdown-editor/example).
0 commit comments