diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-14 23:48:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-14 23:48:24 +0300 |
| commit | 439cd968fd2bd171bcf1d0f527e86e8584ba85b1 (patch) | |
| tree | 5874b55a0944977d579dba0d66a9a128f8a73f79 /internal/queue/queue.go | |
| parent | 8d1fd1f5e0b77707199c6e22b028b27126125e55 (diff) | |
initial share tags
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 |
