esroyo / systemjs-cdn

A fast, smart, & global content delivery network (CDN) for modern(es2015+) web development.
MIT License
3 stars 1 forks source link

Sorry to reach out through here. #1

Closed derto42 closed 1 year ago

derto42 commented 1 year ago

Hello! I was actually making some programs for web designers. I wanted to create a quick mood boarder tool and you have probably the best implementation of it that I saw.

I actually wanted to take what you did to a next level. I have been trying out some pythons scripts and I am relatively confident I could make a smart mood board compiler based on the images grabbed. I have no experience with extensions though, so would you be interested in helping?

The idea is to use an extension to grab links for images just like you did, and then have it be fed to a server or something and the information to be pulled to local machine and the python could then download the images and compile them together in a neat way. It would then automatically export the finished board.

It would be part of this project:

https://github.com/derto42/FlowBuddy

The idea is to create an awesome productivity tool for people to use, I want the mood boarder to be a feature on there. Lmk if you are interested.

esroyo commented 1 year ago

Hi @derto42, thanks for reaching out :)

I guess you have found me via the moodboards-addon repo. I can provide guidance or help with specific doubts, but at the moment I don't really have enough interest in the topic to get involved in a project. The actual part of the code that could be used is quite simple. No need to say you can reuse it. Developing an extension this days is easier than ever with modern environments and "starter kits" like vite-plugin-web-extension.

Best regards.

derto42 commented 1 year ago

I am not a developer so I have been trying to get ChatGPT to learn your implementation to pull images and apply it, but no luck so far. I got as far as to create moodboards and store info in storage but the way you pull the images I wasn't able to implement. It just kept not storing anything. I spent like 2 days in a row on this but no code knowledge is really my downfall. Would it be difficult for you to at least reuse the way you pull the images in my existing extension?

derto42 commented 1 year ago

I see you already have a script to do that, I just need it tied into my extension if that makes sense

derto42 commented 1 year ago

Anyways here is my repo: https://github.com/derto42/MoodBoarder

It lets me store the URLS for each moodboard, I will then create a python script that will download and arrange in a pretty way.

If you have some free time and this isn't too difficult any help would be appreciated. I am not in any hurry with this, I'll jsut leave it on the back shelf. If you are too busy it is okay, no worries :)