search

Typemill Plugins

Markdownviewer

Add a button to the frontend that lets your reader see and copy the pure markdown content of the page with just one click. Perfect for LLMs and AI usage.

You can activate the frontend-button in the plugin-settings with two options:

Screenshot of the button to copy markdown

If the position of the button does not work for your layout, then you can add the button to your theme with the following code snippet:

{% if widgets.markdownviewer %}
    <div id="markdownviewer" class="toolbar-icon f4 mr3">
      {{ widgets.markdownviewer }}
    </div>
{% endif %}