trashhalo / obsidian-extract-url

Plugin to extract markdown out of urls
GNU General Public License v3.0
274 stars 12 forks source link

Mobile support #9

Closed ankushg closed 3 years ago

ankushg commented 3 years ago

Does this work on mobile? Any blocking issues from getting it to work properly?

trashhalo commented 3 years ago

The main thing holding it back from being mobile friendly is the plugin is running in the a render process that is enforcing CORS headers. I think @lishid said on the discord he was going to add a request method that bypassed this. I'll hold this open until that happens.

terretta commented 3 years ago

+1

On iOS I use a Shortcut to grab URLs into Bear / Ulysses / Apple Notes as Markdown, but doesn’t play well with Obsidian.

To replace all those with Obsidian as is my goal, I really need a mobile tool for URL to note body as markdown, with as few steps as possible. Perhaps ideally into a template, so I can have my own filename, title, and attribution boilerplate, followed by original body as markdown. (I could also see that being config, e.g. filename prepend/postpend date time format to title, attribution boilerplate, boilerplate above / below content, and divider. Some plugins use this config approach.)

Should we be asking on Discord for that request method to be prioritized?

trashhalo commented 3 years ago

It's been a couple of months. Let me look at what's available this weekend and see if its become possible.

lishid commented 3 years ago

A mechanism to fetch without CORS restrictions will be included in one of the next versions. Stay tuned!

trashhalo commented 3 years ago

Mobile support has landed in 0.9.0!!