Gerrit Birkeland
Gerrit Birkeland
This is a fairly simple change: - In [utils/options/declaration.ts](https://github.com/TypeStrong/typedoc/blob/master/src/lib/utils/options/declaration.ts#L48) add the option to the `TypeDocOptionMap` interface - In [utils/options/sources/typedoc.ts](https://github.com/TypeStrong/typedoc/blob/master/src/lib/utils/options/sources/typedoc.ts) declare the option - In [converter/plugins/CategoryPlugin.ts](https://github.com/TypeStrong/typedoc/blob/master/src/lib/converter/plugins/CategoryPlugin.ts) check the option and use...
#1039 has improved our support for computed property names, but not fully solved the issue. To properly handle this, we would need to add a new property to declaration reflections...
This is something I'd like to include in TypeDoc itself, but will probably be a part of the guides work that's planned for 0.24, probably won't happen for a while...
Ah shoot, that's a leftover from before we switched to prettier, so there wasn't a `&& npm run prettier` in the lint command, `--fix` is still correct for eslint... don't...
Add GitHub link and/or link to the project site (instead of the typedoc site), to the default theme?
Seems like a reasonable request, I think the links in the header should really be user configurable - there isn't an easy way to guess what they should be, some...
This isn't possible right now with the default theme, but it would be a neat feature to have.
This would be a neat bit of functionality to support. I think we should eventually be able to do this... it's a ways off though. Some information in the reflections...
I think with 0.20 we're a lot closer to being able to do this in TypeDoc itself. Missing items I can think of initially: - `files` / `directories` on `ProjectReflection`...
Considering this is the first request for it I've seen packages mode was introduced 4 months ago, it's not very high on my priority list... it is something I'd like...
I spent a bit of time looking at this today, and it's unfortunately a *very* thorny problem. TypeDoc already has memory issues when running in packages mode with moderately sized...