From 6382d4f46b64a84136bdf73335035393bde99b9e Mon Sep 17 00:00:00 2001 From: Alice Hernandez Date: Mon, 8 Jun 2026 17:26:56 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Paragraph=20spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/App.tsx | 6 +++ .../components/Editor/MarkdownEditor.tsx | 45 ++++++++++++++++++- src/renderer/store/borgesStore.ts | 4 ++ src/renderer/styles/app.css | 9 +++- 4 files changed, 61 insertions(+), 3 deletions(-) diff --git a/src/renderer/App.tsx b/src/renderer/App.tsx index e5ae077..403b5dc 100644 --- a/src/renderer/App.tsx +++ b/src/renderer/App.tsx @@ -16,6 +16,7 @@ export default function App(): JSX.Element { focusMode, toggleFocusMode, theme, toggleTheme, fontSize, setFontSize, + showInvisibles, toggleInvisibles, activeStoryId, isDirty, activeStoryPath, activeStoryContent, markSaved, stories, setStories, setMarkets, @@ -159,6 +160,11 @@ export default function App(): JSX.Element { title="Revision history" disabled={!activeStoryId} >⟳ +