[PR #1619] fix: show correct embed prompt for GitHub issue vs pull request #1468

Open
opened 2026-03-03 00:26:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1619
Author: @liu971227-sys
Created: 2/16/2026
Status: 🔄 Open

Base: masterHead: bounty/issuehunt-1149-embed-message


📝 Commits (1)

  • 6b4ff6a fix(editor): distinguish GitHub issue vs PR embed prompt

📊 Changes

4 files changed (+57 additions, -11 deletions)

View changed files

📝 src/cloud/components/Editor/index.tsx (+22 -3)
📝 src/cloud/lib/editor/plugins/pasteFormatPlugin.ts (+8 -3)
📝 src/cloud/lib/hooks/editor/docEditor.ts (+5 -2)
📝 src/mobile/components/pages/DocEditPage.tsx (+22 -3)

📄 Description

Summary

  • add optional prompt label support to paste-format menu
  • detect GitHub URL type and show contextual prompt text
  • show Embed Pull Request? for /pull/ URLs and Embed Issue? for /issues/ URLs

Scope

  • cloud editor
  • shared editor hook
  • mobile editor

Closes #1149


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1619 **Author:** [@liu971227-sys](https://github.com/liu971227-sys) **Created:** 2/16/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `bounty/issuehunt-1149-embed-message` --- ### 📝 Commits (1) - [`6b4ff6a`](https://github.com/BoostIO/BoostNote-App/commit/6b4ff6a514017e1669457ddcdf888defd87c2db4) fix(editor): distinguish GitHub issue vs PR embed prompt ### 📊 Changes **4 files changed** (+57 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/Editor/index.tsx` (+22 -3) 📝 `src/cloud/lib/editor/plugins/pasteFormatPlugin.ts` (+8 -3) 📝 `src/cloud/lib/hooks/editor/docEditor.ts` (+5 -2) 📝 `src/mobile/components/pages/DocEditPage.tsx` (+22 -3) </details> ### 📄 Description ## Summary - add optional prompt label support to paste-format menu - detect GitHub URL type and show contextual prompt text - show Embed Pull Request? for /pull/ URLs and Embed Issue? for /issues/ URLs ## Scope - cloud editor - shared editor hook - mobile editor Closes #1149 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1468
No description provided.