text search of any node in the outliner
authorxangelo <git@xangelo.ca>
Tue, 24 Jan 2023 20:31:09 +0000 (15:31 -0500)
committerxangelo <git@xangelo.ca>
Wed, 25 Jan 2023 18:00:56 +0000 (13:00 -0500)
commit94b116241112f126e4685f21647a5deba6647db6
tree2d29538c10893403a43f31f4f76998aa0a03e7e1
parent90a492c32a21b679efbe273213ddde32408406d7
text search of any node in the outliner

By pressing `shift+f` you can open the search modal. Any text typed in
will debounce for 100ms before displaying results from all nodes (even
folded). You can use the arrow keys to navigate around between the
different search results.

Pressing `enter` will exit search, place the cursor on the highlighted
node in the search results, and expand the node path to the selected node.
package-lock.json
package.json
public/assets/bundle.js [new file with mode: 0644]
public/assets/bundle.js.LICENSE.txt [new file with mode: 0644]
public/assets/style.css
src/client.ts
src/help.ts
src/search.ts [new file with mode: 0644]
webpack.config.js