28 lines
685 B
Markdown
28 lines
685 B
Markdown
%%
|
|
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.
|
|
|