lucaronin
54c0efa3e4
feat: add dark mode foundation
2026-04-24 22:28:07 +02:00
lucaronin
9623203756
fix: restore blocknote code block theme
2026-04-13 12:59:51 +02:00
lucaronin
73c1ecf8a9
fix: use muted editor code surfaces
2026-04-12 22:51:32 +02:00
lucaronin
330fc29113
design: reduce bullet point size from 28px to 24px
2026-04-10 14:46:21 +02:00
lucaronin
4474492868
style: reduce editor body font to 15px, apply -0.5 letter-spacing to h2/h3/h4
2026-03-02 21:29:16 +01:00
lucaronin
3ce3e4e150
fix: wikilink underline now follows type color
...
The underline was implemented via border-bottom with a hardcoded
var(--accent-blue), ignoring the per-type color set on the element.
Changed to currentColor so the underline inherits the dynamic color.
Also removed the no-op textDecorationColor inline style (text-decoration
is none; the visual underline comes from border-bottom).
Bonus: fixed pre-existing TS build error in useEditorSave.test.ts
(vi.Mock namespace → Mock type import).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 23:08:17 +01:00
lucaronin
fd021b2c1a
fix: side menu handles horizontal layout for better vertical alignment with headings
2026-02-16 09:27:28 +01:00
lucaronin
94936f2f27
fix: override BlockNote default line-height 1.5 on .bn-block-outer with theme value
2026-02-16 09:17:03 +01:00
lucaronin
711f3c7bc4
feat: add bulletGap and checkbox gap controls in theme.json
2026-02-16 08:54:11 +01:00
lucaronin
16f8056991
fix: bullet/checkbox vertical alignment with text line, heading margins on block-outer
2026-02-16 08:52:18 +01:00
lucaronin
6e1a98ad6c
fix: heading handle alignment (padding on block-outer), bullet/checkbox/list CSS targeting
2026-02-16 08:33:15 +01:00
lucaronin
6ef354e639
fix: heading margins on .bn-block wrapper so drag handles stay vertically aligned
2026-02-16 08:24:49 +01:00
lucaronin
4c211e09bc
fix: editor content survives theme HMR + bullet marker styling + indent control
2026-02-16 08:21:23 +01:00
lucaronin
405d5f39fc
feat: comprehensive theme.json config with live hot-reload for editor styling
2026-02-16 08:04:06 +01:00