EFLS / zetteldeft

A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
https://efls.github.io/zetteldeft
GNU General Public License v3.0
394 stars 42 forks source link

Question: Batch rename tags on all related zettels #120

Open buhtz opened 3 years ago

buhtz commented 3 years ago

Sounds like a search-and-replace-in-all-files-feature.

Is there a zetteldeft-way for this? Or should I search for an emacs way?

EFLS commented 3 years ago

Look for an Emacs way. I use wgrep to do this: it allows you to edit a grep buffer (with the search results) and write changes to all files where they appear.