xwmx / nb

CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
https://xwmx.github.io/nb
GNU Affero General Public License v3.0
6.71k stars 190 forks source link

Idea: timestamp from EXIF records #187

Open adulau opened 2 years ago

adulau commented 2 years ago

I'm using more and more nb and it's really great. I like the aspect of creating a new note based on the time. I was wondering if we could imagine something similar put importing an image to start a new note in Markdown including the image imported but the original date of the document is the EXIF recorded in the image. Sometime note-taking starts from an image than from the text directly.

xwmx commented 2 years ago

@adulau Glad you like it! That sounds like it would be doable as a plugin that uses exiftool combined with import or add. I'll have to think more about this.