chore(ui): move to the plannotator/atomic-editor fork (markdown-editor 0.2.0)#1002
Merged
Conversation
Swap @atomic-editor/editor@^0.4.3 for @plannotator/atomic-editor@^0.5.0 and bump @plannotator/markdown-editor to ^0.2.0 (its peer dependency was renamed to the fork). The fork adds proper frontmatter parsing (a leading --- block no longer misrenders as an HR + giant heading) and the Obsidian-style Properties widget, with byte-fidelity preserved. Also exempt @plannotator/atomic-editor from bun's minimum-release-age gate (same first-party trust as @plannotator/markdown-editor). Verified: typecheck clean, DOM_TESTS=1 markdownEditorFidelity 4/4, full suite 1892 pass / 0 fail, review + hook builds succeed.
c120c35 to
be17e09
Compare
Owner
Author
|
This is now released in version 0.23.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Swaps the upstream editor for the org fork and picks up the rewired wrapper:
@atomic-editor/editor@^0.4.3→@plannotator/atomic-editor@^0.5.0(the wrapper's peer dependency was renamed to the fork)@plannotator/markdown-editor0.1.0→^0.2.0bunfig.toml: exempt@plannotator/atomic-editorfrom the minimum-release-age gate (same first-party trust as@plannotator/markdown-editor)markdownEditorFidelity.test.tsx: import re-pointed to the forkWhat users get (from the fork,
github.com/plannotator/atomic-editor):---block no longer misrenders as a horizontal rule + giant headingVerification: typecheck clean ·
DOM_TESTS=1byte-fidelity suite 4/4 · full suite 1892 pass / 0 fail ·apps/review+build:hookboth build.Note: PR #957 pins the same two lines and will pick this up on its next rebase.