Markdown custom themes

Confirmed.

The method seems to be

  1. Notes containing markdown $Text are assigned the “Markdown” prototype – either the built-in prototype or a prototype of one’s own invention
  2. The “Markdown” prototype contains the $HTMLPreviewCommand, which can be the built-in preview command (from the Tinderbox.app package) or any other you choose
  3. The “Markdown” prototype is assigned a “Markdown template”
  4. The “Markdown template” contains the desired styling – the built-in HTML template can be modified to add CSS, if desired.
  5. The $HTMLPreviewCommand generates HTML
  6. The “Markdown template” assigns styles for the generated HTML
2 Likes