Page 1 of 1

Some quick way to indent rows?

Posted: Wed Dec 14, 2022 4:07 pm
by DAN SEA
Good day everyone! Is there a quick way to indent rows in tables?
What it is for: to design enumerations in tables that look like this:

Code: Select all

Customers items:
      one item: from customer 15 
      two items: from customer 10
It would be nice to have some quick way, like pressing the TAB key, which we usually use to create indents in CSS code.

Thanks in advance!

Re: Some quick way to indent rows?

Posted: Thu Dec 15, 2022 8:07 am
by Radu
Hi Dan,

Is this about the visual editing?
I'm not sure how this would work for tables, tables have rows and columns, how would you expect the content in the table to change when you press TAB? Migrate the content of the selected cells to the right?

Regards,
Radu

Re: Some quick way to indent rows?

Posted: Thu Dec 15, 2022 10:16 am
by DAN SEA
Hi, Radu!
Yes, I'm talking about visual editing. I would like to quickly make an offset for the selected lines (inside table cells), as I showed above.

Re: Some quick way to indent rows?

Posted: Thu Dec 15, 2022 10:19 am
by Radu
Hi Dan,

If those lines are inside the same table cell maybe you can surround all of them in a DITA <lines> element or a DITA <codeblock>.

Regards,
Radu