typedoc-plugin-markdown icon indicating copy to clipboard operation
typedoc-plugin-markdown copied to clipboard

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

Results 90 typedoc-plugin-markdown issues
Sort by recently updated
recently updated
newest added
trafficstars

[Docusaurus has the ability to tabulate markdown](https://docusaurus.io/docs/markdown-features/tabs). Given that TypeDoc's default is to tabulate call signatures, why not do the same for the plugin? Of course, the feature should be...

Dear @tom-grey, @Vinnl , @cancerberoSgx , @tusharmath , @jrylan Nice work. I am using sphinx-docs and could be nice if same plugin wwill exist for .rst file. Best Regards, Youssef

documentation

Hi, Is it possible to document interface parameters like function properties as a table instead of listed one by one. The reason I'm asking is that, I'm using typedoc to...

next

Hello, thanks for the plugin! This is just a suggestion/feature-request. It would be helpfull, if one can see at a glance, how the generated outpout and rendered output/theme/design looks like....

documentation

Surfacing this option: https://docusaurus.io/docs/sidebar/items#expanded-categories-by-default

### Problem With this plugin, if I click MyInterface, `/package.MyInterface` is in the next page's URL. If I reload, it works. However, I'm using docsearch, and Algolia indexes normalize crawled...

Thanks so much for the plugin! Found an issue, thanks in advance for the help! Related to: https://github.com/tgreyuk/typedoc-plugin-markdown/issues/281 Minimal example: https://github.com/amandaghassaei/typedoc-plugin-markdown-bug typedoc: 0.23.16 typedoc-plugin-markdown: 3.13.6 For the function: ```ts /**...

Hello! Thanks for maintaining the `docusaurus-plugin-typedoc`. It has suited my needs well. Recently I've wanted to generate the docs through this plugin without running a full `docusaurus build`, because all...

Hello! I have found a need to generate the api reference docs without running a full docusaurus build. I was able to symlink this change locally and test it on...

I'm writing Vue 3's Component Library, which has some hooks (the TS function) . The comments within the component are parsed by the AST and extracted into a Markdown file...

next