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

Uninstalling tutorial #98

Open
pixeljammed opened this issue Apr 16, 2024 · 2 comments
Open

Uninstalling tutorial #98

pixeljammed opened this issue Apr 16, 2024 · 2 comments

Comments

@pixeljammed
Copy link

pixeljammed commented Apr 16, 2024

BACK UP YOUR VAULT BEFOREHAND!!

If you are on mac/linux, run this in your vault folder in terminal:
find . -maxdepth 100 -type f -name '_Index_of_*.md' -delete

Windows (untested)
for /f "delims=" %i in ('dir /s /b /a-d "*index of*"') do del "%i"


If you are retarded like me and decided to name your files the same name as their folder for Folder Note plugin integration, run this (mac only)
find /path/to/search -type f -name "*.md" -exec grep -l "Zoot" {} + | xargs -I {} mv {} /path/to/destination

Replace the paths accordingly incase you accidentally fuck it up!

@gitscosh
Copy link

Have you found an alternative plugin that's up to date? I really like how it automatically adds and updates index files to folders so that it maps out nicely in graph view. That's the only functionality I use it for.

@pixeljammed
Copy link
Author

i think you could try searching for some updated / graph related plugins, people have made those and they might have a "show folder connections" option. havent looked myself but would be interested so please let me you if you find something =)

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

No branches or pull requests

2 participants