This repository has been archived on 2021-02-13. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
Brian Hicks c63e78cef4 print all paths instead of just the default 2020-06-12 06:05:28 -05:00
bin rewrite zettel-open 2020-06-10 05:42:41 -05:00
demo move zettel to demo 2020-05-29 14:27:00 -05:00
nix gitignore sources to Rust package build 2020-05-31 06:09:03 -05:00
rc make autocompletion work 2020-06-12 05:52:44 -05:00
src print all paths instead of just the default 2020-06-12 06:05:28 -05:00
.envrc add rust-built binaries to path for easier testing 2020-06-10 05:42:49 -05:00
.gitignore build Rust package and combine those binaries with the shell scripts 2020-05-29 13:21:28 -05:00
Cargo.lock port slugify 2020-05-31 06:02:41 -05:00
Cargo.toml add clippy in pedantic mode and fix everything 2020-06-02 16:56:51 -05:00
README.md TODONE 2020-05-31 05:33:46 -05:00
default.nix gitignore sources to Rust package build 2020-05-31 06:09:03 -05:00
dev.sh add dev script so I don't have to re-type stuff every time 2020-06-03 05:32:44 -05:00
shell.nix add clippy in pedantic mode and fix everything 2020-06-02 16:56:51 -05:00

README.md

Zettel

A Zettelkasten note-taking system.

Basically, lots of little notes which are linked and navigable through a consistent interface. The word is from German: Zettel for slip (of paper) and kasten for box. (TODO: check etymology if I publish this.)

The rest of this README is a demonstration of the output. Check it out at /demo in the source.

TODO

  • pick a language
  • CLI should help me create new notes or find existing ones
  • CLI should help me link to notes
    • there should be a CLI tool to search for a note by title
    • there should be editor integration to search for the note
  • CLI should keep my links up to date
  • CLI should split existing notes into new ones
  • CLI should help me find unlinked notes
  • CLI should help me browse through my notes to peruse/discover them
  • CLI should manage a reasonable split between public notes and private ones
  • CLI should query things I've written