Back to Folo

Folo Command Abstractions

apps/desktop/layer/renderer/src/modules/command/README.md

0.9.0710 B
Original Source

Folo Command Abstractions

this module encapsulates the command abstractions specifically designed for the Folo feature, which is leveraged through CMD-K.

The architectural design of the API takes inspiration from the VSCode Command Abstractions.

The registry component has been adapted from the innovative work found in AFFiNE.

Furthermore, the hook design principles draw inspiration from the ideas proposed by Supabase.