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

Hidden character symbol (#) went to the front

New Here ,
May 19, 2025 May 19, 2025

Hi all,

 

I have encountered an issue about the hidden character symbol (#), its suppose to be end of the sentence, but dont sure why it went to the front and then when I type someing into it, it became strange, and not in order.

 

Does anyone know what happened and how can I solve it?

Thank you in advance!

 

 

TOPICS
How to , Type
1.1K
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 2 Correct answers

Community Expert , May 20, 2025 May 20, 2025

Hi @Ken25780576sejp ,

my guess is that the paragraph is formatted with the Adobe World-Ready Composer or the Adobe World-Ready Single-line Composer plus the paragraph direction of the paragraph is right to left. Therefore the end of the story is at the left and not at the right. See my screenshot from my German InDesign where I set-up a sample below.

 

Setzer (Composer) Globaler Adobe-Absatzsetzer (Adobe World-Ready Composer) + paragraph direction: Right To Left

 

Bildschirmfoto 2025-05-20 um 09.17.58.png

 

If you do not have the MENA

...
Translate
Community Expert , May 20, 2025 May 20, 2025

Hi @Ken25780576sejp ,

also see into this blog post:

 

How to Install a Script in InDesign That You Found in a Forum or Blog Post
If you find a script that is just text (not a downloadable file), how do you install it?
by David Blatner, This article was last modified on December 21, 2021

https://creativepro.com/how-to-install-a-script-in-indesign-that-you-found-in-a-forum-or-blog-post/

 

Or look into this:

How to Install InDesign & InCopy Scripts
Just Put Them into the Proper Folder
by Dan Rodney

https://www.danrodney.com/scripts/directions-installingscripts.html

...
Translate
Community Expert ,
May 19, 2025 May 19, 2025

It happens when another text frame is above the first one.

Go to the layer panel, expand all layers and look if there is an unwanted text frame.

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
New Here ,
May 19, 2025 May 19, 2025

Thank you, Wili.

I looked into the layer panel, only one text frame there.

 

In addition, I copied from another indesign file actually, it is fine at the original file, but when became strange when it is copied to another file.

 

 

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 ,
May 19, 2025 May 19, 2025

Is one frame on the master/parent?

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
New Here ,
May 19, 2025 May 19, 2025

Master is clear, I unlinked that page to any master, still the same

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 ,
May 20, 2025 May 20, 2025

Hi @Ken25780576sejp ,

my guess is that the paragraph is formatted with the Adobe World-Ready Composer or the Adobe World-Ready Single-line Composer plus the paragraph direction of the paragraph is right to left. Therefore the end of the story is at the left and not at the right. See my screenshot from my German InDesign where I set-up a sample below.

 

Setzer (Composer) Globaler Adobe-Absatzsetzer (Adobe World-Ready Composer) + paragraph direction: Right To Left

 

Bildschirmfoto 2025-05-20 um 09.17.58.png

 

If you do not have the MENA version of InDesign (Middle East North Africa) that is necessary for Hebrew or Arabic, you can change the paragraph direction back to "normal" with this script written in ExtendScript (JavaScript):

Have some text selected in the paragraph and run this script code:

app.selection[0].paragraphs[0].paragraphDirection = ParagraphDirectionOptions.LEFT_TO_RIGHT_DIRECTION;

 

Note: your sample may include some Chinese or Japanese glyphs. The World Ready Paragraph Composer is not necessary for this kind of glyphs to show right.

However, for a whole paragraph with Chinese or Japanese glyphs I would recommend to use the Adobe Japanese Paragraph Composer or the Adobe Japanese Single-line Composer which are only directly available with a menu command in the Chinese/Japanese version of InDesign.

 

Regards,
Uwe Laubender
( Adobe Community Expert )

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
New Here ,
May 20, 2025 May 20, 2025

Thank you, Uwe. Looks like this is the root of the issue.

I am not familiar with ExtendScript, how can I apply the script code in this case?

 

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 ,
May 20, 2025 May 20, 2025

Hi @Ken25780576sejp ,

save the code to an unformatted text-only file with suffix *.jsx on your desktop.

Back to InDesign: Open the Scripts panel in InDesign.

Select the User folder inside the Scripts panel. There is a command at the panel that can show the selected folder of the Scripts panel in the Mac Finder or in the Windows Explorer.

 

Back to your desktop:

Copy the script file to the Scripts Panel folder in Mac Finder or Windows Explorer.

Back to InDesign the script file's name should be available in the User folder of the Scripts panel.

 

To execute the code of this script file set your text cursor inside the paragraph or select one or some characters in the paragraph and double-click the script file's name in the User folder of InDesign's Scripts panel.

 

Regards,
Uwe Laubender
( Adobe Community Expert )

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 ,
May 20, 2025 May 20, 2025

Hi @Ken25780576sejp ,

also see into this blog post:

 

How to Install a Script in InDesign That You Found in a Forum or Blog Post
If you find a script that is just text (not a downloadable file), how do you install it?
by David Blatner, This article was last modified on December 21, 2021

https://creativepro.com/how-to-install-a-script-in-indesign-that-you-found-in-a-forum-or-blog-post/

 

Or look into this:

How to Install InDesign & InCopy Scripts
Just Put Them into the Proper Folder
by Dan Rodney

https://www.danrodney.com/scripts/directions-installingscripts.html

 

Or this one by Peter Kahrel:

https://creativepro.com/files/kahrel/indesign/script-info.html

 

Regards,
Uwe Laubender
( Adobe Community Expert )

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
New Here ,
May 20, 2025 May 20, 2025
LATEST

Thank you! it works

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