Some quick way to indent rows?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
DAN SEA
Posts: 59
Joined: Tue Sep 13, 2022 4:13 pm

Some quick way to indent rows?

Post 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!
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: Some quick way to indent rows?

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
DAN SEA
Posts: 59
Joined: Tue Sep 13, 2022 4:13 pm

Re: Some quick way to indent rows?

Post 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.
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: Some quick way to indent rows?

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply