Restart with Claude

This commit is contained in:
2026-03-20 11:54:56 -07:00
parent 02a6356158
commit ea32237279
27 changed files with 1400 additions and 83 deletions

27
docs/KExocortex/UI.md Normal file
View File

@@ -0,0 +1,27 @@
%%
Title: Exocortex UI
Created: 2022-03-08 03:09
Status:
Parent: [[Archive/Computing/KExocortex]]
Tags:
Source:
%%
# Exocortex UI
A huge part of the exocortex is having a useful user interface, one that allows for querying and whatnot.
### Java
* [Compose](https://www.jetbrains.com/lp/compose/) -- requires gradle, couldn't get it to build.
* [[Resources/Computing/Lang/Java/JavaFX|JavaFX]]
### Go
- [Fyne](https://github.com/fyne-io/fyne) - a cross-platform UI based on Material
### Things to steal
* IntelliJ has the CTRL+SHFT+A to bring up the actions menu. This would be useful to switch modes, enable quickly querying, etc.
* Dendron's C-L is nice for creating notes.