~gpanders/gpanders.com

5cd8fe942580c3e845a4d542c0e65f1985c7ae47 — Greg Anders 4 years ago 719db29
Rename zet to wk
2 files changed, 7 insertions(+), 7 deletions(-)

M content/blog/the-zettelkasten.md
R content/projects/{zet.md => wk.md}
M content/blog/the-zettelkasten.md => content/blog/the-zettelkasten.md +4 -4
@@ 113,12 113,12 @@ create a new note and link back to the original. In this way, the Zettelkasten
grows organically over time along with its creator.

The aforementioned traits also mean that implementing your own Zettelkasten
tool is quite trivial. I did this myself with [zet][] (which I'll write about
tool is quite trivial. I did this myself with [wk][] (which I'll write about
soon), but you can also use something like [The Archive][] or [nvALT][].

[Zettelkasten.de]: https://zettelkasten.de/
[MultiMarkdown]: https://fletcherpenney.net/multimarkdown/
[zet]: https://sr.ht/~gpanders/zet/
[wk]: https://sr.ht/~gpanders/wk/
[The Archive]: https://zettelkasten.de/the-archive/
[no-categories]: https://zettelkasten.de/posts/no-categories/
[nvALT]: https://brettterpstra.com/projects/nvalt/


@@ 173,14 173,14 @@ citations of things I reference in the note itself. I use [Zotero][] to manage
references and citations, and copying a citation from Zotero into a new note is
a simple copy-paste operation.

I interact with notes in my Zettelkasten with the aforementioned [zet][] tool.
I interact with notes in my Zettelkasten with the aforementioned [wk][] tool.
Like I mentioned, I'll write about this in more detail later, but briefly, it's
a command line tool with commands like "open", "new", and "search". For
example, if I just finished reading an interesting blog post about the history
of bear migration in North America, I would simply type the following in my
terminal:

    zet new 'Bear migration in North America'
    wk new 'Bear migration in North America'

This would open a newly created note prepopulated with the relevant metadata in
my editor (Vim) and allow me to quickly start writing. In the `tags:` field, I

R content/projects/zet.md => content/projects/wk.md +3 -3
@@ 1,6 1,6 @@
---
title: zet
summary: Command line tool to manage your Zettelkästen
href: https://git.sr.ht/~gpanders/zet
title: wk
summary: Command line tool to manage a personal wiki
href: https://git.sr.ht/~gpanders/wk
featured: true
---