CtrlAltFocus / obsidian-plugin-auto-tag

Easily generate relevant tags for your Obsidian notes.
https://twitter.com/ctrl_alt_focus
MIT License
43 stars 6 forks source link

[Feature request] Suggest existing vault tags #8

Open huachuman opened 11 months ago

huachuman commented 11 months ago

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.

CtrlAltFocus commented 10 months ago

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 commented 10 months ago

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.