Add import from notes functionality

This commit is contained in:
Pieter Vander Vennet 2022-01-12 02:31:51 +01:00
parent 2697feebe0
commit 6999a73d44
41 changed files with 545 additions and 1043 deletions

View file

@ -277,7 +277,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
}
v = v.replace(/\n/g, "<br/>")
}
txt = txt.replace("{" + key + "}", v ?? "")
txt = txt.replace("{" + key + "}", v)
match = txt.match(regex)
}