You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at moving across to using Dashy (awesome work on this btw - very cool!) but have a lot of links in my current solution. I exported my links to a HTML file and then used ChatGPT to create the entries that I can paste in to my Dashy conf.yml.
This was the ChatGPT question I asked:
Take each html link from this file and insert it into a new file in YAML format. Each link should be part of an overall section named "items" and have title, url and icon entries. The title should come from the text of the html link, the url is the actual html link itself and icon should be set to the value "favicon". The new section should be under another section called "name" with a value made up of the parent H3 tags.
The only thing I needed to do was paste into my conf.yml and then indent it to match the existing config (a doddle in something like VSCode)
NB. Not sure if you can upload a file or not on free ChatGPT as I currently pay?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am looking at moving across to using Dashy (awesome work on this btw - very cool!) but have a lot of links in my current solution. I exported my links to a HTML file and then used ChatGPT to create the entries that I can paste in to my Dashy conf.yml.
This was the ChatGPT question I asked:
Take each html link from this file and insert it into a new file in YAML format. Each link should be part of an overall section named "items" and have title, url and icon entries. The title should come from the text of the html link, the url is the actual html link itself and icon should be set to the value "favicon". The new section should be under another section called "name" with a value made up of the parent H3 tags.
The only thing I needed to do was paste into my conf.yml and then indent it to match the existing config (a doddle in something like VSCode)
NB. Not sure if you can upload a file or not on free ChatGPT as I currently pay?
Beta Was this translation helpful? Give feedback.
All reactions