Forum Replies Created
-
AuthorPosts
-
Dhafir Photo
ParticipantYou can use Peter Kahrel script:
or Luis Felipe Corullón script:
August 2, 2022 at 2:32 pm in reply to: Screen refresh after a text change not working (CC2022) #14369075Dhafir Photo
ParticipantTry to use the shortcut Shift+F5
Dhafir Photo
ParticipantTo delete multiple spaces and trailing space in one click try this:
in Find: \r\K^+|+$|\K+
in Change: Leave emptyDhafir Photo
ParticipantTry this:[^.!?:~e]$
May 26, 2022 at 12:07 pm in reply to: Can I pick and choose the discretionary ligatures I want to use? #14366084Dhafir Photo
ParticipantTry to use this, for example you want to search ST:
in Find: st
in Find Format: ligatureMay 18, 2022 at 10:18 am in reply to: GREP find/replace: change string of tabs to special characters #14365918Dhafir Photo
ParticipantThe of InDesign GREP forum is “The Treasure of GREP” group:
https://www.facebook.com/groups/TreasuresofGrepAbout your question you can use this to achieve that:
in Find: ^.+?\K(.+?)(.+?)(.+?)(?=.+$)
in Change: $1$2~y$3May 18, 2022 at 5:44 am in reply to: GREP find/replace: change string of tabs to special characters #14365921Dhafir Photo
Participantin Find: ^.+?\K(.+?)(.+?)(.+?)(?=.+$)
in Change: $1$2~y$3Dhafir Photo
ParticipantTry to begin from user guide
https://helpx.adobe.com/indesign/using/creating-book-files.htmlDhafir Photo
ParticipantCollect them in a book file and try to synchronic the styles
Dhafir Photo
ParticipantI think you mean this script:
Dhafir Photo
ParticipantUse this: (?<=\().{1,4}(?=\))
Dhafir Photo
ParticipantIf your paragraphs beginning with (+ & -) sign use this:
in Find: ^[\x{2212}-][\d.]+
in Change Format: paragraph style “down”in Find: ^[+][\d.]+
in Change Format: paragraph style “up”in Find: ^[\d.]+
in Change Format: paragraph style “horizontal arrow”Dhafir Photo
ParticipantIn my previous answer, for some reason the quote marks appeared a question mark, use this, or put what yo need in brackets:
\d\K[\x{2019}\x{2032}\x{2033}](?!s)Dhafir Photo
ParticipantTry this: \d\K[?’?](?!s)
March 7, 2022 at 8:51 pm in reply to: HELP using Conditional text or Layers for study guide and answers #14359967Dhafir Photo
ParticipantTo use conditional text with keep every thing without lose any thing, use this trick:
1.Make a character style with [None] Character Color
2. Use Find/Change:
in Find Format: Conditional Text
in Change Format: Your Character Style [None Color] -
AuthorPosts
