tidalcycles / strudel

Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
https://strudel.cc/
GNU Affero General Public License v3.0
641 stars 111 forks source link

Add a search bar to the REPL Reference tab #1165

Closed netux closed 2 weeks ago

netux commented 1 month ago

Simple text input that sticks to the top.

Filters by just checking if the search term is in the entry name or synonyms, if available.

Empty search

Search matches two functions with a similar synonym

yaxu commented 3 weeks ago

Works for me!

yaxu commented 3 weeks ago

ok to merge @daslyfe @felixroos ?

felixroos commented 3 weeks ago

fine with me! thanks @netux

yaxu commented 2 weeks ago

Thanks @netux !