Join a global community of InDesign users.
Recently active
Hi,I have used the MathTools plugin from Movemen to create equations. Now I want to export the document to Reflowable EPUB with MathML using ExtendScript. Is this possible? If yes, please share the appropriate export preferences.Version: Adobe cc2024Screenshot Here:
I want to add this symbol "☾" but it only appears as a square in the InDesign file. And the app doesn't have that symbol in the option. Can I add it as a new glyph or am I stuck with the only ones they have? :") Also, the unicode for that symbol is "U+263E" Thank you in advance!
Hi, I have tried to find what is the issue on the other posts, but with no luck – all hyphens gets highlighted as substituted glyphs in all fonts and with every document, therefore I'm sure it is not the font issue of lacking the glyph. It just drives me mad, what do I miss here? 🙂 Thank you in andvance! 🙂
Hi, Dear Friends!I want to close the two panels with the arrows in the current workspace. I want only the page and styles panels in my workspace.I can't seem to separate these:
Why is it when I double click on an ID file that I created and saved in the 2024 version (19.5) I get this message: But when I click on the file in the “Welcome to InDesign” window, it opens without any problems or alerts? <Title renamed by MOD>
Hi everyone! I have a small problem but i really dont know how to fix it. A few months back i created a standard stroke type, with an white outline/ offset around my stroke.Now i need to get something similar, a small outline in black, but i cant figure it out anymore how i achieved this... I searched everywhere, and my AI assistant also cant give my anything usefull. So i nearly tought it was impossible but i still have an object styles as proof for myself. The same stroke, one with the offset the other one without. Thanks already! -Nick
I can't do anything in InDesign except move the document around because the cursor is stuck on the handtool. Also, the space bar closes the file (also in Illustrator). I've tried everything I could find that was similar. HELP
What's going on?I'm ready to export an entire book and all of the sudden it's not showing me so many fonts!!
My book in Book Antiqua font is no longer supported by Adobe InDesign and alternatives I tried caused text to over-run or not fill up page space causing great gaps. Is there a replacement font that is supported and will be of the same size so as to avoid my rewriting the entire book!
Hi, Dear Friends!I have a paragraph style called "par1". This style has zero indent from the top. How can I make it so that when a paragraph with this style is after a paragraph with the style "Par0", and only then, it has an indent of 7 from the top? Thank you, and have a good day!Susan Flamingo PS ChatGPT choked on this one 😞
Hi, I have accidently done the document as an A3, instead of double A4 pages - how can I chnage this? Thanks
When I connect an external display to my MacBook Pro, it often occurs that the title bar of the app disappears beyond the display's boundaries, as shown here:Is there an y way to bring it back? Adobe apps do not comply to the macOS traffic lights functionalities so I feel out of options.Thank you!
I want to apply character style named RED using GREP Styles/Nested Styles but only till the first : from the start and the last parenthesis. What grep should I use ? Here is the sample text:Trans of line: This is the (translation) of the line taken from the book (Tintin) comic book. Also take care of colon: coming in the text. (Tintin-Cigars of Pharoah) Second Scenario:Translation: This is the (translation) of the line taken from the book (Tintin) comic book. Also take care of colon: coming in the text. (Tintin)
I have a lot of very short footnotes in a text (usually consisting of just one word). I think it would look better if I could summarise these footnotes so that there are several on one line. Can this be realised with InDesign? (It is possible with Affiniti Publisher, but...)
I have just updated to the latest version (20.3) and, upon pulling down on the Help menu, I couldn't help but notice that the search field that was in there has disappeared.Why was this removed? What was the rationale behind that? How can we get it back? I will gladly revert to 20.2 and stay there if this is deliberate.
hi, InDesign keeps crashing when I save a file and renames my files to 'Testfile981xxxxx....' It has been like this for months but it has got to the point where it is unusable! I have uninstalled and reinstalled it with no change. When it crashed I get the errors attached.I'm using a Macbook 15.4.1 Software and 16GB Memory, M1 Pro. I have uninstalled and reinstalled InDesign many times. I use idrive to save my files to, but have also started saving locally with no change. Can anyone help please as I have a print deadline looming and I need to get the magazine I'm working on finished. Thanks
Hello, I have problem that indesign not saving my workspace and starts with the default workspace and i must do it manually again.
Hi,I'm trying to find text with specific character style and create a new anchored TextFrame.The code below works only on first match. var main = function() { var doc = app.properties.activeDocument, found, foundlength, selection = app.selection[0] if ( !doc ) return; app.findGrepPreferences = null; app.findGrepPreferences.properties = { findWhat : ".+", appliedCharacterStyle : "style1" }; found = selection.findGrep(); foundlength = found.length if ( !found.length ) { alert("Nothing found"); return; } for (i = 0; i<foundlength; i++) { var myNewTextFrame = found[i].insertionPoints[0].textFrames.add(); //myNewTextFrame.appliedObjectStyle = objectStyle; found[i].move(LocationOptions.AT_BEGINNING, myNewTextFrame.insertionPoints[0]); } } app.doScript(String(main()),ScriptLanguage.JAVASCRIPT,[],UndoModes.ENTIRE_SCRIPT,'main');
The first one is: how to change these font preview samples?I want to customize the samples.Where are they hiding? The second one is: Preferences>Text>Preview on hover, how do I see the effect of this, I don't see any change.I see that checking it, or unchecking it, previews the font effect of the currently selected content in real time.I don't know where it says preview.Thanks.
Swapped the myPlace PDF function for this one: function myPlacePDF(myDocument, myPage, myPDFFile) {app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;var myCounter = 1;var myBreak = false;var myPDFPage;// Temporarily place to get dimensionsvar tempPDF = myPage.place(File(myPDFFile))[0];var pdfBounds = tempPDF.geometricBounds;var pdfWidth = pdfBounds[3] - pdfBounds[1];var pdfHeight = pdfBounds[2] - pdfBounds[0];tempPDF.remove();var pageWidth = myPage.bounds[3] - myPage.bounds[1];var pageHeight = myPage.bounds[2] - myPage.bounds[0];// Center the frame itself on the pagevar offsetX = (pageWidth / 2) - (pdfWidth / 2);var offsetY = (pageHeight / 2) - (pdfHeight / 2);while (myBreak == false) {if (myCounter > 1) {myPage = myDocument.pages.add(LocationOptions.after, myPage);}app.pdfPlacePreferences.pageNumber = myCounter;myPDFPage = myPage.place(File(myPDFFile), [offsetX, offsetY])[0];if (myCounter == 1) {var myFirstPage = myPDFPage.pdfAttributes.pageNumber;} else{if (myPDFPage.pdfAtt
Like below, my top line, trying to get the number of women attending.Even if, for example, you can quote character styles. Also, when I create a hyperlink target as "Page", why can't I find "Page Target" when I insert it.How to use page target?
Hello! I would like to creat a GREP that bolds all numbers (including commas, decimals, and percent signs), but excludes a number that follows the name of a month. I also need one to italicize the phrase "The Movement." Example sentence below: In August 2024, we wrapped a year of strategic initiatives. Our survey found that 100% of respondents agree or strongly agree that The Movement was a successful film rollout campaign. I have two character styles and two GREP created:bold numbers applied to (\d{1,3}(?:,\d{3})*(?:\.\d+)?%?|\d+(?:\.\d+)?%?italicized movement applied to \b(The Movement)\b when I add a third character style and try different GREP to exclude the August 2024 from bolding, 100% is no longer bolded. any ideas?
For the last year or so my InDesign crashes when I 'save as' to Google Drive. It happens 9 out of 10 times and is very frustrating. Some notes:When it crashes, the file will open up when InDesign restarts with the original file name. The new file name I tried to save it as will be in the folder where I tried to save it. If I 'save as' again and select that file, it is able to replace the file without crashing.It does not crash when I 'save copy'. So my workaround is to 'save copy' then 'save as' and replace the file. It's a tedious workflow.Sometimes when I 'save as' it doesn't crash, but I'm unable to determine what factors influence this. Any help with this would be massively appreciated!Thanks,Calum
Hello,I have created an EPUB (fixed layout) file with animations in Indesign, which works without problems on a Thorium reader on PC. When I checked the file on the EPUB checker, it reports errors with the animations, and it reports similar or the same error everywhere with all the animations: »data-idGenAnimationEndState« is not valid custom attribute (it must have at least one character after the hyphen, be XML-compatible, and not contain ASCII uppercase letters). For example, if I try to change the uppercase letters, it no longer reports an error, but the animations don't work anymore. Does anyone have any ideas or advice on how to solve this problem?
Hopefully one day the positioning object will have a wrap-around effect on the text above it This issue is too bad.It would be so nice to locate objects without this problem.This one turns down, picks up, do you have a better way to control it?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.