Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: markdown default preset #194

Merged
merged 1 commit into from
Dec 7, 2024
Merged

Conversation

nshenderov
Copy link
Owner

@nshenderov nshenderov commented Dec 7, 2024

What does it do?

  • Adds a new default preset: defaultMarkdown (Default Markdown editor).
  • Renames the existing default preset to defaultHtml (Default HTML editor).
  • Adds the to-do list feature to the default configurations.
  • Removes the style feature from the default preset.
  • Removes the default material color palette.

Why is it needed?

CKEditor supports two main output formats, HTML and Markdown, and this update ensures both options are available out of the box.
The style feature is better suited for customization rather than inclusion in a default preset.
The material color palette is redundant now that CKEditor natively supports a color picker.

Breaking Changes

  • The style feature and default color palette have been removed.
  • The toolbar for the default HTML preset has been slightly modified.
  • The default preset has been renamed to defaultHtml. Existing fields referencing the default preset must be updated to use the renamed defaultHtml preset.

@nshenderov nshenderov merged commit 63eb6e8 into dev Dec 7, 2024
nshenderov added a commit that referenced this pull request Dec 10, 2024
- Introduced a new default preset: defaultMarkdown.
- Renamed the default preset to defaultHtml.
- Added the to-do list feature to the default configurations.
- Removed the style feature and default material color palette.
- Slightly modified toolbar in the default HTML preset.

BREAKING CHANGE: The style feature and default color palette have been removed. The default preset has been renamed to defaultHtml. Update existing fields or configure your default preset accordingly following the migration guide.
nshenderov added a commit that referenced this pull request Dec 11, 2024
- Introduced a new default preset: defaultMarkdown.
- Renamed the default preset to defaultHtml.
- Added the to-do list feature to the default configurations.
- Removed the style feature and default material color palette.
- Slightly modified toolbar in the default HTML preset.

BREAKING CHANGE: The style feature and default color palette have been removed. The default preset has been renamed to defaultHtml. Update existing fields or configure your default preset accordingly following the migration guide.
nshenderov added a commit that referenced this pull request Dec 12, 2024
- Introduced a new default preset: defaultMarkdown.
- Renamed the default preset to defaultHtml.
- Added the to-do list feature to the default configurations.
- Removed the style feature and default material color palette.
- Slightly modified toolbar in the default HTML preset.

BREAKING CHANGE: The style feature and default color palette have been removed. The default preset has been renamed to defaultHtml. Update existing fields or configure your default preset accordingly following the migration guide.
@nshenderov nshenderov deleted the feat/markdown-default-preset branch December 12, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant