pretentiousUsername / PlutoToMd.jl

A tool that converts Pluto notebooks to markdown files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tool that converts Pluto notebooks to markdown files.

License:MIT License


Languages

Language:Julia 100.0%