refactoring of cmaps, widgets, etc.

This commit is contained in:
2026-09-02 16:06:26 +02:00
parent 38f255c1a4
commit f0562a06cc
52 changed files with 3626 additions and 2642 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ Bijgewerkt: 25 augustus 2026
- EasyMDE/Marked voor Markdown, DOMPurify voor sanitizing, highlight.js voor code en diff2html voor versieverschillen;
- lokale, tijdens setup gedownloade frontendbibliotheken, zodat normaal gebruik geen CDN nodig heeft.
De ontwikkelversie is **0.2.122** (`info.rkt`). De huidige PostgreSQL-schemaversie is **21** (`private/migrations.rkt`).
De ontwikkelversie is **0.2.122** (`info.rkt`). De huidige PostgreSQL-schemaversie is **22** (`private/migrations.rkt`).
## Belangrijk: huidige werkboom
@@ -40,7 +40,7 @@ static/cmap/cmap-racket-wiki.js
static/cmap/cmap.css
static/index.html
static/js/wiki.js
static/js/cmap-export.js
static/cmap/model/markdown-exporter.js
test/cmap-export.test.js
translate.rkt
```
@@ -143,7 +143,7 @@ raco make main.rkt server.rkt setup-vendor.rkt \
migrate-cmap-subpages.rkt architecture/import.rkt
node --check static/js/wiki.js
node --check static/js/cmap-export.js
node --check static/cmap/model/markdown-exporter.js
node --check static/js/combobox.js
node --check static/cmap/cmap.js
node --check static/cmap/cmap-racket-wiki.js