akosbalasko / akosbalasko/zoottelkeeper-obsidian-plugin

Uninstalling tutorial

Open
#98 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
231
Forks
17
PR merge metrics
No merged PRs in 30d

Description

# 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 stupid, 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!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.