Markdown Monster
Markdown Monster Addin in the command line
Gravatar is a globally recognized avatar based on your email address. Markdown Monster Addin in the command line
  AAlbelo
  All
  Aug 1, 2024 @ 06:18am

Is it possible to have an addin affect the markdowntohtml output of mmcli? I have a custom render extension set up to alter the html output but when I export through mmcli the addin does not affect the output.

Gravatar is a globally recognized avatar based on your email address. re: Markdown Monster Addin in the command line
  Rick Strahl
  AAlbelo
  Aug 1, 2024 @ 06:48am

No, I just realized they don't.

Addins are not loaded into the CLI because they have dependencies on the UI interface that's not available in the CLI code.

I should take another look and see if that might be possible though, but I don't think it is.

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: Markdown Monster Addin in the command line
  Rick Strahl
  AAlbelo
  Aug 1, 2024 @ 02:47pm

I've added support for this - Addins are now loaded in the mmCli, but only OnApplicationStart() is fired.

If you implement a Render Extension, you can register it in OnApplicationStart() and that will make it available for rendering in mmCli.

v3.3.19

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: Markdown Monster Addin in the command line
  AAlbelo
  Rick Strahl
  Aug 6, 2024 @ 06:58am

It's working great. Thank you for the quick turnaround!

© 1996-2024