Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to pdf #105

Open
spazziale opened this issue Apr 17, 2024 · 2 comments
Open

Convert to pdf #105

spazziale opened this issue Apr 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@spazziale
Copy link

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

@toolstack
Copy link
Owner

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

@toolstack toolstack added the enhancement New feature or request label Apr 17, 2024
@toolstack toolstack added this to the Future release milestone Apr 17, 2024
@LiamJFitzpatrick
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants