daniel
daniel
Not sure if related, but with my config ``` set nocompatible filetype plugin on let g:vimwiki_list = [{'path': '~/cloud/notes--20240114', 'syntax': 'markdown', 'ext': 'md'}] let g:vimwiki_global_ext = 0 ``` (no dot...
Hi @kangmingtay, thanks for your reply! I've moved away from the `auth-helper` package since posting this issue and migrated to `swr`, so I cannot check back, but to still answer...
Another way to achieve a cleaner tag collection could revolve around using [function calling](https://platform.openai.com/docs/guides/function-calling) as the method to get the tags (see also my suggestion in #529 before I saw...