zettelgeist icon indicating copy to clipboard operation
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...

Results 13 zettelgeist issues
Sort by recently updated
recently updated
newest added

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`...

enhancement

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...

enhancement

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...

enhancement

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"'...

bug

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...

dependencies

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...

enhancement

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).

documentation

Searching with `zfind` will be more convenient if the arguments `--database` and `--query-string` are given short forms, perhaps `-d` and `-q`.

enhancement

`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...