Commit Graph

8 Commits

Author SHA1 Message Date
Simon Cambier
3bcaca708d Added Jest and tests for EventBus 2022-04-23 17:13:48 +02:00
Simon Cambier
330df899a0 Refactored events to use a small global event bus 2022-04-22 23:09:19 +02:00
Simon Cambier
f4c3656194 Stricter TS, matches counter 2022-04-16 23:48:08 +02:00
Simon Cambier
e5ba366840 Merge branch 'master' into svelte
# Conflicts:
#	pnpm-lock.yaml
#	src/main.ts
#	src/modal.ts
2022-04-15 17:43:56 +02:00
Simon Cambier
e949f0916a Escape HTML
Instead of trying to do some smart (and unsecure) stuff, just display the raw note contents as is
2022-04-15 17:16:37 +02:00
Simon Cambier
e1d24fc562 Svelte setup ok 2022-04-14 22:50:56 +02:00
Simon Cambier
98c277e541 Updated the weighting logic + doing some preparation for #6
Headings now have more weight. Also set TS strict mode
2022-04-14 20:41:27 +02:00
Simon Cambier
ae8e868215 Initial commit 2022-04-09 10:44:54 +02:00