Viacheslav Horobchenko
My feedback
194 results found
-
InDesign 20.4 Windows 11 Bug. UXP Plugin Panel and Dialog have incorrect behavior of html SELECT tag
1 votePlease send the following information to santalwa@adobe.com :
- Reproducible Steps – What were you doing when the issue occurred?
- Video recording of the issue
- Share the Plugin
—
Adobe InDesign Team
An error occurred while saving the comment Viacheslav Horobchenko shared this idea ·
-
29 votes
An error occurred while saving the comment Viacheslav Horobchenko commented
You can create a standard document with debugged styles. Save it as a template. Create new documents based on the template. Combine the documents into a book, add a blank document made from the template at the end of the book, and mark it as a style source in the books panel. Fix the styles in it. Then, synchronize the styles across all documents. When you are done, discard this document from the book and use it again if necessary.
It works for me.
Regarding page numbering, set automatic page numbering in each document.Viacheslav Horobchenko supported this idea ·
-
109 votes
Viacheslav Horobchenko supported this idea ·
-
1 vote
Viacheslav Horobchenko shared this idea ·
-
1 vote
Viacheslav Horobchenko shared this idea ·
-
2 votes
Viacheslav Horobchenko shared this idea ·
-
12 votes
Viacheslav Horobchenko supported this idea ·
-
2 votes
Viacheslav Horobchenko supported this idea ·
-
2 votes
Viacheslav Horobchenko shared this idea ·
-
23 votes
Viacheslav Horobchenko supported this idea ·
-
33 votes
Viacheslav Horobchenko supported this idea ·
-
43 votes
Viacheslav Horobchenko supported this idea ·
-
108 votes
Hi everyone,
You can easily change text cases with just a few clicks, ensuring consistency across your designs. This feature streamlines text editing, saving you time and effort. Enhance your workflow by adjusting text case quickly from the Text or GREP tabs of the Find/Change panel. The feature is now available in the latest InDesign 2024(v19.5.0.084)
Helpx article - https://helpx.adobe.com/in/indesign/using/whats-new/2024-3.html#change-case
Please let us know your feedback in the comments.
—
Sanyam Talwar(he/him)
Viacheslav Horobchenko supported this idea ·
-
226 votes
Hi,
The ability to Hide Spreads in a document is now available in InDesign’s latest release 19.0. Please let us know your feedback in comments.
—
Sanyam Talwar (he/him)An error occurred while saving the comment Viacheslav Horobchenko commented
Hidden pages' numbers (page name) should optionally be excluded from the total numbering!!!
Only then will this idea have completeness.An error occurred while saving the comment Viacheslav Horobchenko commented
When one works with a book, the pages of the active file are displayed as usual, and the files before and after the active file should be displayed in the pages panel and even in the spread window, but be "hidden" for corrections and printing.
One will see that the previous and subsequent documents start on the correct page.
Another example: the user makes any pages inactive when everything is correct on them (and editing other pages does not affect their content). They can be displayed or hidden to avoid distraction.
It is also possible to display only specific pages, for example, the beginning of each section.Viacheslav Horobchenko supported this idea ·
-
678 votes
MathML support was added to InDesign 2025 version.
Work on adding more options in future releases of InDesign has started.
--
Adobe InDesign team
An error occurred while saving the comment Viacheslav Horobchenko commented
Yes, from the very beginning of InDesign's history, I wish there was support for a set of scientific formulas. Frame-Maker is very old now and completely inconvenient, in my opinion, not equal to InDesign. It would be interesting to combine their capabilities...
An error occurred while saving the comment Viacheslav Horobchenko commented
If Adobe allows InDesign to work with full-off math texts, then it will become a competitor for the Adobe Frame Maker application, so it is absolutely impossible...
An error occurred while saving the comment Viacheslav Horobchenko commented
I used to use Adobe FrameMaker for such editions, but then I started using LuaLaTEX.
It turns out a pretty good layout, but first you need to get some professional skills. And the process itself is very slow
Viacheslav Horobchenko supported this idea ·
-
8 votes
Viacheslav Horobchenko supported this idea ·
-
352 votes
lowercase was added to Character style and Paragraph style definition options in InDesign 2025 version.
--
Adobe InDesign team
Viacheslav Horobchenko supported this idea ·
An error occurred while saving the comment Viacheslav Horobchenko commented
It would be nice to introduce case letters into the paragraph style.
UPPERCASE, lowercase, Title Case, Sentence Case. -
969 votes
Viacheslav Horobchenko supported this idea ·
-
4 votes
Viacheslav Horobchenko shared this idea ·
-
777 votes
An error occurred while saving the comment Viacheslav Horobchenko commented
I have had such a problem many times when composing scientific literature when it is necessary to separate the footnotes of the author's context from the context of the editor. Or when we quote a text with footnotes and need to preserve the context of such a quote.
Viacheslav Horobchenko supported this idea ·
For example, let's create a new plugin (React).
Demos.jsx file:
-- Demos.jsx --
import React from "react";
import { app } from "indesign";
export const Demos = () => {
const ver = app.version;
return (
<>
<p>InDesing {ver}</p>
<select id="sel1" value="value1">
<option value="value1">VALUE 1</option>
<option value="value2">VALUE 2</option>
<option value="value3">VALUE 3</option>
</select>
<select id="sel2" value="value2">
<option value="value1">VALUE 1</option>
<option value="value2">VALUE 2</option>
<option value="value3">VALUE 3</option>
</select>
<select id="sel3" value="value3">
<option value="value1">VALUE 1</option>
<option value="value2">VALUE 2</option>
<option value="value3">VALUE 3</option>
</select>
</>
)
}
--- eof
3 SELECT items will appear on the panel.
That's all. Compile the plugin. Try it under UXP Developer Tools
Try it on InDesign 20.3 — SELECT tags work.
On InDesign 20.4, 20.4.1 — SELECT tags don't work.
On Indesign 20.4.1.4, 20.5.0.34 (Prerelease) SELECT tags don’t work.
The same SELECT behavior is observed with this element in UXP dialogs (HTML).
https://www.youtube.com/watch?v=TCcVrxKAmjw