SankethBK / diaryvault

A personal diary application written in Flutter

Home Page:https://play.google.com/store/apps/details?id=me.sankethbk.dairyapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support export to PDF

SankethBK opened this issue · comments

Refer documentation of notes schema

We need to generate a PDF with note's title, created_at, body or plainText. We can use [pdf](Refer documentation of notes schema) package to generate PDF.

Flutter quill also supports converting contents of rich_text editor to HTML. So there it might be possible to show rich text into PDF instead of plainText.

Challenge is to introduce images. We can retrieve all external asset paths of a note from NoteDependencies table.

I am interested to work on this issue. Can you please assign this issue to me as a part of Hacktoberfest?

Sure, feel free to join our discord server https://discord.gg/maxxpRzn if you need any help