aardhyn / note-app-react

Minimal note app
https://notes.aardhyn.dev
MIT License
1 stars 0 forks source link

Summonable floating filepicker #11

Open caedanl opened 8 months ago

caedanl commented 8 months ago

File picker should also be available as a floating window. Opening a file should load the file into the currently focused pane (assuming split panes are implemented). In this file picker, starting to type should start fuzzy finding matches in the file names

caedanl commented 7 months ago

To clarify, by floating I mean in the same style as a command palette where it appears with a keyboard shortcut and then disappears either by 'entering' a file or hitting escape. I do not mean a modular window that you would move off to the side in it's own window.