[Help] Shell Commands with JS scripts #73
-
Hello @Taitava !!!!!!! I have no idea if SC could help me with this workflow but I decide to ask you.
Here is my SituationFrequently, I import to Obsidian from iOS (more about this here in the forum) a bunch of URL that will be used inside Obsidian.
To summarize: I have URL inside an Obsidian Note that I want to transform to .md text inside Obsidian Actual Workflow to do thisTo do this today I'm using the Obsidian Web Clipper Bookmarklet created by from our community friends - link here My attempt to explain what the boommarklet do:
This is the gist for the script: https://gist.github.com/kepano/90c05f162c37cf730abb8ff027987ca3 Running this URL https://www.airr.io/quote/60153afa030ce32f95173a18 creates this new note in Obsidian Another option is the plugin EXTRACT URL CONTENT that do automatic what the Bookmarkelt does usind Safari:
My Help Request@Taitava, do you think is it possible to use SC to use/open the
Am I crazy about asking this?????? I'm not 100% about this, but I wanna know if is something feasible :) Have a great day and thanks for reading this :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Really interesting workflow! 🙂
There's a couple of things I'm not sure about:
I think we might have two options (at least) here. I will first cover an option that does not use 1. optionAt Least on Linux there is a command named
2. optionI don't really know if this would work, and I haven't tried it myself (well, actually I did not even try the first option either). This is just pseudo code that might work, or maybe not.
To be honest, I have no clue if it's possible to make this work. As I'm not familiar with |
Beta Was this translation helpful? Give feedback.
Really interesting workflow! 🙂
There's a couple of things I'm not sure about:
I think we might have two options (at…