Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 986 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 986 Bytes

PlutoToMd.jl

Introduction

PlutoPanMd.jl is a tool that converts Pluto notebooks into a markdown file.1 The main reason for this is quite personal—I like to typeset documents using my own pandoc template, and I couldn't find any options for doing that for Pluto.

To do

  • Make a way to turn a notebook's front matter into a YAML metadata block.
  • Write a program that inverts the markdown and code segments (i.e. flips the code and markdown segments around).
  • Find out how to render images so they can be put into a markdown file. This will be nontrivial. Feel free to contribute some code!
  • Find a way to turn interactive elements into images. Maybe this could be done by turning them into a PDF or SVG?

Footnotes

  1. I know, I know—the name is super catchy.