3.3.5 • Published 8 months ago

typedoc-plugin-mdn-links v3.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

typedoc-plugin-mdn-links

Adds support for linking references to global types like HTMLElement, WebAssembly, and Date to their documentation pages on MDN.

If you're explicitly referencing a type in a comment, you can use {@link !HTMLElement} or {@link HTMLElement} to have it processed by this plugin.

If you set --logLevel Verbose, it will print out when failing to resolve a symbol to a page on MDN. Pull requests to fix failed resolution are welcome!

Supports TypeDoc 0.23.14 through 0.26.x.

Options

  • resolveUtilityTypes

    Defaults to true. If set, will resolve links to Partial, Omit, etc. to their documentation on the TypeScript website.

  • additionalModuleSources

    Defaults to []. Specifies additional node_modules packages to attempt to resolve links to MDN from. By default, resolves types declared in the typescript, @types/web, and @webgpu/types packages. You should only need to set this option if using an unusual type package to define globally available types.

Changelog

See full changelog here.

3.3.5

8 months ago

3.3.1

9 months ago

3.3.0

9 months ago

3.2.12

9 months ago

3.3.4

8 months ago

3.3.3

8 months ago

3.3.2

9 months ago

3.2.11

10 months ago

3.2.2

12 months ago

3.2.1

12 months ago

3.2.0

12 months ago

3.2.6

11 months ago

3.1.27

1 year ago

3.2.5

11 months ago

3.2.4

11 months ago

3.1.29

1 year ago

3.2.3

11 months ago

3.1.28

1 year ago

3.1.30

1 year ago

3.2.9

10 months ago

3.2.8

10 months ago

3.2.7

11 months ago

3.2.10

10 months ago

3.1.26

1 year ago

3.1.25

1 year ago

3.1.24

1 year ago

3.1.23

1 year ago

3.1.22

1 year ago

3.1.21

1 year ago

3.1.20

1 year ago

3.1.19

1 year ago

3.1.18

1 year ago

3.1.17

1 year ago

3.1.16

1 year ago

3.1.15

1 year ago

3.1.14

1 year ago

3.1.13

1 year ago

3.1.12

1 year ago

3.1.11

1 year ago

3.1.10

1 year ago

3.1.9

1 year ago

3.1.8

2 years ago

3.1.7

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.6

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.1.0

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago