trashhalo / obsidian-extract-url

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

I don't see extract into page option #25

Closed pcause closed 2 years ago

pcause commented 2 years ago

I paste a URL unto an empty page, select, hit ctl-p and then extract and don't see extra into page option that the demo has. I get only archive, title and import from clipboard. I can use from clipboard and it works. So there is a work around but what the demo shows doesn't work.

image

trashhalo commented 2 years ago

In my demo I ran the "Archive" command which converts any [foo](https://bar) like urls on your current page into new pages.

Would it be helpful to have a import from clipboard, into new page command?

pcause commented 2 years ago

The README says there is a command called extract. I don't see that. I do see archive. When I ran the archive command nothing changed no new note was created. I then copied the URL from the note and ran the import from clipboard the the URL's content were placed in the note. I entered a path to my inbox in the Vault/Inbox/filing but no note was created there even thoughn it says archive complete.

sekaha commented 2 years ago

I have the same problem here

sekaha commented 2 years ago

https://imgur.com/BGFYVk5 https://imgur.com/ScIogAQ

You can see here what happens with two different urls :p the [foo](https://bar) format produces the same results, just a link to the page, or a fetch error

trashhalo commented 2 years ago

Oh no! I must have broken something in that last release! I'll try to fix later today

trashhalo commented 2 years ago

huge thanks @pcause and @sekaha for letting me know this broke! I just pushed 0.12.1 which brings the extract command back. Reminder that command works by highlights. So highlight a url and and run extract and it will transform it into the page content.