Hacker News new | ask | show | jobs
by pan69 442 days ago
I really like this app. I tried it out but when I wanted copy and paste the first table I created as a template to create the next table, the app asked me for access to read text and images of my clipboard. I don't really like doing that because it seems like your app can read anything of my clipboard at any time?
1 comments

>the app asked me for access to read text and images of my clipboard yeah, that's the browser asking for permission to read and write to the clipboard

>it seems like your app can read anything of my clipboard at any time only when you paste, the app reads the latest entry in your clipboard, and only if it is a valid json object of a table, note, or subject area, it gets imported

just using the clipboard api: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_A...