Closed sophlew closed 2 years ago
I think we need to have different github issues for what I think are four different tasks:
<table>
markup to format it on multiple lines, with indentation etc, to improve readability (existing issue #35 I think covers the issue with the crufty text-align:left
which should have been removed already).These issues are all related in the sense that they all have an impact of the user experience of working with tables, but they're all independent tasks and affecting different parts of the codebase.
Let's keep this issue for the first of these, and I'll open three more.
Created new issues to track the other tasks originally raised in this issue:
Change normalise-docx-via-oxgarage.xsl
to add new lines around table
and row
elements:
<!-- insert newline characters before each block element for improved readability -->
<xsl:template match="div | head | p | item | label | note | table | row" mode="docx-via-oxgarage">
Closing ticket as it seems to have been superseeded by other tickets.
Tested the SLNSW example @Conal-Tuohy I showed you yesterday with tables. The result in the workspace delivers lots of code around the transcription that is difficult for the user. You have the word document ready. I only tested one page, see SLNSW_FL814-355 and the screenshot. Can we discuss @nthieberger @marcolarosa different view options for the user.