angular-pagedown
angular-pagedown copied to clipboard
A pagedown editor (used in StackOverflow) for AngularJS
Insert image link is not working and I have also written one blog on medium on how to implement this step by step with images.
Hello. Is there any way of adding a profanity filter?
This is a great component. If anyone is familiar with adding highlighters?
Is this supports two-way binding? Means if we are giving html back to editor,will it convert to markdown?
Hi all, I have done a modal dialog for the insert image hook. Now I am looking to do the same with the insert hyper link dialog so it will...
Turns out calling $setViewValue in newElement’s ng-change( the scope.changed() ) would automatically call the user’s own ng-change, no need to do scope.$parent.$eval(attrs.ngChange) by ourselves. Correct: http://plnkr.co/edit/0vOkOmm9z4yCZY3ATuFp?p=preview
I'm wondering why "overrides" Markdown files are not included in package bower.json, but I need to add it manually . Is there any reason ?