diff --git a/editions/tw5.com/tiddlers/deserializers/MultiTiddlerFiles.tid b/editions/tw5.com/tiddlers/deserializers/MultiTiddlerFiles.tid index 2142dbd68..50ef621b7 100644 --- a/editions/tw5.com/tiddlers/deserializers/MultiTiddlerFiles.tid +++ b/editions/tw5.com/tiddlers/deserializers/MultiTiddlerFiles.tid @@ -11,9 +11,9 @@ The goals of this format are: * To allow common fields or tags to be shared within groups of tiddlers * To be simple to process with external tools -MultiTiddlerFiles have the extension `tids`. The file is structured as a block of shared fields followed by a blank line. The rest of the file is a sequence of comments and tiddlers. Tiddlers are specified by their title, followed by a colon, at least one space character, and then the rest of the line is the text field for the tiddler. +MultiTiddlerFiles have the extension `multids`. The file is structured as a block of shared fields followed by a blank line. The rest of the file is a sequence of comments and tiddlers. Tiddlers are specified by their title, followed by a colon, at least one space character, and then the rest of the line is the text field for the tiddler. -For axample: +For example: ``` title: $:/language/ControlPanel/ diff --git a/languages/fr-FR/Docs/Fields.tids b/languages/fr-FR/Docs/Fields.multids similarity index 100% rename from languages/fr-FR/Docs/Fields.tids rename to languages/fr-FR/Docs/Fields.multids diff --git a/languages/fr-FR/Docs/ModuleTypes.tids b/languages/fr-FR/Docs/ModuleTypes.multids similarity index 100% rename from languages/fr-FR/Docs/ModuleTypes.tids rename to languages/fr-FR/Docs/ModuleTypes.multids