deathau / markdownload

A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.
Apache License 2.0
2.85k stars 225 forks source link

Fails to send to Obsidian on Linux (Ubuntu) #336

Open ekovarski opened 2 months ago

ekovarski commented 2 months ago

On Ubuntu 22.04 it is showing the following error when you attempt to send a selection to Obsidian.

plugin:obsidian-advanced-uri:4764 Uncaught (in promise) DOMException: Failed to execute 'readText' on 'Clipboard': Document is not focused.
    at eval (plugin:obsidian-advanced-uri:4764:53)
    at t (app://obsidian.md/app.js:1:2281449)
    at <anonymous>:1:52
    at node:electron/js2c/renderer_init:2:16470
    at IpcRendererInternal.<anonymous> (node:electron/js2c/renderer_init:2:10723)
    at IpcRendererInternal.emit (node:events:519:28)
    at Object.onMessage (node:electron/js2c/renderer_init:2:8837)
pcause commented 2 months ago

same issue on fedora. posted to the advanced-uri issues as looks to be their issue