lynxkite / lynxkite-2024-prototype

An experimental rewrite of LynxKite
Apache License 2.0
0 stars 0 forks source link

Split directory browser from LynxKite #2

Open darabos opened 5 months ago

darabos commented 5 months ago

Since LynxKite workspaces are now normal files, the directory browser is just a file browser. Surely there is prior art for that? I don't want to implement all file operations myself! (I couldn't even bring myself to implement renaming, to be honest.)

Some ideas discussed for this:

None of these are clear winners, especially if we split the editor (#1). In one use case we would prefer to work with local files. (E.g. maybe LynxKite graph analytics.) In another, the workspace is closely tied to a remote server. (E.g. if you are configuring a chatbot in production.)