Git-Sum / obsidian-enhance-youtube-links

Take a YouTube link and get the title and optionally channel name, channel URL, and thumbnailURL.
MIT License
11 stars 2 forks source link

Is the project still active? #4

Open netopolit opened 9 months ago

netopolit commented 9 months ago

@Git-Sum, I'd like to submit a PR if the project is still actively maintained. Otherwise, I'd like to fork the repository, keep all the current functionality, add a couple of options and improvements, and maintain it.

I'd also like to review the PR from @1C0D and possibly approve it.

Thanks, Mislav

Git-Sum commented 9 months ago

Hello,

I will not be maintaining this project. Feel free to take it over.

netopolit commented 9 months ago

Hi, Would you like me to use the repo as a base for a new plugin with a different name, or would you rather transfer the ownership? I don't have a preference either way.

timothyausten commented 6 months ago

@netopolit If you want to fork to a new project, I'll put it to use.

netopolit commented 6 months ago

@timothyausten The main reason I wanted to work on this plugin is title fetching. In the meantime, I found this plugin https://github.com/zolrath/obsidian-auto-link-title that suits my needs. I don't think there will be added value in continuing work on obsidian-enhance-youtube-links

timothyausten commented 6 months ago

Looks like it captures YouTube video names, too.

timothyausten commented 6 months ago

Nope, it doesn't. Not on mobile anyway.

netopolit commented 6 months ago

It does on desktop, but I haven't tried it on mobile

netopolit commented 6 months ago

Found an open issue for mobile. Not sure if author will decide to fix it https://github.com/zolrath/obsidian-auto-link-title/issues/46

dawn0us commented 2 months ago

@netopolit You can check out plugins like "Thumbnails" and "Rich Links" which both work on mobile.

netopolit commented 2 months ago

@dawn0us Thank you. I was looking for a plugin that populates the video title on YouTube link paste (just a part of what this plugin did). I ended up using an exclamation mark to show the video in the MD file and obsidian-auto-link-title to fetch the video title.

dawn0us commented 1 month ago

@netopolit I tried that already. But it doesn't work on link like this https://youtu.be/KHVR587oW8I?si=CbgpL9aZXm4sjsWZ (copied from share button). It only fetches "Youtube" as the title. How did you make it work?

netopolit commented 1 month ago

@dawn0us Strange, it works for me. At least, it does on the desktop (MacOS). I get the full title after pasting your link in youtu.be format. .

Are you on the desktop version of Obsidian? Check if you still have obsidian-enhance-youtube-links plugin active. It should be disabled or removed and obsidian-auto-link-title installed and enabled.

dawn0us commented 1 month ago

@netopolit Thanks. It probably no longer works on mobile.

netopolit commented 1 month ago

@dawn0us You are right. I tried it now. I also found this issue: https://github.com/zolrath/obsidian-auto-link-title/issues/46 . The plugin was last updated four months ago, so there's still a chance this project is active, and the issue may be addressed in future version 🤞 .