Docs: Online builder
Description
Here's what we've got so far:
https://github.com/udecode/plate/assets/4272090/90b6c559-a419-4d84-b012-986d28e658f8
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| plate | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 15, 2023 10:56am |
⚠️ No Changeset found
Latest commit: 026c36080aad52f2b5b5702283a6d9257fe29ae0
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
AI-Generated Summary: This pull request introduces a number of changes across several files.
A new file typography.tsx was added, which provides predefined styles for various HTML elements used in typography. The configuration of setting plugins is updated including changes to the type definitions and respective properties of SettingPlugin.
Changes were also made in descriptions.ts, specifically removal of CheckedId from the imports and related type declaration updates in descriptions object. A new functional component GeneratorPage was implemented in the newly created page.tsx file.
Several modifications have been made in the mdx-components.tsx file related to the inline formatting of HTML elements which have now been replaced with pre-defined styles.
An added file editor-code-generator.tsx is responsible for generating code relevant to plugin/component selection. Modifications were made to the class string in the Checkbox component of the checkbox.tsx file, and the button.tsx file also saw the introduction of new classes for different button styling.
The settings-store.ts file saw several replacements of CheckedId type with the string type. Lastly, the settings-panel.tsx file underwent a series of changes including updates to the structure of returned JSX, new error handling, introduction of a new link, styling tweaks, and updates in layout classes.