diff --git a/changelog.mdx b/changelog.mdx index 75cdbacc6..a5c3e5ed3 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,12 +5,38 @@ mode: "center" --- + ## Web Editor 3.0 + + + ![Webeditor3 Jpe](/images/webeditor3.jpeg) + + + Overhauled usability in the WYSIWYG editor. + + **Major improvements** + + - Search for file names using ⌘ \+ P shortcut + - Pages load 10x faster + - Faster load times when searching for a branch + - Page options tab to configure layout, title, & metadata for SEO + - Floating toolbar when you highlight text + + **Additional fixes** + + - Fixed top margin for changelog components + - Improved reliability of right click behavior + - After clicking publish, you’ll stay on the same page instead of being brought to an empty state + - Standardized colors in file icons + - Improved reliability after selecting new branches several times in a row + - Removed Diff mode + - More consistency when creating a new folder from the dropdown + - Fixed block quotes creating more block quotes when trying to deselect + ## AI Translations in beta ![AI Translations graphic](/images/changelog/translations.png) - Translate all of your documentation with AI. [Learn more.](/core-concepts/navigation#localization) ## Export docs to PDF in beta @@ -84,7 +110,6 @@ mode: "center" ![graphic with text "Themes v2"](/images/changelog/themes.png) - New [pre-built themes](/core-concepts/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/core-concepts/settings). Now available: diff --git a/images/webeditor3.jpeg b/images/webeditor3.jpeg new file mode 100644 index 000000000..88a6f8595 Binary files /dev/null and b/images/webeditor3.jpeg differ