File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,21 @@ Usage:
31
31
$SCRIPTNAME <command> [args...]
32
32
33
33
\$ $SCRIPTNAME login --email
34
- \$ $SCRIPTNAME import ~/Desktop/test.txt new-example-note
34
+ \$ $SCRIPTNAME import ~/Desktop/test.txt
35
+ \$ $SCRIPTNAME export --md somenoteidhere
35
36
\$ $SCRIPTNAME history
36
37
37
38
Commands:
38
39
import <path> [note_id]
39
40
Import the contents of a given file as a new CodiMD note on the server.
41
+ Takes an optional note_id, if not given it will generate a random one.
40
42
Returns the private note ID $CODIMD_SERVER /<private_note_id>
41
43
42
44
publish <note_id>
43
45
Publish a note as view-only html (hosted on server at /s/<note_name>).
44
46
Returns the public note ID $CODIMD_SERVER /s/<public_note_id>
45
47
46
- export --md|--html|--pdf|--slides <note_id> < output_path>
48
+ export --md|--html|--pdf|--slides <note_id> [ output_path]
47
49
Export the contents of a given note on the server to a given local path.
48
50
49
51
delete <note_id>
You can’t perform that action at this time.
0 commit comments