Skip to content

Andre

My feedback

65 results found

  1. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Andre commented  · 

    InDesign's index feature has the option, when generating the index, to include entries from all other documents in the same book. That's what's really needed here - a similar checkbox in the layers panel that shows all layer groups in the book, with changes applying across all documents.

    In the meantime, the below script might help, I wrote it with ChatGPT (and having tested it, can confirm it works):

    var book = app.activeBook;
    var bookDocs = book.bookContents;
    var layerToKeepVisible = "LayerName"; // Change this to the layer you want to remain visible

    for (var i = 0; i < bookDocs.length; i++) {
    var docPath = bookDocs[i].fullName;
    var doc = app.open(File(docPath));
    try {
    var layers = doc.layers;
    for (var j = 0; j < layers.length; j++) {
    var layer = layers[j];

    var wasLocked = layer.locked; // Store original locked state
    layer.locked = false; // Unlock it to change visibility

    if (layer.name != layerToKeepVisible) {
    layer.visible = false;
    } else {
    layer.visible = true;
    }

    layer.locked = wasLocked; // Restore original locked state
    }
    } catch (e) {
    alert("Error in document: " + doc.name + "\n" + e.message);
    }
    doc.save();
    doc.close(SaveOptions.YES);
    }

    alert("All layers except '" + layerToKeepVisible + "' have been hidden in all book documents, including locked layers.");

    Andre supported this idea  · 
  2. 17 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Andre commented  · 

    And preferably add an option to turn it on by default in the Preferences

    Andre supported this idea  · 
  3. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  4. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  5. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  6. 15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Andre commented  · 

    Amen, especially in table cells - manually resizing text to fit in a cell in a large table can be a nightmare

    Andre supported this idea  · 
  7. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  8. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  9. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  10. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Andre commented  · 

    Same, although I used it for packaging files - I now have to search in the File menu for it!

    Andre supported this idea  · 
  11. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  12. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  13. 20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  14. 9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  15. 169 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  16. 84 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre supported this idea  · 
  17. 932 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Andre commented  · 

    Why is it still in the backlog, despite being so simple, and so requested? Have you forgotten this feature or something? Or are more amazing sounding features with "AI" in the name higher priority because it drives interest?

    Andre supported this idea  · 
  18. 313 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Andre commented  · 

    Surely this isn't hard to implement, and it would make formatting tables a lot easier!

    Andre supported this idea  · 
  19. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Andre shared this idea  · 
  20. 21 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    To identify the cause of this issue, we started our investigation with the aim to resolve it. You might have also received an email from us seeking more details to help in our investigation.

    We’ve concluded our investigation and came up with the following: Either the issue is fixed in the latest release of InDesign or the issue was intermittent at the time of its reporting and is not reproducible now.

    We recommend you upgrade to the latest version of InDesign 2025(v20.0.0.095) as it is more robust and contains a lot of bug fixes.

    We seek your support in our continual effort to improve InDesign.

    Adobe InDesign Team

    Andre supported this idea  · 
← Previous 1 3 4

Feedback and Knowledge Base