diff --git a/core/ui/TiddlerInfo.tid b/core/ui/TiddlerInfo.tid index 1156b7d07..894cd7c0c 100644 --- a/core/ui/TiddlerInfo.tid +++ b/core/ui/TiddlerInfo.tid @@ -1,3 +1,3 @@ title: $:/core/ui/TiddlerInfo -<> +<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default="$:/core/ui/TiddlerInfo/References"/> \ No newline at end of file diff --git a/core/wiki/config/TiddlerInfoDefault.tid b/core/wiki/config/TiddlerInfoDefault.tid new file mode 100644 index 000000000..b9b2bdf78 --- /dev/null +++ b/core/wiki/config/TiddlerInfoDefault.tid @@ -0,0 +1,3 @@ +title: $:/config/TiddlerInfo/Default + +$:/core/ui/TiddlerInfo/Tools \ No newline at end of file diff --git a/core/wiki/macros/toc.tid b/core/wiki/macros/toc.tid index 08204c334..8edfbec93 100644 --- a/core/wiki/macros/toc.tid +++ b/core/wiki/macros/toc.tid @@ -6,7 +6,9 @@ tags: $:/tags/Macro <$list filter="[tag[$tag$]$sort$]">
  • <$link> +<$view field="caption"> <$view field="title"/> + <$macrocall $name="toc" tag=<>/>
  • @@ -28,7 +30,9 @@ tags: $:/tags/Macro {{$:/core/images/down-arrow}} +<$view field="caption"> <$view field="title"/> + <$reveal type="match" state=<> text="open"> <$macrocall $name="toc-expandable" tag=<> sort="$sort$"/> @@ -61,7 +65,9 @@ tags: $:/tags/Macro +<$view field="caption"> <$view field="title"/> + <$reveal type="match" state=<> text="open"> <$macrocall $name="toc-selective-expandable" tag=<> sort="$sort$"/> diff --git a/editions/tw5.com/tiddlers/Configuring the default TiddlerInfo tab.tid b/editions/tw5.com/tiddlers/Configuring the default TiddlerInfo tab.tid new file mode 100644 index 000000000..8f5d12f6b --- /dev/null +++ b/editions/tw5.com/tiddlers/Configuring the default TiddlerInfo tab.tid @@ -0,0 +1,17 @@ +created: 20140828080837703 +modified: 20140828081120491 +tags: howto +title: Configuring the default TiddlerInfo tab +type: text/vnd.tiddlywiki + +The configuration tiddler [[$:/config/TiddlerInfo/Default]] contains the title of the tiddler containing the default tiddler info tab. + +The default value is `$:/core/ui/TiddlerInfo/Tools` corresponding to the ''Tools'' tab. Other possible values are: + +
      +<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]"> +
    • +<$view field="title"/> +
    • + +
    diff --git a/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid b/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid index 73e56ff38..e31760db1 100644 --- a/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +++ b/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid @@ -1,10 +1,10 @@ title: TableOfContentsMacro tags: macros -modified: 20140818180307785 +modified: 20140828080307785 The table of contents macro produces a hierarchical tree of tiddlers based on their tags. -The top level entries of the table of contents are defined by a root tag. The subentries under each of those entries are tagged with the title of the entry. Entries can be ordered using the `list` field as described in TiddlerTags. +The top level entries of the table of contents are defined by a root tag. The subentries under each of those entries are tagged with the title of the entry. Entries can be ordered using the `list` field as described in TiddlerTags. The text for each entry is taken from the ''caption'' field if it is present, otherwise the ''title'' is used. There are several variants of the macro: diff --git a/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid b/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid index 4ce52c17b..4dca706aa 100644 --- a/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +++ b/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid @@ -1,5 +1,5 @@ created: 20131211220000000 -modified: 20131211224900000 +modified: 20140828224900000 tags: howto title: Saving with TiddlyIE type: text/vnd.tiddlywiki @@ -8,9 +8,8 @@ type: text/vnd.tiddlywiki #* https://github.com/davidjade/TiddlyIE/releases # Restart Internet Explorer. IE will prompt you to enable the TiddlyIE add-on. #> You may also see a prompt to enable the //Microsoft Script Runtime// -# [[Download]] an empty TiddlyWiki by clicking this button: -#> {{$:/editions/tw5.com/snippets/download-empty-button}} -#> Your browser may ask you to accept the download before it begins +# [[Download]] an empty TiddlyWiki by saving this link: +#> http://tiddlywiki.com/empty.html # Locate the file you just downloaded #* You may rename it, but be sure to keep the `.html` extension # Open the file in Internet Explorer diff --git a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid index f67d44520..f23fbade6 100644 --- a/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/LinkWidget.tid @@ -1,9 +1,9 @@ title: LinkWidget created: 201310241419 -modified: 201406170837 +modified: 201408280837 tags: widget -The `link` widget generates links to tiddlers. +The `link` widget generates links to tiddlers. (Use the HTML `` element to generate external links). ! Content and Attributes diff --git a/languages/de-DE/Buttons.multids b/languages/de-DE/Buttons.multids index 2fbde2f6f..97c3b3ee5 100644 --- a/languages/de-DE/Buttons.multids +++ b/languages/de-DE/Buttons.multids @@ -24,15 +24,15 @@ Encryption/ClearPassword/Caption: lösche Passwort Encryption/ClearPassword/Hint: Lösche das Passwort und speichere ohne Verschlüsselung Encryption/SetPassword/Caption: ativiere Passwort Encryption/SetPassword/Hint: Definiert ein Passwort, um dieses Wiki zu verschlüsseln -FullScreen/Caption: vollbild +FullScreen/Caption: Vollbild FullScreen/Hint: Aktivieren oder deaktivieren des Vollbild modus -Import/Caption: import +Import/Caption: Import Import/Hint: Importiere Dateien Info/Caption: info Info/Hint: Informationen zu diesem Tiddler anzeigen Home/Caption: home -Home/Hint: Seite neu laden und öffne die standard (default) Tiddler -Language/Caption: sprache +Home/Hint: Öffnen der standard (default) Tiddler +Language/Caption: Sprache Language/Hint: Auswahl Dialog für die System Sprache NewTiddler/Caption: neuer Tiddler NewTiddler/Hint: Erstelle einen neuen Tiddler @@ -42,17 +42,19 @@ Permalink/Caption: permalink Permalink/Hint: Die Browser Address Leiste enthält einen Link zu diesem Tiddler Permaview/Caption: permaview Permaview/Hint: Die Browser Address Leiste enthält einen Link zu allen offenen Tiddlern in dieser "Story" +Refresh/Caption: aktualisieren +Refresh/Hint: Die Seite wird neu in den Browser geladen Save/Caption: speichern Save/Hint: Speichere diesen Tiddler -SaveWiki/Caption: speichere Änderungen -SaveWiki/Hint: Speichere Änderungen -StoryView/Caption: story Modus +SaveWiki/Caption: Speichern +SaveWiki/Hint: Das Wiki speichern +StoryView/Caption: Story Modus StoryView/Hint: Auswahl des Anzeige Modus für die "Story" HideSideBar/Caption: Sidebar ausblenden HideSideBar/Hint: Sidebar ausblenden ShowSideBar/Caption: Sidebar einblenden ShowSideBar/Hint: Sidebar eiblenden -TagManager/Caption: tag manager -TagManager/Hint: Öffne das "Tag Manager" +TagManager/Caption: Tag Manager +TagManager/Hint: Öffne den "Tag Manager" Theme/Caption: Thema Theme/Hint: Thema auswählen diff --git a/languages/de-DE/ControlPanel.multids b/languages/de-DE/ControlPanel.multids index 77d7e80c8..637211c76 100644 --- a/languages/de-DE/ControlPanel.multids +++ b/languages/de-DE/ControlPanel.multids @@ -64,6 +64,12 @@ Basics/Title/Prompt: Titel dieses ~TiddlyWikis: Basics/Username/Prompt: Benutzer Signatur zum editieren: Basics/Version/Prompt: ~TiddlyWiki Version: Plugins/Caption: Plugins +Plugins/Disable/Caption: deaktivieren +Plugins/Disable/Hint: Deaktivieren sie dieses Plugin beim nächsten Laden der Seite. +Plugins/Disabled/Status: (deaktiviert) +Plugins/Empty/Hint: keine +Plugins/Enable/Caption: aktivieren +Plugins/Enable/Hint: Aktivieren sie dieses Plugin beim nächsten Laden der Seite. Plugins/Language/Prompt: Sprachen Plugins/Plugin/Prompt: Plugins Plugins/Theme/Prompt: Themen diff --git a/languages/de-DE/CoreReadMe.tid b/languages/de-DE/CoreReadMe.tid index 571421d0e..7cee41961 100644 --- a/languages/de-DE/CoreReadMe.tid +++ b/languages/de-DE/CoreReadMe.tid @@ -1,5 +1,8 @@ title: $:/core/de-DE/readme - +Dieses Plugin enthält die TiddlyWiki Basis Komponenten, bestehend aus: -{{$:/core/readme}} +* JavaScript Code Module. +* Piktogramme (icons). +* Vorlagen, die benötigt werden um die TiddlyWiki Oberfläche zu erstellen. +* British English (''en-GB'') übersetzbare Texte, die von der TW Basis Software verwendet werden. diff --git a/languages/de-DE/Import.multids b/languages/de-DE/Import.multids index f91f92263..14da4af87 100644 --- a/languages/de-DE/Import.multids +++ b/languages/de-DE/Import.multids @@ -9,5 +9,6 @@ Listing/Title/Caption: Titel Upgrader/Plugins/Suppressed/Incompatible: Unterdrückte, inkompatible oder veraltete "plugins" Upgrader/Plugins/Suppressed/Version: Einige "plugins" weden unterdrückt! Importierte plugins: <> sind älter als existierende: <>. Upgrader/Plugins/Upgraded: Aktualisieren der plugins von: <> nach: <> +Upgrader/State/Suppressed: Unterdrückte temporäre Status Tiddler Upgrader/System/Suppressed: Unterdrückte "System Tiddler" Upgrader/ThemeTweaks/Created: Migrieren der "theme tweaks" von: <$text text=<>/> diff --git a/languages/de-DE/Misc.multids b/languages/de-DE/Misc.multids index beb3d139e..4cb319c26 100644 --- a/languages/de-DE/Misc.multids +++ b/languages/de-DE/Misc.multids @@ -8,6 +8,7 @@ ConfirmCancelTiddler: Wollen sie die Änderungen im Tiddler: "<$text text=<>/>" löschen? ConfirmOverwriteTiddler: Tiddler: "<$text text=<>/>" existiert! OK überschreibt den tiddler! ConfirmEditShadowTiddler: Sie sind dabei, einen Schatten-Tiddler zu verändern. Zukünftige, automatische Anpassungen werden dadurch unterdrückt. Sie können ihre Änderungen rückgängig machen, indem sie diesen Tiddler wieder löschen. Wollen sie den Tiddler: "<$text text=<<title>>/>" ändern? +DropMessage: Hierher ziehen (oder Escape um abzubrechen) InvalidFieldName: Das Feld: "<$text text=<<fieldName>>/>" enthält illegale Zeichen. Felder müssen klein geschrieben werden. Erlaubte Sonderzeichen sind: Zahlen, Unterstrich (`_`), Minus (`-`) und Punkt (`.`). MissingTiddler/Hint: Fehlender Tiddler "<$text text=<<currentTiddler>>/>" - klicken sie {{$:/core/images/edit-button}} um ihn zu erzeugen. RecentChanges/DateFormat: DDth MMM YYYY @@ -30,3 +31,4 @@ TagManager/Colour/Heading: Farbe TagManager/Count/Heading: Anzahl TagManager/Icon/Heading: Symbol TagManager/Tag/Heading: Tag +UnsavedChangesWarning: TiddlyWiki wurde geändert, aber noch nicht gespeichert! \ No newline at end of file