We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b13b88 + f3c0b39 commit b2d17a3Copy full SHA for b2d17a3
README.md
@@ -37,8 +37,14 @@ hedgedoc import test.md
37
$ hedgedoc import <input_path> [note_id] # takes a local path to a text file, and an optional note id for the new note
38
qhmNmwmxSmK1H2oJmkKBQQ # returns <note_id> on success
39
```
40
+
41
You can open the new note on the server by going to `$HEDGEDOC_SERVER/<note_id>`.
42
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
48
### Publish an existing note
49
50
```bash
0 commit comments