Skip to content

Commit f3c0b39

Browse files
committed
Clarify import note_id parameter requirements
Signed-off-by: Hugo Peixoto <[email protected]>
1 parent 8b13b88 commit f3c0b39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ hedgedoc import test.md
3737
$ hedgedoc import <input_path> [note_id] # takes a local path to a text file, and an optional note id for the new note
3838
qhmNmwmxSmK1H2oJmkKBQQ # returns <note_id> on success
3939
```
40+
4041
You can open the new note on the server by going to `$HEDGEDOC_SERVER/<note_id>`.
4142

43+
The optional `note_id` is only available on servers with `allowFreeURL`
44+
enabled.
45+
Check the [documentation](https://docs.hedgedoc.org/configuration/#users-and-privileges)
46+
for more information.
47+
4248
### Publish an existing note
4349

4450
```bash

0 commit comments

Comments
 (0)