GedächtNAS - external storage for your brain
Find a file
Joscha b0ea87dbd6 Rename migrate command to tidy
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.
2025-04-29 01:36:38 +02:00
.github/workflows Migrate to rust edition 2024 2025-02-21 12:54:47 +01:00
.vscode Fix vscode settings for formatting rust code 2025-02-13 14:11:40 +01:00
gdn Store repo names and selected repo in state 2025-04-29 01:33:28 +02:00
gdn-app Update dependencies 2025-04-28 01:55:38 +02:00
gdn-cli Rename migrate command to tidy 2025-04-29 01:36:38 +02:00
meta Set up eslint 2025-02-10 14:49:52 +01:00
.gitignore Set up prettier and tailwind even harder 2025-01-26 23:57:28 +01:00
.prettierignore Set up prettier and tailwind even harder 2025-01-26 23:57:28 +01:00
.prettierrc Set printWidth to 100 for code files 2025-02-07 21:53:19 +01:00
Cargo.lock Update dependencies 2025-04-28 01:55:38 +02:00
Cargo.toml Specify gdn-cli as default member 2025-04-28 03:20:40 +02:00
ideas.md Write down ideas and next steps 2025-04-28 04:03:51 +02:00
logo.svg Create logo 2025-01-25 11:20:32 +01:00
logo_inkscape.svg Create logo 2025-01-25 11:20:32 +01:00
package.json Update dependencies 2025-04-28 01:55:38 +02:00
pnpm-lock.yaml Update dependencies 2025-04-28 01:55:38 +02:00
pnpm-workspace.yaml Set up prettier and tailwind even harder 2025-01-26 23:57:28 +01:00
README.md Add todo 2025-02-19 14:00:35 +01:00
tailwind.config.ts Set up prettier and tailwind even harder 2025-01-26 23:57:28 +01:00

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)