Skip to content

Commit 7095484

Browse files
authored
Merge pull request #51 from maphew/patch-2
use noteId of `root` to export all notes in the db
2 parents eac1613 + 4f8e292 commit 7095484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ ea.set_day_note(date, new_content)
259259

260260
### 📤 Export note
261261

262-
Export note comes in two formats `html` or `markdown`/`md`.
262+
Export note comes in two formats `html` or `markdown`/`md`. Setting `noteId` to `root` will export all notes.
263263

264264
```python
265265
res = ea.export_note(

0 commit comments

Comments
 (0)