We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
filen export-notes
1 parent 52ff82b commit 8042263Copy full SHA for 8042263
docs/cli/access-filen-drive.mdx
@@ -63,3 +63,10 @@ Additional available commands:
63
64
- `filen links`: view all public links
65
- `filen links <path>`: create, view, edit or delete a public link for the given path
66
+
67
+## Exporting notes
68
69
+- `filen export-notes <path>`:
70
+Exports all Notes to the specified path. If the specified directory doesn't exist, it will be created.
71
+If it is not empty, a subdirectory will be created with the name "filen-notes-export-\<timestamp\>".
72
+Richtext notes are exported as HTML. Checklist notes are converted to markdown.
0 commit comments