AOSSIE-Org / AOSSIE-Org/Rein

[Feature] HTTP based copy and paste functionality based on client's clipboard

オープン
#97 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
GSoC 2026
主要言語
TypeScript
スター
38
フォーク
78
平均マージ
2日 3時間
マージ済み PR(30日)
6

説明

### Expected Behavior

- When **Copy** (Ctrl+C) is triggered, the system clipboard content should be sent to the client's clipboard.
- When **Paste** (not Ctrl+V) is triggered, the client's clipboard content should be sent at once.
- Server clipboard as fallback.
- Shouldn't rely on Nut.js for anything other than sending Ctrl+C and the client's clipboard content.

***

`navigator.clipboard.writeText(text)` requires HTTPS, but TanStack doesn't support it yet https://github.com/TanStack/router/issues/4287.

So, we need to consider methods that don't require HTTPS.

***

Provide a video showcasing that copy copies to mobile clipboard (i.e., copying from server and pasting on mobile) and paste pastes from mobile clipboard (i.e., copying on mobile and pasting on server).

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。