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

Wildcards in spellcheck user dictionary?

Explorer ,
Nov 30, 2024 Nov 30, 2024

Is it possible to use wildcart in user dictionary of InDesign?

I use scientific literature citations with year and letter for multiple references by a given author in a given year: 2024a, 2024b etc. Those are flagged as potential missspellings. I would like to add something like

\d\d\d\d\. to the user dictionary.

However, I get error that dictionary words can only contain period as punctuation.

The goal is that spellcheck will ignore all four-digits plus one letter "words", without me having to add every single possible combination manually to the user dictionary.

Thanks!

TOPICS
How to , Scripting
202
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 , Dec 01, 2024 Dec 01, 2024

GREP like wildcards are not possible to add to any dictionary.

But you can tag them as [No Language] property. But this can be done automatically via GREP style.

 

  1. Create a Character Style with the [No Language] property.
  2. Create a GREP style in your paragraph style where the Character Style is applied automatically.
Translate
Community Expert ,
Dec 01, 2024 Dec 01, 2024

GREP like wildcards are not possible to add to any dictionary.

But you can tag them as [No Language] property. But this can be done automatically via GREP style.

 

  1. Create a Character Style with the [No Language] property.
  2. Create a GREP style in your paragraph style where the Character Style is applied automatically.
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
Explorer ,
Dec 08, 2024 Dec 08, 2024
LATEST

Thanks! That worked very well. I've used the no-language in character styles before to force no hyphenation in scientific genus-species names.

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