Add Export to JSON option #229
Labels
enhancement
New feature or improvement
good first issue
Good for newcomers
ready for development
There is a clear solution which can be implemented
Currently, we support Export to Text File and Export to PDF options. Similarly we want to add support for exporting notes to JSON. Reason for adding is we want to support exporting of notes from one device and import it into another device, JSON is easy to process in such cases.
Tasks
exportNotesToTextFile
function inlib/features/notes/data/repositories/export_notes_repository.dart
. Similarly addexportNotesToJsonFile
function in same class.The text was updated successfully, but these errors were encountered: