-
The current, new clipboard api with added support for types other than text is a really good thing.
But, it lacks info on what was set last. eg:
(assume set is externally)
1. text is set
-> no iss…
-
### Description of the new feature / enhancement
There are a lot of use cases already where extensions need to be able to easily access the clipboard. Let's let em!
### Scenario when this would …
-
Information about this API is here:
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API
This could be used to enable selection of text -> long press -> "search this text" link, for e…
-
It might be nice to have a dedicated clipboard API scoped to page.
Some ideas:
```js
await page.pasteText(text);
await page.keyboard.press('Ctrl + V');
await page.copySelection();
await con…
-
I have a course outline page for a very large course, and it looks like it's making a call to `GET /api/content-staging/v1/clipboard/` for every subsection in the course. This particular course has 82…
-
In the past, it was possible to enable clipboard functionality like copy/paste in field type plugins.
As **execCommand** seems to be deprecated nowadays, while the **navigator.clipboard** API woul…
-
Hi,
I don't see any implementation of the clipboard api, with the DataTransfer, DataTransferItemList and DataTransferItemListItem objects. Is there any plan supporting it?
-
**Is your feature request related to a problem? Please describe.**
My immediate problem is that I'm writing a structural editor inside Nyxt and I find myself reinventing my own kill-ring to store DOM…
-
### Steps to reproduce
I compiled my web app to WASM, and everything works great except now I can't get the Clipboard working. Cross-origin isolation is the problem I assume, but it could just be bec…
milke updated
3 weeks ago
-
## Objective
Create live-updating command preview display
## Tasks
- [ ] Create preview component
- [ ] Implement real-time updates
- [ ] Add syntax highlighting
- [ ] Create copy-to-clipboard…