GedächtNAS - external storage for your brain
It now does more than plain data dir migration. I'm not yet sure though when tidying will be executed during normal operations. During app startup sounds appropriate, maybe even at the end of open_and_migrate. |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| gdn | ||
| gdn-app | ||
| gdn-cli | ||
| meta | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| Cargo.lock | ||
| Cargo.toml | ||
| ideas.md | ||
| logo.svg | ||
| logo_inkscape.svg | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tailwind.config.ts | ||
GedächtNAS - external storage for your brain
The name?
"Gedächtnis" is German for memory (brain), "NAS" stands for Network-Attached Storage. The combination of the two is a bad pun that requires specialized hardware to even type properly.
In places where the proper name — "GedächtNAS", including the umlaut and capitalization — can't be used, the technical name — "gedaechtnas", always lowercase — or the abbreviated name — "gdn" — shall be used instead. Other variations or spellings are incorrect.
Todos
- TODO Add history widget to top of screen
- TODO Show pinned message at bottom of screen
- TODO Gray out unusable sibling buttons when hovering over anchor note
- TODO Tooltips for note actions
- TODO Clickable parents
- TODO Logging (using
tracing)