qwe/notes.md
2023-12-25 21:21:42 -05:00

40 lines
1.0 KiB
Markdown

# Deps
Needed to
```sudo apt install libsoup-2.4-dev libwebkit2gtk-4.0-dev libjavascriptcoregtk-4.0-dev```
On void:
```
sudo xbps-install webkit2gtk-devel
```
---
# Functionality
## View settings
View settings contain
- monospace or proportional
- line gutters enabled
- linting enabled
- user-selected language stylization
- etc.
These are associated with the individual file, or the workspace if one is set.
They are only saved once a file is saved to the filesystem.
## Workspace
Your workspace is indicated on the right-side of the status bar, and represents the directory that view settings are being saved to
It can be edited by clicking on the workspace entry, or pressing Ctrl-W. The prompt will expand to fit the whole status bar, and will default to the workspace of the current file
Directory view will show the workspace if one is defined
## Directory view
Directory view is opened with ctrl-l
It will show a tree of the current directory, with subdirectories folded. The cursor will by default be at the position of the last file opened.