You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add notes export DIRECTORY to export all or some notes to DIRECTORY:
--json: export to JSON
--sqlite: export to SQLite DB
--txt: export to text
--html: export to HTML
--attachments: export attachments (link in HTML)
--folders: export by folder
--markdown: export as markdown
--filename TEMPLATE: use metadata template language template for specifying the file path, e.g:
--filename "{account}/{folder}/{title} - {date}"
The text was updated successfully, but these errors were encountered:
Add
notes export DIRECTORY
to export all or some notes to DIRECTORY:--json: export to JSON
--sqlite: export to SQLite DB
--txt: export to text
--html: export to HTML
--attachments: export attachments (link in HTML)
--folders: export by folder
--markdown: export as markdown
--filename TEMPLATE: use metadata template language template for specifying the file path, e.g:
--filename "{account}/{folder}/{title} - {date}"
The text was updated successfully, but these errors were encountered: