Quote:
Originally Posted by MerlinMama
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