zettelgeist
zettelgeist copied to clipboard
A less-is-more (distributed) notetaking application. Designed specifically for those who prefer working with the command line and want to do crazy indexing, analysis, and transformation of notes. Aime...
The `--counter` option assigns a serial number to new notes created with the `zettel` command. Usage: ``` --counter COUNTER counter name (defaults to --id if present) ``` The file `.counter.dat`...
Command line options for `zettel`, `zimport`, and `zfind` could be simplified by reading default settings from a configuration file located within a `.zettelgeist` directory, on the model of `.git`. The...
Output of `zfind` is controlled with options of the form `--show-`, e.g. `--show-title`, `--show-summary`, `--show-bibkey`. Usage and documentation would be simplified if the syntax were changed to `--show` [*field*]... The...
Prior to zettelgeist v.1.1.5, queries with `zfind` worked as described in the [baseball tutorial](https://github.com/ZettelGeist/zettelgeist/wiki/Manual#tutorial-1-baseball). The grammar of query strings has changed, such that ```shell zfind --database index.db --query-string 'tags:"National League"'...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Currently zetteln have no unique identifier other than their path. Zetteln created with `--name timestamp` have a unique numerical string in the filename (because `timestamp` is printed in the format...
Document the `--publish` option for `zfind`, as implemented in the [Baseball encyclopedia](https://github.com/ZettelGeist/zg-tutorial/tree/master/a-working-example) and [syllabus builder](https://github.com/icornelius/zg-syllabi).
Searching with `zfind` will be more convenient if the arguments `--database` and `--query-string` are given short forms, perhaps `-d` and `-q`.
`zimport` reports progress ("Processing FILENAME...") and errors (unexpected keys, invalid YAML). This behavior is appropriate for small collections of zetteln. When importing large collections (hundreds of files), the progress report...
Fixes #37 and #39