marcjulianschwarz / obsidian-podcast-note

A plugin for the note taking app Obsidian that lets you add podcast meta data to your notes.
https://www.marc-julian.de
MIT License
69 stars 6 forks source link

[Feature Request] `Airr` Support for AirrQuote URL #4

Closed FelipeRearden closed 3 years ago

FelipeRearden commented 3 years ago

Hello @marcjulianschwarz !!!

Feature Request: Add support for the url Schema https://www.airr.io/quote/601539e0030ce34b1d173a04

If possible create the new placeholders:

UsIng the URL as example: https://www.airr.io/quote/601539e0030ce34b1d173a04 C9C7C5BD-E95E-4B44-8EAA-48665293D57E

Speaker 2: Well, first of all, it's very normal that everyone has a private voice. Everyone has an inner voice that's speaking to them, some more than others, and sometimes that voice is extremely harsh, difficult challenging. And you, would you say things to yourself. You would never say to any other human being and you would be so embarrassed if it was made public. And then if I would ask you, where does it come from? You'd say I Well, I said, you know, is there any of that in anyone in your life? And they often say, You know, it's a lot like my father is the way my father used to talk to me. That's why my mother would talk to me. They don't really...


Let me know if need more information

Have a great day :)

wenlzhang commented 3 years ago

It would be great to be able to extract Airr transcript, if any!

marcjulianschwarz commented 3 years ago

As I explained in #3, I don't see a way to extract this information for now. If you find some sort of API for that or know how to get this information with an http request, let me know and I will implement it.

wenlzhang commented 3 years ago

Is there any update on supporting Momento and/or Snipd?

marcjulianschwarz commented 3 years ago

As I already said, I can't get Snipd to run on my devices.

I was busy with other projects but I will let you know when Momento is supported (I think I can get it done today).

FelipeRearden commented 3 years ago

As I explained in #3, I don't see a way to extract this information for now. If you find some sort of API for that or know how to get this information with an http request, let me know and I will implement it.

Hello @marcjulianschwarz !!!!

First of all, I wanna say I'm sorry for this very late reply. I was trying to find a way to help with this issue.

I bring some good news. I hope it could help you to implement this :)

This is What I found

After a long search and testes I found out that the Obsidian Web Clipper Bookmarlket created by from our communitty friends - link here is able to extract information from an AirrQuote link:

Running this URL https://www.airr.io/quote/60153afa030ce32f95173a18 creates this new note in Obsidian

136789843-4ed80b23-5ae7-42bc-adeb-3524c043c6cf


This is the gist for the script: https://gist.github.com/kepano/90c05f162c37cf730abb8ff027987ca3

This is the link from the post in the forum: https://forum.obsidian.md/t/obsidian-web-clipper-bookmarklet-with-full-markdown-support-for-images-headings-and-code-blocks/22068

My hope is that this script could be a source of information for inserting AirrQuotes URL with your plugin.

Important: I must say that I have to manually click the See More button to get all AirrQuote Transcript


I hope you could take a look to see if it will help us to full integrate with Airr App 🙏

Thanks for reading this and I wanna again say I'm sorry for my late reply.

marcjulianschwarz commented 3 years ago

Hi!

Thank you for the detailed response. The problem with this is that it is a browser extension, which means it can directly take the html from the browser. My plugin however is using an http request on a given URL which will only return the html visible on page loading. Thats why I see no way of getting the text behind the See More button. Manually clicking the button won't help either since it will only change the html in the browser, reloading the site will immediately undo this.

FelipeRearden commented 3 years ago

Hello @marcjulianschwarz !!1

I was afraid of that :( .

Question: Do you think if the See More button was "open" by default would help us to integrate ?

FelipeRearden commented 3 years ago

I'm asking this because we have a last chance of getting this. Airr has a help section that let the users send messages asking for help or FR's.

I think we have 3 approach to try and I wanna ask for your help to decide:

01- Ask them to get rid of the See More; 02- Ask them to open See More as the default behavior; 03 - Ask about the API explaining exactly our need and who we are (obsidian community .....). I'm almost sure that they have some kind of API.

I think we should try first 01 and 02 to see what happens.

For 03 I'm gonna need your help to write the text since I am not a developer and not an English native speaker .

What you think @marcjulianschwarz ?