I hate this stupid piece of shit software in my country I want a SIMPLE note taking app where I can post youtube videos and see the thumbnail basically like notepad but it auto-organizes my notes and has some built-in features for displaying thumbnails of PDFs, videos, etc that I paste into it WHY does this not exist? Why do my countrymen need to struggle with this piece of shit instead?
>>214675882So why don't you make it then. It should take like half a day to make something like that yourself.
>>214676151I don't have claude code
>>214676151I think you are really underestimating how difficult it is to make software like notepad but with thumbnails
>>214675882here you go bro
>>214675882Pen and paper?
>>214676331can you display a youtube or pdf thumbnail using pen and paper?
>>214676181It's like 20$ firsties can afford it>>214676188It literally isn't.Just parse the copied YouTube videos URL. Get the video ID from the URL. img.youtube.com/vi/your_video_id_here/maxresdefault.jpgIf it doesn't have maxresdefault then hqdefault.jpghttps://img.youtube.com/vi/dQw4w9WgXcQ/maxresdefault.jpgHere, try this.
>>214676394is it possible for you to make an obsidian add-on that can do this for me? see the problem with the ones that exist is they don't thumbnail video/pdf links automatically. they can do it but only after pressing a key that you set like ctrl l or something
>>214676394You can either just source the image like that with only the URL if your app connects to the internet Or if it's notOnce you have the image, save the image to your device, use indexDB for offline storage. If you want, you can Googles's file storage API with flutter or react native or whatever you're using.Then draw it using an img tag.
>>214676425I've never used obsidian but I would.....FOR MONEY.Jk I'll probably make some lightweight notes app and post the repo here later.
>>214675882>where I can post youtube videos and see the thumbnail Telegram's "Saved Messages" does it.> but it auto-organizes my notes How? How can it auto-organise, if it doesn't know what kind of organise you want?
>>214676425>>214676542I checked and it already exists on githubhttps://github.com/Meikul/obsidian-thumbnailsAnother onehttps://www.obsidianstats.com/plugins/enhance-youtube-links?utm_source=chatgpt.com