View Single Post
Old 09-27-2014, 11:10 PM   #12
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,811
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by MerlinMama View Post
Okay, I think I got it. However, as a trial, I resaved it and I'm not sure anymore if this is the right one. I'm pretty sure it is...
@MerlinMama That file has this in it
Code:
  "saved_searches": [
    {
      "name": "Alright", 
      "case_sensitive": true, 
      "mode": "regex", 
      "replace": "ll right", 
      "find": "lright", 
      "dot_all": true
    }, 
    {
      "name": "Honorific 1", 
      "case_sensitive": false, 
      "mode": "regex", 
      "replace": "Mr. ", 
      "find": "Mr ", 
      "dot_all": false
    }, 
    {
      "name": "Honorific 2", 
      "case_sensitive": false, 
      "mode": "regex", 
      "replace": "Mrs. ", 
      "find": "Mrs ", 
      "dot_all": false
    }
  ],
And they all work fine. Couldn't see any obvious anomalies

I understood you to say that when you first looked at the tweak_book_gui.json file the "saved_searches": entry was empty as in

Code:
  "saved_searches": [
  ],
Perhaps you misinterpreted my "[...]" in post #4. Anyway I assume you now have it working, that's what really matters

BR
BetterRed is online now   Reply With Quote