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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ Set `HEDGEDOC_SERVER` environment variable to your server's URL. It defaults to
38
38
39
39
Log out and in again to the terminal to read the new variable.
40
40
41
-
Test your configuration by creating a new note with FREELY access and no login required. You will receive the generated hash for the document like `3jXcabSfSNesbH6KT72ieg`.
41
+
Test your configuration by creating a new note with FREELY access and no login required. You will receive the generated `<note_id>` for the document like `3jXcabSfSNesbH6KT72ieg`.
42
42
43
43
**Caution: You won't have the right to delete the new document if not authenticated!**
44
44
45
45
$ echo "# HedgeDoc!" > test.md
46
46
$ hedgedoc import test.md
47
47
48
48
Check for the document in the browser by concatenating the
0 commit comments