Sunday, October 4, 2020

LO writer: how to view side-by-side table of content and document?

 

You can use the Navigator for that. It is the "compass" icon in the sidebar. You can place the sidebar outside the document window if you like that. First drag it, so that it is floating. Then drag the floating sidebar outside the document window. Open the part "Headings". A double-click on the heading sets the cursor to that heading. You can reach other parts of the document easily too.



For those, like me who didn't know where is "compass", it's under the Edition menu or F5.


Further, do you know how to toggle it, aka it expends when you hover on it, otherwise it folds down?

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...