You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 drowns out the error messages.
A possible solution is to count the files in the directory tree targeted for import, then reduce the verbosity of zimport above a certain threshold (100 files, perhaps). Some sort of progress reporting remains desirable, as importing a collection of 1000+ files can take 15 seconds, depending on system. Perhaps we could set a counter and emit progress at milestones (every 100th file, e.g.). Or write errors to a log file.
The text was updated successfully, but these errors were encountered:
icornelius
added a commit
to icornelius/zettelgeist
that referenced
this issue
Jun 23, 2024
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 drowns out the error messages.A possible solution is to count the files in the directory tree targeted for import, then reduce the verbosity of
zimport
above a certain threshold (100 files, perhaps). Some sort of progress reporting remains desirable, as importing a collection of 1000+ files can take 15 seconds, depending on system. Perhaps we could set a counter and emit progress at milestones (every 100th file, e.g.). Or write errors to a log file.The text was updated successfully, but these errors were encountered: