diff --git a/lib/utils.dart b/lib/utils.dart index 40d5bd17..509a522c 100644 --- a/lib/utils.dart +++ b/lib/utils.dart @@ -90,7 +90,7 @@ String toCurlCommand(String url, Map headers) { } Future shareNote(Note note) async { - return Share.share(note.body); + return Share.share(note.serialize()); } Future getTodayJournalEntry(NotesFolderFS rootFolder) async {