-
Notifications
You must be signed in to change notification settings - Fork 21
fix(richtext)!: HTML and Markdown parsing for links and edge cases #369
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
Open
maoberlehner
wants to merge
34
commits into
main
Choose a base branch
from
bugfix/richtext-html-parser
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f128bb6
fix(richtext)!: HTML and Markdown parsing for links and edge cases
maoberlehner 104c75f
Merge branch 'main' into bugfix/richtext-html-parser
alexjoverm b1048b3
fix(richtext): convert 6 needed nodes to underscode case
alexjoverm 055c4b6
Merge branch 'main' into bugfix/richtext-html-parser
alexjoverm 6fc767c
chore: upgrade playground
alexjoverm 8994436
chore: refactor marks and nodes into a centralized extensions helpers
alexjoverm c5855b8
chore: revamp the Richtext renderer to use extensions instead of
alexjoverm fb1be37
test: add edge cases to HTML tests from the registered support issues
alexjoverm 7c6a64a
chore: Update packages/richtext/src/extensions/nodes.ts
alexjoverm 3a32d14
chore: Update packages/richtext/playground/vanilla/.env
alexjoverm 28fc859
chore: revert ignore
alexjoverm 34d6d86
feat: add tiptapExtensions for modern overrides
alexjoverm e7c0dce
feat: generate linear list of richtext content
dipankarmaikap 7bd2283
Merge branch main' into bugfix/richtext-html-parser
alexjoverm 98e0811
feat!: remove custom resolvers in favor of tiptap extensions
alexjoverm bdc2fcd
chore: update playgrounds
alexjoverm df697eb
chore(richtext): add extra tests to cover both-ways functionality
alexjoverm 2ca560c
test(richtext): clean up and purge all unnecessary tests
alexjoverm 74555c2
qs: apply bugbot fixes
alexjoverm cbf6784
qs: add name and type as context
alexjoverm 47bfdf3
test: ensure the right nodes, marks and extensions are the ones to be
alexjoverm 457ce44
fix: mailto duplication issue
alexjoverm 5c6bdaa
chore: update lockfile
alexjoverm 603133e
qs: fix null outputs, add globals exclusions
alexjoverm c1963b2
qs: fix textStyle node, fix playgrounds
alexjoverm a654352
qs: lint playgrounds
alexjoverm 6b0bfad
qs: add thead/tbody support, fix _id issue
alexjoverm a5c1dec
qs: fix id issue
alexjoverm a4edafb
chore: normalize null/undefined values, clean up personal data in tests
alexjoverm 109b338
fix: prevent empty values on href, add asTag for better typing
alexjoverm d97f3c9
chore: fix test:types race condition by run it after build
alexjoverm 45388cd
chore: revert
alexjoverm 63438e4
chore: astro richtext playground update
dipankarmaikap 7e651a5
refactor(astro): drop experimental richTextToHTML
dipankarmaikap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,3 +50,7 @@ vite.config.ts.timestamp-* | |
| .cursor | ||
| .zed | ||
| .rules | ||
| .claude | ||
| CLAUDE.md | ||
| claude-output | ||
| .storyblok | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| VITE_STORYBLOK_TOKEN= <your_storyblok_token> | ||
| VITE_STORYBLOK_TOKEN=2cDRejDf3yJ9XZFte2Hzqwtt | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.