obsidian-plugin-auto-tag
obsidian-plugin-auto-tag copied to clipboard
Easily generate relevant tags for your Obsidian notes.
Hi! I propose a feature to support third-party API providers such as LocalGPT:  These tools provide custom ports and keys, enabling users to access different OpenAI interfaces. This feature...
 That link takes you to [the duck duck go homepage.](https://duckduckgo.com/)
This has proved a very useful plugin so far. The one issue I ran into is a .png embed in a note brought the plugin to crash each time. In...
There are several LLMs now available that would be adequate substitutes for ChatGPT's, using the openai API. To avoid forcing you choose which alternatives to offer, if you just allow...
My vault has thousands of notes, but is completely uncategorized/tagged. This is because I imported it from a basic note-taking app that doesn't do tags. It would be amazing if...
Hi ! nice work ! I think you are not including the note title in the prompt in order that openAI uses it to generate some extra tags.
When unchecking the "#autotag" prefix and simultaneous unchecking "autotags:" OpenAI returns an empty array... With prefix: [17/10/2023, 00:02:41] [autotag][dbg] Finding tags for user-selected text (696 chars) [17/10/2023, 00:02:43] [autotag][dbg] OpenAI...
It would be amazing if auto-tag could query existing tags and serve those up too. Here's what I imagine it would look like Vault tags to insert #SomeOftenUsedTag New tags...
This PR adds ability to change the model used to generate the tags (gpt-4o-mini, better and cheaper than 3.5 turbo). It also sends all of the existing tags to improve...