Change the storage format of auto-replace in the XML

This commit is contained in:
Veronica K. B. Olsen
2020-06-26 19:30:51 +02:00
parent 216d3f2ce4
commit e2f5ddf5f5
2 changed files with 28 additions and 14 deletions
+6 -6
View File
@@ -1,13 +1,13 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="0.10.0rc1" hexVersion="0x001000c1" fileVersion="1.1" timeStamp="2020-06-26 18:36:47">
<novelWriterXML appVersion="0.10.0rc1" hexVersion="0x001000c1" fileVersion="1.1" timeStamp="2020-06-26 19:29:32">
<project>
<name>Sample Project</name>
<title>Sample Project</title>
<author>Jane Smith</author>
<author>Jay Doh</author>
<saveCount>587</saveCount>
<saveCount>589</saveCount>
<autoCount>102</autoCount>
<editTime>24235</editTime>
<editTime>24247</editTime>
</project>
<settings>
<doBackup>False</doBackup>
@@ -19,9 +19,9 @@
<novelWordCount>606</novelWordCount>
<notesWordCount>376</notesWordCount>
<autoReplace>
<A>B</A>
<B>E</B>
<C>D</C>
<entry key="A">B</entry>
<entry key="B">E</entry>
<entry key="C">D</entry>
</autoReplace>
<titleFormat>
<title>%title%</title>