-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to discuss some improvements I made #6
Comments
Wow. Great stuff! I'm fine with switching to TypeScript. That would be great. If you do that, take a look at the latest plugins in TypeDoc. He's now doing them using a class with decorators instead of the function for the plugin like I'm doing. |
Oh thats interesting... Thank you. Have you any links about that topic (did not yet find decorators in his documentation)? Is there a thread in which you read that? Where can I find a sample plugin? |
I was wondering if 0815fox's code was ever merged or created elsewhere. I would really like to have the automatically generated from typescript portion! Thanks! |
No, a pull requested was never submitted. |
Dang...thanks for the quick response! |
His branch is public so maybe you can just use that: https://github.com/0815fox/typedoc-plantuml |
Thanks - I found this too https://www.npmjs.com/package/typedoc-plantuml-extended which looks like the same thing. |
Of course you can use it. I stopped working on it because other things became more important in our small business (3 people working on our project). I didn't submit a pull request because of the mentioned change in the way plugins are loaded. |
I just wanted to let you know that the package typedoc-plantuml-extended posted by @slollar, which is the extension created by @0815fox is working with the latest 0.15.0 typedoc. And so does the original typedoc-plantuml package by @meirgottlieb. |
Hi Gottlieb!
First thank you for this nice idea and the very nice work. I did not even know about
PlantUML
.It's an honor to write the first ticket here. I forked your project and did some improvements, which I'd like to discuss about. Also I would like to know, whether you were interested to work together on this.
What I did so far:
(Sorry, working on a business project - I am not allowed to share the fancier class diagrams, but it works - even multiple implements/extends-paths...)
Some other things to mention:
What still is open, before I submit a pull request:
Thank you for your feedback :-)
Greetings,
Michael
The text was updated successfully, but these errors were encountered: