Zippy note taking workflow that fits my needs.
Go to file
2024-07-14 23:20:06 -07:00
example reconfigure examples 2024-07-14 11:29:53 -07:00
src/z update config location 2024-07-14 23:20:06 -07:00
.envrc reconfigure examples 2024-07-14 11:29:53 -07:00
.gitignore update gitignore for examples 2024-07-14 23:19:42 -07:00
config.toml big updates to a package 2024-07-14 11:20:37 -07:00
default.nix big updates to a package 2024-07-14 11:20:37 -07:00
pyproject.toml big updates to a package 2024-07-14 11:20:37 -07:00
README.md rename from z.py to z-py 2024-07-14 11:33:25 -07:00
requirements.txt update ignore and add reqs file 2024-07-11 22:20:38 -07:00

z-py

Gotta go fast! -Bowser

A zippy note taking implementation that fits my needs. Principles are:

1. Should be pure python and only rely on standard libraries
2. Loosly based on the excellent Denote package for Emacs
3. CLI first with potential to integrate with (n)vim
4. Primarily for Markdown files, but can name other files
5. Notes viewable and editable with Obsidian

Notes:

- z-py assumes you want to operate in the current folder where the command
  is run. Folders are indicated by creating a `.z` file.