showdownjs / ng-showdown

Angular integration for Showdown
BSD 3-Clause "New" or "Revised" License
105 stars 33 forks source link

Angular 2 future? #30

Open ciel opened 7 years ago

ciel commented 7 years ago

Are there any plans to upgrade this tool for angular 2? Or is ng1 the final version?

I'm simply working on planning my upgrade strategy, and trying to discern both feasibility and timeline. showdownjs, and more specifically, ng-showdown, is an extremely integral part of my project, if not one of the most important parts of it.

If there are no plans to do it, are you open to accepting community contributions that get it ported to ng2? If you're not planning to do it, I may try to take the task upon myself.

SyntaxRules commented 7 years ago

I don't have any plans to make an angular 2 version of this tool. It would be great to have though! I'm definitely open to any contributions from the community to make an angular 2 version.

The angular 2 version would likely live in this repo, replacing the angular 1 version. This would probably be v2.0.0 of ng-showdown. @tivie have you put any thought into this?

Peter554 commented 5 years ago

I'm using showdown in an angular 7 app here -https://github.com/Peter554/angular-markdown-demo. You may be interested to look there.