diff options
Diffstat (limited to 'internal/queue/queue.go')
| -rw-r--r-- | internal/queue/queue.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/queue/queue.go b/internal/queue/queue.go index fcef897..adc16e3 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -16,6 +16,9 @@ import ( // Strictly, we only operate on .txt files, but we also accept .md as Obsidian creates only .md files. var validExtensions = []string{".txt", ".md"} +// TODO: add support of parsing the share tags +// sdlfkjsdflksdjfsldfkj.share:linkedin:-mastodon:x.txt +// etc func Run(args config.Args) error { if err := queueEntries(args); err != nil { return err |
