Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Suddenly remembering the script that can merge and run multiple Greps, where is it?

Guide ,
Jan 25, 2024 Jan 25, 2024

I seem to have seen a script that can run multiple Greps at once.

However, at that time, it didn't feel very scientific and didn't feel very good to use, so I didn't collect it.

Do you know where to find it?

Thank you.

TOPICS
Bug , Experiment , Feature request , How to , Import and export , Scripting
785
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 26, 2024 Jan 26, 2024

Maybe this one:

https://creativepro.com/files/kahrel/indesign/grep_query_runner.html

 

However, at that time, it didn't feel very scientific

 

Interesting. What do you mean by that?

Translate
Community Expert ,
Jan 25, 2024 Jan 25, 2024

Are you referring to the FindChangeByList script? This is where you can list multiple find change queries and run them all at once. It's in Window > Utilities > Scripts > Application > Samples > JavaScript.

 

~Barb

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 25, 2024 Jan 25, 2024

It seems like this.

It doesn't seem like this.

I have already deleted the software that comes with it.

Is there an improved version.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 25, 2024 Jan 25, 2024

Hi  Barb Binder

Do you have FindChangeByList.jsx?

Can you upload a CC version to me?

I deleted mine

thanks

 

----------------

t seems like this.
It doesn't seem like this.

The meaning is to be indecisive.

Perhaps, it seems that

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 25, 2024 Jan 25, 2024

Can you clarify these two lines? I have no idea what you mean:

It seems like this.

It doesn't seem like this.

 

The script comes with InDesign—you will need to have InDesign installed to use it. 

I have already deleted the software that comes with it.

 

To the best of my knowledge, the script as shipped has not been updated in years. And that's because we customize it to meet our specific needs. It lists examples and then we tweak it. 

Is there an improved version.

 

~Barb

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 26, 2024 Jan 26, 2024

I suspect you're thinking of Peter Kahrel's GREP Query Manager.

His archive is now hosted at Creative Pro...

https://creativepro.com/files/kahrel/indesign/grep_query_manager.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 26, 2024 Jan 26, 2024

Not this, this is managing Grep.

I am looking for someone who can execute multiple Greps at once

Perhaps it's FindChangeByList.jsx, which comes with Indesign

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 26, 2024 Jan 26, 2024

I made an improved version of this script and it cleans up twice as many small typesetting/keyboarding issues. I have it on trainingonsite.com

Mike Witherell
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 26, 2024 Jan 26, 2024

Maybe this one:

https://creativepro.com/files/kahrel/indesign/grep_query_runner.html

 

However, at that time, it didn't feel very scientific

 

Interesting. What do you mean by that?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 26, 2024 Jan 26, 2024

That's it.

Peter Kahrel ~ great and invincible.

Thank you very much~

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 13, 2024 Mar 13, 2024

Hellow @Peter Kahrel 

How does this script set the search scope?
For example, I only want to target the selection area or the current text box.
Now it is the default to search and replace the entire document.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 13, 2024 Mar 13, 2024

You can't set the search scope, it's always the document. I could add the selection of the search scope though.

 

In the meantime, you can use this script:

https://creativepro.com/files/kahrel/indesign/grep_query_manager.html

which you can use to run queries (and much more) and in which you can select a scope.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 16, 2024 Mar 16, 2024

Thank you.
It's strange why these two scripts haven't been merged into one.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 16, 2024 Mar 16, 2024
 
Can you determine which GREP should be run when and on which Text object(s)? Multiple documents maybe?

 

Or is it on a case-by-case basis = current selection?

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 16, 2024 Mar 16, 2024

It's strange why these two scripts haven't been merged into one.

 

The idea is that grep_query_runner is the more accessible script, more user-friendly. But adding the selection of the search scope seems a useful option, so I've added that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 16, 2024 Mar 16, 2024

Hi~@Peter Kahrel 

The new grep_query_runner.jsx seems to have some issues.
When you select a text box, an error is reported.
And where can I see all your latest scripts.
thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 17, 2024 Mar 17, 2024

Fixed -- thanks for mentioning it.

 

The scripts are here: https://creativepro.com/files/kahrel/indesignscripts.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 21, 2024 Mar 21, 2024

@Peter Kahrel 

About Grep_query_runner.jsx.
If you could add style search and replacement functions, that would be great.
Thank you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 22, 2024 Mar 22, 2024
LATEST

All that is part of the queries.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines