funktioniert, aber far from pretty

This commit is contained in:
j-weissen 2022-09-27 00:26:46 +02:00
parent 834f1284fe
commit cc44bbaa4e
2 changed files with 49 additions and 4 deletions

View file

@ -0,0 +1,3 @@
function getNoteIdFromUrl(url) {
return Number(url.split("/").at(-1));
}