akosbalasko / akosbalasko/zoottelkeeper-obsidian-plugin
Uninstalling tutorial
- Ngôn ngữ chính
- TypeScript
- Star
- 231
- Fork
- 17
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
# 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!
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.