You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in watch mode, saving a file should regenerate TypeDoc output while respecting any plugins that might transform that output.
Actual Behavior
When using watch mode with typedoc-plugin-markdown, watch mode regenerates HTML instead of markdown files after changes are saved, and deletes the initially output markdown files.
This looks like a bug in typedoc-plugin-markdown to me. Instead of adding markdown as a custom theme, it tries to overwrite the default theme (which is not intentionally supported) and doesn't do it consistently before each render, just once on plugin load.
This looks like a bug in typedoc-plugin-markdown to me. Instead of adding markdown as a custom theme, it tries to overwrite the default theme (which is not intentionally supported) and doesn't do it consistently before each render, just once on plugin load.
Search terms
watch mode, plugins, typedoc-plugin-markdown
Expected Behavior
When in watch mode, saving a file should regenerate TypeDoc output while respecting any plugins that might transform that output.
Actual Behavior
When using watch mode with
typedoc-plugin-markdown
, watch mode regenerates HTML instead of markdown files after changes are saved, and deletes the initially output markdown files.Steps to reproduce the bug
See https://github.com/wilcoxmd/typedoc-watch-plugin-repro
Environment
The text was updated successfully, but these errors were encountered: