Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

feat: add 'Copy the link' option to sidebar note context menu#1684

Open
mrzhangkris wants to merge 2 commits into
BoostIO:masterfrom
mrzhangkris:feature/copy-note-link
Open

feat: add 'Copy the link' option to sidebar note context menu#1684
mrzhangkris wants to merge 2 commits into
BoostIO:masterfrom
mrzhangkris:feature/copy-note-link

Conversation

@mrzhangkris
Copy link
Copy Markdown

Summary

Right-click on a note in the sidebar now shows "Copy the link" option, which copies the note URL to clipboard.

Changes

  • Added mdiContentCopy icon and copy function from copy-to-clipboard
  • Added "Copy the link" (GeneralCopyTheLink) context menu item for notes
  • Uses existing href (note URL) already computed in the sidebar tree

Closes

Fixes #313


This PR is for IssueHunt bounty: https://oss.issuehunt.io/r/BoostIO/BoostNote-App/issues/313

- Added dropFilesInWorkspace handler to useCloudDnd hook
- Modified dropInWorkspace to detect file drops vs resource drops
- Workspace onDrop handler now routes files to dropFilesInWorkspace
- createDoc receives file content as initial doc body (for .md/.txt/.html)
- Closes BoostIO#1151 (IssueHunt  bounty)
Right-click on a note in the sidebar now shows 'Copy the link'
option, which copies the note's URL to clipboard.

Fixes BoostIO#313 (IssueHunt $50 bounty)
@mrzhangkris mrzhangkris force-pushed the feature/copy-note-link branch from 5ff942b to e3e0c15 Compare May 11, 2026 15:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link to another note

1 participant