obsidian-plugin-auto-tag icon indicating copy to clipboard operation
obsidian-plugin-auto-tag copied to clipboard

[Feature request] Suggest existing vault tags

Open huachuman opened this issue 2 years ago • 3 comments

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 to insert #autogeneratedTag

...

I know I personally have a lot of tags but never know off the top of my head which ones to apply. It would be really cool if the AI could remind me of relevant tags I'm already using that should be applied to this note/text selection.

huachuman avatar Oct 12 '23 09:10 huachuman

It would be amazing indeed! Keeping adding new tags would get out of hand quickly enough.

For this, it's text classification with an existing set of tags. This could be done with OpenAI too of course but I'd rather look into options for handling it locally and offline if possible (free, fast, better for privacy).

Will start to look into it :-)

CtrlAltFocus avatar Oct 13 '23 21:10 CtrlAltFocus

Started looking into it, but as the plugin is newly launched some bug reports are coming in and these get priority. 🙏 Will update here once there's progress.

CtrlAltFocus avatar Oct 21 '23 15:10 CtrlAltFocus

Just trying out the plugin and came to suggest the same feature as well as a way to limit the number of tags suggested.

CodeOfficer avatar Jan 18 '25 20:01 CodeOfficer