taniarascia / takenote

📝 ‎ A web-based notes app for developers.
https://takenote.dev
MIT License
6.81k stars 1.25k forks source link

[Feature] Export Notes as PDF #487

Open PMCJTM opened 3 years ago

PMCJTM commented 3 years ago

Problem Currently you can only export notes as .md files without any of the markdown formatting.

Solution Add the option to export notes as .pdf files with the formatting intact.

taniarascia commented 3 years ago

The exported .md files should contain all the markdown formatting you've written.

ashrash commented 3 years ago

@taniarascia I've created a PR for the same. Could you please review it ?

CAPTAINCOBRA commented 2 years ago

Can I have a crack at it?