jramke / stashlist

The Creative Vault for your resources — Stashlist helps you stash all your resources in one place.
https://stashlist.app
GNU General Public License v3.0
7 stars 1 forks source link

Support for text/bookmarklets #60

Closed jramke closed 1 week ago

jramke commented 1 month ago

for example this stats.js bookmarklet script

javascript:(function(){var script=document.createElement('script');script.onload=function(){var stats=new Stats();document.body.appendChild(stats.dom);requestAnimationFrame(function loop(){stats.update();requestAnimationFrame(loop)});};script.src='https://mrdoob.github.io/stats.js/build/stats.min.js';document.head.appendChild(script);})()

jramke commented 3 weeks ago

Or just simple text snippets. Maybe also colors when creating a moodboard or sum