showdownjs / ng-showdown

Angular integration for Showdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 future?

ciel opened this issue · comments

commented

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.

commented

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?

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