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'm just passing this on in the interest what works for me that others might find beneficial if you added to JSFiddle.
A couple of years ago I wrote my own clone of JSFiddle. I had 2 things I wanted
An editor I preferred (yea, I know, emacs vs vim 😂)
Faster search
In my clone, I keep a list of all of the names of the user's fiddles in localstorage. Syncing can ask the server (give me only the fiddles that are newer than <date>) and I've stored the date of last sync also in localStorage so updating is quick.
But, the bigger win is, search is instant
What this means is it has become my go-to site for personal working examples and code snippets because it's quick to find them. Search was added to JSFiddle but, at least for me, it's too slow to be useful. The live thumbnails are beautiful as well but they're slow for my use case, partly because only about 6 results fit on the screen, partly because they're often distracting from the titles, if I have multiple titles with similar looks.
Because the one I'm using is fast, I have over 900 code samples and growing. Maybe others would also find that use case better served with faster search UI in JSFiddle?
Screen.Recording.2023-04-14.at.15.25.47.mov
The text was updated successfully, but these errors were encountered:
I'm just passing this on in the interest what works for me that others might find beneficial if you added to JSFiddle.
A couple of years ago I wrote my own clone of JSFiddle. I had 2 things I wanted
In my clone, I keep a list of all of the names of the user's fiddles in localstorage. Syncing can ask the server (give me only the fiddles that are newer than
<date>
) and I've stored the date of last sync also in localStorage so updating is quick.But, the bigger win is, search is instant
What this means is it has become my go-to site for personal working examples and code snippets because it's quick to find them. Search was added to JSFiddle but, at least for me, it's too slow to be useful. The live thumbnails are beautiful as well but they're slow for my use case, partly because only about 6 results fit on the screen, partly because they're often distracting from the titles, if I have multiple titles with similar looks.
Because the one I'm using is fast, I have over 900 code samples and growing. Maybe others would also find that use case better served with faster search UI in JSFiddle?
Screen.Recording.2023-04-14.at.15.25.47.mov
The text was updated successfully, but these errors were encountered: