918
919
920
921
922
923
924
925
926
927
928
929
930
931
|
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
|
+
|
brackets (brackets in file names are not supported by Fossil)</li>
<li>perform reverse operations to convert directory to compressed
docx/xlsx/pptx file.</li>
</ul>
<p>In this way you can work on a docx document, run the script, insert the
uncompressed folder into fossil and run the script again to get your document
back in editable state.</p>
<p><strong>Important:</strong> Use the <tt>--dotfiles</tt> option to the add command to include <tt>rels/.rels</tt> file.</p>
<font face="monospace">
<font color="#808080"> 1 </font><font color="#3a5fcd"><i>:: toggle docx state (compressed / uncompressed)</i></font><br />
<font color="#808080"> 2 </font><font color="#3a5fcd"><i>:: @echo off</i></font><br />
<font color="#808080"> 3 </font><br />
<font color="#808080"> 4 </font><font color="#8b4726">SET</font><font
color="#8b4726"> DOCX</font><font
color="#8b4726"><b>=</b></font>My_document.docx<br />
|