nameiconpathurldefault
If a url is present, a component is generated that opens the specified page.
If app is present, a component that opens the specified app is generated.
components.json
[
{
"name": "GitHub",
"icon": "Github",
"url": "https://github.com",
"default": true
}
]$ make run$ make download-iconsTemplate
{
"name": "",
"icon": "",
"url": "",
"path": "",
"default": true
}$ brew install youtube-dl ffmpeg
$ cd static/music
$ youtube-dl --extract-audio --audio-format mp3 <video-url>
Note
TailwindCSS can be used in the memo
