Kleine NLDD-verbeteringen: heading-iconen en hyphens (NLDD 0.8.66/0.8.69) #132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Twee kleine kansen uit de NLDD-releases 0.8.66-0.8.69:
heading-1...heading-6enparagraph-signtoe. Het kopjes-menu inFormatToolbar.vueis nu tekst-only ("Paragraaf" / "Kop N"); iconen ernaast maken de opties sneller scanbaar.hyphensopnldd-rich-text(0.8.69): opt-in automatische afbreking voor lange Nederlandse samenstellingen in smalle kolommen. Vereist een correctlang-attribuut.Afhankelijk van PR #124 (bump naar ^0.8.69).
Checked both halves against 0.8.78.
Heading icons: still open, and small. FormatToolbar.vue:236-248 renders the Paragraaf/Kop items as text-only nldd-menu-items. Picking this up in the current NLDD pass.
hyphens on nldd-rich-text: does not apply as written. Waggle uses nldd-rich-text nowhere - rendered Mattermost markdown goes through our own .wg-prose stylesheet instead, deliberately (see frontend/src/styles/prose.css: nldd-rich-text's heading scale is the display scale, and a # in a chat message is not a page title).
The underlying idea could still be applied to .wg-prose, but it is a separate judgement: hyphenation helps a narrow column of running prose, and a chat message is neither reliably narrow nor reliably prose. Not folding it in; say so if it should become its own issue.