|
|
|
|
|
by iamcalledrob
290 days ago
|
|
The underappreciated .url file / [InternetShortcut] format seems like a much better fit for this: 1. 20+ years of OS support for double-click to open 2. It already supports an embedded title. 3. It's basically just INI/TOML, so you can add custom fields that get ignored by parsers. Want to embed a screenshot? Just append Screenshot=B64(data). Want to add tags? Same deal. You can also organise them as files in...folders. |
|