-
Notifications
You must be signed in to change notification settings - Fork 8
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
Spec update to include absolute URL support for rich text editor #1394
Conversation
…hub.com/ni/nimble into users/vivin/spec-update-for-placeholder
…hub.com/ni/nimble into users/vivin/spec-update-for-placeholder
…hub.com/ni/nimble into users/vivin/spec-update-for-placeholder
…ewer Signed-off-by: Vignesh A S <[email protected]>
Friendly reminder that you should click "re-request review" when you've addressed reviewers feedback and want them to weigh in again. This is helpful because GitHub offers ways for reviewers to filter PRs by the ones that are awaiting our input, but PRs won't show up in that filter if you don't re-request. I already did this for the reviewers that needed it on this PR, just a tip for the future! |
packages/nimble-components/src/rich-text-editor/specs/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Vignesh A S <[email protected]>
…/ni/nimble into users/vivin/spec-update-for-link
I will pester the remaining Nimble reviewers tomorrow to submit their feedback. |
I will decline to review. |
packages/nimble-components/src/rich-text-editor/specs/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Vignesh A S <[email protected]>
Signed-off-by: Vignesh A S <[email protected]>
Pull Request
🤨 Rationale
As a requirement for the comments feature, we need to support absolute URL links in both the
nimble-rich-text-editor
andnimble-rich-text-viewer
components. Therefore, I am initiating this PR to add the necessary support for absolute URL links in the editor and viewer.Related discussion on link support: #1369 (comment)
👩💻 Implementation
Updated spec to add information on the design for supporting absolute URL links in a rich text editor and viewer components.
🧪 Testing
✅ Checklist