webdiscus

Results 90 comments of webdiscus

@vralle Can you please try [GitHub Readme Previewer](https://github.com/webdiscus/github-readme-preview)? I created it specifically for GitHub README.md files to provide a WYSIWYG experience. For example, this is editing README.md looks like: ![Image](https://github.com/user-attachments/assets/294dac8c-cc41-4c6b-b782-4b03fb54a2e7)...

- VSCode markdown viewer - looks unlike original GitHub - GitHub Markdown Preview - better (95% as my previewer), CSS is outdated and looks a bit different, but it is...

I tried to use docusaurus. It's allow easily organise the structure / navigation. Docusaurus works with `.md`, `.mdx` files. Here paar dummy pages: ![Image](https://github.com/user-attachments/assets/b2c9e47b-0230-4ff8-ad9f-a2c7ac637ca8) ![Image](https://github.com/user-attachments/assets/782288ce-f7c6-4a4d-b192-dd3cc608e8a3) ![Image](https://github.com/user-attachments/assets/3d17d027-3d0e-407c-a7e5-8fdbabde7049) I will create a...

For a one-page doc, yes, it's overwhelmed, although it doesn't fully describe all the features. Many use cases aren't documented yet. Docusaurus solves this problem. We can good organise the...

Yes, the `Preprocessor` type can be split into simple types: - TemplatingEngineName - PreprocessorFn

> My current thoughts are that dynamic data reloading followed by compilation is valid for development mode. is meant for dev mode by webpack `serv` or `watch`.

`views` defaults is webpack root context path: https://webpack.js.org/api/loaders/#thisrootcontext, that defaults is https://webpack.js.org/configuration/entry-context/#context (`process.cwd()`)

> [Another part](https://github.com/webdiscus/html-bundler-webpack-plugin#options-for-preprocessor-eta-default): This is just an example, not default values.

@vralle Since we're creating new documentation, now is a good time to do it right. The plugin documentation is too big and requires good navigation between the different sections, which...