[Zim-wiki] Small replace tool for UNIX ( Find and Replace)

2016-04-18 Thread Dr. Andreas Wehler
Hi. Under UNIX/Linux you may apply a small simple job, see attached tool Replace.py To replace occurences of "one two three" in any text files within the tree /tmp to "three two one" just do: find /tmp -name "*.txt" | Replace.py "one two three" "three two one" and everything is done. You

Re: [Zim-wiki] Find and Replace

2016-04-18 Thread Jaap Karssenberg
Hi Karthik, Afraid this is not possible at the moment. However, since all content in zim is in text files, you could use another editor with this function if you nee dit once. If you need it often, makes sense to write a script or plugin for this. Regards, Jaap On Mon, Apr 18, 2016 at 12:35 AM