Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classifying all notes in vault instead of just the active note? #17

Open
JroachAu opened this issue Nov 10, 2023 · 5 comments
Open

Classifying all notes in vault instead of just the active note? #17

JroachAu opened this issue Nov 10, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@JroachAu
Copy link

Can we look into auto-classifying all notes in the vault with multiple relevant tags.

@Nathandomes
Copy link

I agree, would be very useful. I actually came to the Issues tab just to request this too.

I currently use another note taking app, and have a huge stash of uncategorized and untagged notes. Importing this into Obsidian would make for a bunch of loose (messy) notes. If I can have an auto-classifier go through all the back catalogue of notes and add tags, that would be amazing.

@HyeonseoNam HyeonseoNam added the enhancement New feature or request label Mar 9, 2024
@mattjoyce
Copy link

Perhaps the way to approach this, is to have a folder. Any file placed in the folder will be classified, and move to another folder.
I just feel automating changes for every file is likely to end up with some regret.

@dxcore35
Copy link

Please this! I dont think the implementation is difficult as it is only a loop and reusing the same code. It will be nice to have rightclick on folder and have there classify notes inside.

@creuzerm
Copy link

The python code I use to accomplish this goal first checks to make sure there are no tags already in place. Trying to find that balance between risking damaging existing human curated tags vs tagging 'empty' files.

@khallmark
Copy link

The python code I use to accomplish this goal first checks to make sure there are no tags already in place. Trying to find that balance between risking damaging existing human curated tags vs tagging 'empty' files.

Care to share the script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants