akosbalasko / akosbalasko/zoottelkeeper-obsidian-plugin
Uninstalling tutorial
- Langage dominant
- TypeScript
- Étoiles
- 231
- Forks
- 17
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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!
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.