Obsidian-Surfing icon indicating copy to clipboard operation
Obsidian-Surfing copied to clipboard

An Obsidian plugin that lets you browse the web within Obsidian.

Results 109 Obsidian-Surfing issues
Sort by recently updated
recently updated
newest added

### Bug Description opening a url with pdf e.g. https://site.com/file.pdf doesn't open the pdf. doing so shows the standard empty chromium pdf viewer skeleton and the CPU fan speeds up....

bug

### Bug Description Visiting some websites will double their navigation in the tab history. This manifests as an inability to click the Back button once and go back to the...

bug

### Feature Requested It normally should paste only the url without the name of the page, but this doesnt work. It always pastes the the name of the page with...

### Bug Description I enabled Favorites and added some web page favorites. After that, when I returned to the web page from the normal markdown notes, a few blank tabs...

bug

### Bug Description 在surfing里打开任意网页,鼠标右键 现象:没有任何反应,不弹出右键菜单。 期望:弹出右键菜单,保存该网页为markdown,并且 图片不是链接地址,而是保存图片。 ### Relevant Screenshot _No response_ ### To Reproduce _No response_ ### Obsidian Version 1.3.4 ### web-browser-only - [X] Did you install only one...

bug
wontfix

### Feature Requested 在 EDGE浏览器里,拖拽图片 到 ob 文档里,文档名词是 paste xxx ,表明 从浏览器里拖拽图片,类似复制粘贴图片。 而在 surfing里打开网址,拖拽图片 到 ob 文档,是图片的链接 格式。 期望:跟在edge浏览器里一样,拖拽网页图片到ob文档是复制粘贴,而不是图片链接。 ### Relevant Screenshot _No response_ ### Checklist - [X] The feature...

### Feature Requested I found that the browser return nothing when the the certifcates are not correct. ![image](https://github.com/PKM-er/Obsidian-Surfing/assets/50912714/8cfb0d08-f90c-4386-824d-a7a2d1d4ea65) Should be this added as a feature not as default configuration but...

### Bug Description The webpage I log in to is: https://workflowy.com/ The error message is: WorkFlowy is having trouble starting. TypeError: Cannot read properties of undefined (reading 'on') ### Relevant...

bug

### Bug Description [Bug]: 设置“Get Current Timestamp from Web Brower”热键获取b站时间戳总是跳转到第一页 例如`[03m48s](https://www.bilibili.com/video/BV17F411T7Ao?t=03m48s) ` 这是由于生成的时间戳链接内不含&p,不适用多集的b站视频 ![image](https://github.com/PKM-er/Obsidian-Surfing/assets/102015820/fc133d60-4d52-4f16-b394-b0850fc388b9) 为了达到`[03m48s](https://www.bilibili.com/video/BV17F411T7Ao?t=03m48s&p=139)`的效果 需要将main.js文件getCurrentTimestamp函数做修改 `getCurrentTimestamp(editor) { const webContents = import_electron2.remote.webContents.fromId(this.webviewEl.getWebContentsId()); webContents.executeJavaScript(` var time = document.querySelectorAll('.bpx-player-ctrl-time-current')[0].innerHTML; var timeYMSArr=time.split(':'); var...

bug

### Feature Requested When I bookmark sites via the Bookmark Manager, the resulting folders and/or sites appear in the bookmarks bar without any discernible organization. The folders and sites are...