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

Add custom partials and templates

Open dustinboss opened this issue 3 years ago • 2 comments
trafficstars

Just after I finished this, I noticed the next branch which totally refactors the templating process, so this solution won't work once you roll that out. However, here's a pull request to allow a user to easily customize partials and templates by providing their own files as options.

Example usage in typedoc.js

{
    customPartials: {
          'member.sources': '/path/to/my/custom/member.sources.hbs'
        },
        
        customTemplates: {
          'reflection: '/path/to/my/custom/reflection.hbs'
        }
}

dustinboss avatar Oct 23 '22 19:10 dustinboss

apologies been busy on other stuff. will try and have a proper look at this, however like you saying hoping to resolve this issue in the next major release.

tgreyuk avatar Dec 01 '22 22:12 tgreyuk

Great feature. Looking forward to implementing this!

oleksiisurnin avatar Aug 31 '23 08:08 oleksiisurnin

https://www.typedoc-plugin-markdown.org/docs/customizing-output

tgreyuk avatar May 03 '24 16:05 tgreyuk