Mike Patterson

Results 14 comments of Mike Patterson

I wrote a TypeDoc plugin that I think might solve this need: [https://github.com/mipatterson/typedoc-plugin-pages](https://github.com/mipatterson/typedoc-plugin-pages) Live demo [here](https://mipatterson.github.io/typedoc-plugin-pages/)

The `markdown-page.hbs` file is the theme's handlebars template for rendering pages generated by this plugin. @alexandercerutti, could you double check that that file exists in `/node_modules/typedoc-plugin-pages/dist/theme/v2/templates`? If that file is...

@alexandercerutti Sorry for the slow response. I've had a surprisingly small amount of time to dedicate to this project in 2020, considering quarantine. I think it's likely that you're running...

Could you describe your use case? It seems like sub-modules would belong in a different page group.

My concern here is that this plugin will never (and should never be expected to) perform every function that other plugins provide. It's just not sustainable. That being said, I...

@francoisromain thanks for reporting this! I'm working on a fix now.

@francoisromain I'm actually having difficulty reproducing the issue locally. I also checked out your camino-api repo, where you mentioned this issue, but the pages in that repo with accents in...

@francoisromain Seems like this feature might be particularly useful in SEO scenarios. What do you think of the following acceptance criteria for this feature? - Add a new `slugifyUrls` boolean...

I definitely think it needs to be optional. Otherwise the `output` property would effectively be useless and users would lose the ability to have total control over the page name,...

Hey @IchZerowan! I will work on some documentation for the best way to handle images.