diff --git a/src/scripts/Reddit Importer.tar b/src/scripts/Reddit Importer.tar index b8145e9825..7435750ff5 100644 Binary files a/src/scripts/Reddit Importer.tar and b/src/scripts/Reddit Importer.tar differ diff --git a/src/scripts/Today.tar b/src/scripts/Today.tar new file mode 100644 index 0000000000..761eb17aaf Binary files /dev/null and b/src/scripts/Today.tar differ diff --git a/src/scripts/Weight Tracker.tar b/src/scripts/Weight Tracker.tar new file mode 100644 index 0000000000..0a88916577 Binary files /dev/null and b/src/scripts/Weight Tracker.tar differ diff --git a/src/scripts/today.js b/src/scripts/today.js deleted file mode 100644 index 1204f1ea7f..0000000000 --- a/src/scripts/today.js +++ /dev/null @@ -1,13 +0,0 @@ -api.addButtonToToolbar('go-today', $('')); - -window.goToday = async function() { - const todayDateStr = formatDateISO(new Date()); - - const todayNoteId = await server.exec([todayDateStr], async todayDateStr => { - return await this.getDateNoteId(todayDateStr); - }); - - api.activateNote(todayNoteId); -}; - -$(document).bind('keydown', "alt+t", window.goToday); \ No newline at end of file diff --git a/src/scripts/weight.html b/src/scripts/weight.html deleted file mode 100644 index c976058d7a..0000000000 --- a/src/scripts/weight.html +++ /dev/null @@ -1,146 +0,0 @@ -
-
- - -
-
- - -
-
- - -
- - -
- -

- - - - \ No newline at end of file