Folio icon indicating copy to clipboard operation
Folio copied to clipboard

Convert to pdf

Open spazziale opened this issue 1 year ago • 2 comments

Some existing tool such as pandoc (which supports many other formats, but for now I would limit to pdf) can be used. If the feature is of interest I could try to implement it

spazziale avatar Apr 17 '24 17:04 spazziale

Would probably just make more sense to implement #97 for printing to PDF?

toolstack avatar Apr 17 '24 19:04 toolstack

I just wanted to add into here that pandoc can accomplish this fairly easily. I'm not sure if the goal is to integrate directly into the Folio src but this is how I would do it with pandoc:

  1. sudo apt install pandoc
  2. Navigate to location that Folio notes are saved
  3. pandoc -f Markdown note1.md -o note1.pdf

More info on Pandoc manual

LiamJFitzpatrick avatar May 18 '24 14:05 LiamJFitzpatrick