Adobe InDesign: Feature Requests
When entering a new feature request, please provide:
1. Description
2. Why is this valuable to you?
Thank you.
- or
5293 results found
-
Would like the Links panel to show status, resolution, color information for linked AI and PDF
It would be helpful to be able to view the following information for linked AI and PDF files in InDesign's links panel:
- Color space of linked AI and PDF files
- Status of any links or embedded art in linked AI and PDF files
- Effective resolution for links or embedded art in linked AI and PDF files
69 votes -
Need option for auto-fit in table cell style
When I reduce the text size in table, the rows height not fit automatically and its manual work to fit the each row for whole table. It's make easier if we have option to fit the cell height automatically based on content like Object style "Auto-Size"option.
69 votes -
Export selected pages
I very frequently need to export only certain pages to PDF. I know I can type a range or multiple ranges. But it would realy speed up my professional work if I could just select the pages and hit 'Export selected pages...' in the contextual mouse menu.
This feature was present until CS6 by a plugin named HandyTools by DTP Utils.
69 votes -
69 votes
-
Bullets and numbering - background or box
When applying a character style in the bullets and numbering tab, all characteristics are applied except for underline/strikethrough options. I noticed that this has been mentioned several times over the years but has not been changed as of CC 12.0.0.81.
If this is impossible to fix, is it then perhaps possible to implement an option to add a background to bullets or numbering, similar to the paragraph rule, which allows for offset, indentation etc.
68 votes -
Add Australian dictionary to Indesign
Please add Australian Dictionary to Indesign. It was once doable but complicated to add the Hunspell dictionary to Indesign with earlier versions but now is impossible as the files that need changes are locked. I'm sure you have thousands of Australian users paying about $900 per year. This is a fix that I would have thought would only take five minutes to do
68 votes -
Add ability to scale PDFs upon export
Add an option to scale to desired percentage upon export of PDFs.
68 votes -
Add the possibility to set cell/line/row height and width in tableformats
We have a lot of tables in our brochures which have to fit in the grid.
It would save a lot of time if I could set, at least, the height of a line as a standard in the table format.
At the moment I have select every table and enter the value. If cells are connected in a row, you have to disconnect them to set the height value. Not very comfortable.
68 votes -
Export PDF Booklet
Instead of having to do "File>Print Booklet" and hassling with making a post script file and making a PDF from that (which doesn't ever seem to work the right way for me) there should be an option to export a booklet PDF. So many of the printers I work with request a booklet PDF and it would make everything so much easier if there was this option.
67 votes -
Ability to change the page of the linked pdf
I would love to see the ability to change the page number of a linked pdf in the links palette - as it stands you have to relink file, click 'show import options' (which then remains on when you don't want it to) navigate to the pdf then click through what page you want to display. It's slow and clunky. A simple icon next to the link where you could select the desired page would speed my workflow up massively.
66 votes -
Expand PublishOnline Analytics
I absolutely love PublishOnline. Is there a plan anytime soon to add to the analytics capabilities with Adobe PublishOnline anytime soon? The features on the dashboard for all published documents are great, but it would be even better to have those same analytics broken down by document - not just views and readers. I'd like to know how much time is spent, for instance, in a newsletter I've published vs. a catalog or flyer. And it would be great to know which documents tend to be read more on tablets vs desktop, rather than all of them as a whole. Many of my documents are quite different from each other and have different audiences. Any plans in the works for adding to the dashboard features?
I absolutely love PublishOnline. Is there a plan anytime soon to add to the analytics capabilities with Adobe PublishOnline anytime soon? The features on the dashboard for all published documents are great, but it would be even better to have those same analytics broken down by document - not just views and readers. I'd like to know how much time is spent, for instance, in a newsletter I've published vs. a catalog or flyer. And it would be great to know which documents tend to be read more on tablets vs desktop, rather than all of them as a whole.…
66 votesThank you all for your support on this feature request. Evidently, stronger analytics, would ensure better decision making.
I’ll be reaching out to some of you to gather more inputs on this feature request.
Your feedback will go a long way to help us define the feature better.Regards,
Abhinav Kaushik (AK)
Product Manager, InDesign -
EPUB CSS output could be improved quite a lot
So I’m currently in charge of Readium CSS, which is a project related to Readium 2 (link: https://github.com/readium/readium-2), a complete rewrite of Readium SDK, which you may know in the form of a Chrome app – this Chrome app is actually advised by InDesign engineers in the InDesign forums whenever a rendering issue pops up so I assume InDesign engineers know it exists.
Unfortunately, there are a lot of CSS issues piling up right now and InDesign’s output could really do with some significant improvements to allow for better cross-platform support and rendering. Indeed, Readium 2/CSS is meant to be used with any stack/rendering engine, so it won’t be tied to Webkit, and that changes the situation quite a lot.
I won’t necessarily go into details since the User Experience of posting this idea is abysmal (can see like 5 lines of text right now and I can’t expand the textarea) but here’s some issues for which a fix would be greatly appreciated:
if you’re outputting prefixed properties, please output all necessary prefixed properties and the standard one. It’s indeed been a bad practice to not do so and it creates severe maintenance issues for Reading Systems over the long term (for vertical writing in Japanese for example, we’ll have to pre-process stylesheets and add the missing CSS properties so that it can render well on all platforms);
for transforms, which are sometimes used for objects (scaled, rotated, etc.), I can’t guarantee rendering will be OK, especially as only some prefixed CSS properties are output (Kobo now has a specific guideline addressing this issue);
more generally, the default for objects’ output (e.g. images), with the container sized using pixels values, is plain wrong – it only works because we have safeguards to deal with it, so that images don’t become a huge mess. Same for iBooks BTW, which even have a specific CSS declaration in its default stylesheet just because of that.
absolute positioning, which is sometimes used for objects with several images/frames, is explicitly discouraged in the EPUB spec itself for reflowable text so you should assume it will create rendering issues in at least some Reading Systems;
the way embedded fonts are output (font-family) is wrong, and puts a burden upon other authors.
if color is black, you don’t need to output it (Kindle even had to take the liberty of sanitizing this declaration so that it doesn’t create issues in night mode i.e. it removes it entirely).
absolutely-positioned <span> in fixed-layout is now strongly discouraged in the iBooks guidelines because it breaks search and selection (providing users with a subpar UX).
you export several languages in metadata and this is fine. However, we have a spec issue there: there is nothing to define which language is the primary language of the publication, which can create significant edge cases (iBooks, for instance, defines the last language item as the primary language for the publication, which means it may lay out an english book right to left if the last item happens to be arabic because there are arabic characters here and there).
There’s more but listing them there is quite uncomfortable. So please feel free to contact me by mail if you’re willing to improve the current output. That would indeed benefit the whole ecosystem, given InDesign is quite ubiquitous in publishing, and I’ll be glad to help.
So I’m currently in charge of Readium CSS, which is a project related to Readium 2 (link: https://github.com/readium/readium-2), a complete rewrite of Readium SDK, which you may know in the form of a Chrome app – this Chrome app is actually advised by InDesign engineers in the InDesign forums whenever a rendering issue pops up so I assume InDesign engineers know it exists.
Unfortunately, there are a lot of CSS issues piling up right now and InDesign’s output could really do with some significant improvements to allow for better cross-platform support and rendering. Indeed, Readium 2/CSS is meant to…
66 votes -
Make share button neutral
The new SHARE button is very blue. In Photoshop we have the option to make it interface colored. Same in Illustrator. InDesign dosen't.
65 votes -
Refine "No Break" by providing suboptions
While hyphenation preferences can be refined at the Paragraph (style) level, Character (style) options only provide a boolean “No Break” attribute which prevents line breaks whatever the location of the text in the layout.
Note, for example, that “Hyphenate Across Column” is available as a paragraph option while the user may actually want to turn on/off column breaks from within a character style. The “No Break” attribute is then too harsh, since it fully disallows line breaking.
Suppose a ITEMS character style is associated to proper names or book titles. We may want to allow regular line breaking for these ITEMS within a frame or a page, but we may need to exclude breaks across frame or page, making sure that ITEMS always appear in full within a visual block.
A way to fix this would be to make the character “No Break” attribute more detailed. Instead of a true/false value, a dropdown list of distinct options could be implemented: [No Break (full), No Break Across Column, No Break Across Frame, No Break Across Page]
Note: The option “No hyphenation” (i.e. “No Word Break”) could be added in that list as well. This would address another feature request which is clearly connected to the present one: https://indesign.uservoice.com/forums/601021-adobe-indesign-feature-requests/suggestions/32293963-add-no-hyphenation-as-a-character-style
Thanks for considering this idea.
While hyphenation preferences can be refined at the Paragraph (style) level, Character (style) options only provide a boolean “No Break” attribute which prevents line breaks whatever the location of the text in the layout.
Note, for example, that “Hyphenate Across Column” is available as a paragraph option while the user may actually want to turn on/off column breaks from within a character style. The “No Break” attribute is then too harsh, since it fully disallows line breaking.
Suppose a ITEMS character style is associated to proper names or book titles. We may want to allow regular line breaking for these…
65 votes -
Allow more formatting of running heads
I'm working on a book whose running heads use both bold and roman type. (Chapter 1: Chapter title where "Chapter 1:" is bold and "Chapter TItle" is roman. As far as I know, I can't use variables or automatic section heads to format this way so have resorted to having a separate master page for each chapter.
65 votes -
The ability to change languages of the software itself.
We work in a bilingual environment, and constantly need to switch between French and English.
65 votes -
Preserve filename on PDF export
This is a common issue having looked around the internet for a solution...
PDF export uses the name of the file up until the point where a user changes the name of the PDF before export, then saves the file after the export is done. That changed name is then written into the file and used as this is the expected behaviour.
However, this becomes an issue if you are repurposing the same artwork at different sizes (for example) where you have to manually override the filename on each export.
It would be great if a future InDesign build had a checkbox to PRESERVE THE FILENAME on export thus improving workflow and productivity in busy studios where work is time critical.
This is a common issue having looked around the internet for a solution...
PDF export uses the name of the file up until the point where a user changes the name of the PDF before export, then saves the file after the export is done. That changed name is then written into the file and used as this is the expected behaviour.
However, this becomes an issue if you are repurposing the same artwork at different sizes (for example) where you have to manually override the filename on each export.
It would be great if a future InDesign build had…
65 votesThe feature to “Preserve Filename on PDF Export” was introduced in InDesign 2019 in the PDF Export dialog.
The option is called “Use InDesign Document Name as the Output Filename”.Marking this Feature Request as Completed.
—
Adobe InDesign team -
Bring back sync settings
Indesign needs to bring back the Sync Settings feature. Trying to recreate my workspaces and other settings when I get a new computer is such a hassle. Why would Adobe provide a really useful feature like sync settings and then take it away? With all of the resources of Creative Cloud, sync settings should be at the top of the list for Adobe.
64 votes -
Quick image adjustments in InDesign
Sometimes when creating a document I need to ever so slightly brighten the image or adjust the contrast, maybe increase the saturation; and standard workflow means pulling these up in Photoshop and applying the changes and the saving (often as a new file so as to preserve the original).
This always seems like alot of effort for something that I feel could be done on InDesigns side.
I am suggesting image quick adjustments.
So an image is coming out slightly too dark. No worries, right click, apply quick adjustments. A new tool box will open that will have basic image adjustments (brightness, contrast, saturation etc) all on sliders that one can apply to the selected image. These changes are then applied to the image non-destructively and can be edited or removed at any time.
The changes made should be able to be saved as object styles.
I feel this will increase work flow in a lot of design situations, be very user friendly so wont be any learning curve and keep InDesign ahead of the competition.
Sometimes when creating a document I need to ever so slightly brighten the image or adjust the contrast, maybe increase the saturation; and standard workflow means pulling these up in Photoshop and applying the changes and the saving (often as a new file so as to preserve the original).
This always seems like alot of effort for something that I feel could be done on InDesigns side.
I am suggesting image quick adjustments.
So an image is coming out slightly too dark. No worries, right click, apply quick adjustments. A new tool box will open that will have basic image…
63 votesThank you for voting for the feature request.
It will be helpful if you can add your responses for the below queries.1. In the absence of this feature in InDesign – how do you make these adjustments today?
2. Once the image is imported into InDesign, what kind of adjustments do you mostly need?
3. On an average, in a project, how many images need adjustments once they are imported into InDesign?
-
Object Styles: Size and Position relative to spine
When setting an object's position with this feature, one must choose left or right for X position. With Anchored Objects, we can choose for that to be "relative to spine" instead. So instead of "left" or "right", we can choose "inside" or "outside".
This would allow for symmetry on a spread. Example: an object could then extend from the spine, beyond the page edge, through the bleed, whether on a left or right page.63 votes
- Don't see your idea?