Skip to content

Commit f8be038

Browse files
committed
update usage for export note
1 parent fbb5a74 commit f8be038

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,18 @@ Then set/update a day note with `set_day_note`. The content should be a (html) s
193193
self.set_day_note(date, new_content)
194194
```
195195

196+
## Export note
197+
198+
Export note comes in two formats `html` or `markdown`/`md`.
199+
200+
```
201+
res = ea.export_note(
202+
noteId='sK5fn4T6yZRI',
203+
format='md',
204+
savePath='/home/nate/data/1/test.zip',
205+
)
206+
```
207+
196208
# (Advanced Usage) TODO List
197209

198210
With the power of Python, I have expanded the basic usage of ETAPI. You can do something with todo list now.

0 commit comments

Comments
 (0)