Advice on plugin API to use for custom rendering

Hi

I plan to work on a plugin that will render markdown from TODO.md format as a Kanban board.

Can you please advice if there's already an API I could use to "replace" the default renderer?

Thank you

For custom Markdown rendering, you can create a content script:

See also here for more info: https://joplinapp.org/api/references/plugin_api/enums/contentscripttype.html#MarkdownItPlugin

2 Likes

Thank you!