add: new js files for simplicity

This commit is contained in:
2026-05-13 17:21:03 -04:00
parent 0a55500892
commit 788190328b
8 changed files with 1186 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
export let state = {
textDirty: false,
saved: true,
references: {},
saveTimeout: null,
saveInterval: 5000,
saveFailureCount: 0,
to: null,
BOOKS: {},
md: null,
}