From 321f417d58f246c4c65d0d6ecc313edadae67bf0 Mon Sep 17 00:00:00 2001 From: damscal <55465033+damscal@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:25:03 +0200 Subject: [PATCH 1/2] Correct typos (#6571) --- .../customising/Customising TiddlyWiki's user interface.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/customising/Customising TiddlyWiki's user interface.tid b/editions/tw5.com/tiddlers/customising/Customising TiddlyWiki's user interface.tid index 74ead9a35..78990f453 100644 --- a/editions/tw5.com/tiddlers/customising/Customising TiddlyWiki's user interface.tid +++ b/editions/tw5.com/tiddlers/customising/Customising TiddlyWiki's user interface.tid @@ -62,7 +62,7 @@ Cascades provide a means to select one of multiple values based on flexible, ext For example, the core uses the template $:/core/ui/ViewTemplate to display tiddlers in view mode, and $:/core/ui/EditTemplate to display tiddlers in edit mode. A cascade is used to choose which template to use for a particular tiddler: # If the tiddler is a draft, then use $:/core/ui/EditTemplate -# Otherwise, use $:/core/ui/EditTemplate +# Otherwise, use $:/core/ui/ViewTemplate The list of conditions is defined via a special tag, making it possible to insert additional conditions anywhere in the list. @@ -70,6 +70,6 @@ For example, a plugin might add a special template $:/plugins/example/map-templa # If the tiddler is a draft, then use $:/core/ui/EditTemplate # @@background: yellow; If the tiddler is tagged $:/tags/Map, then use $:/plugins/example/map-template@@ -# Otherwise, use $:/core/ui/EditTemplate +# Otherwise, use $:/core/ui/ViewTemplate See [[Cascades]] for more details. From dafb3f1c4f9433f43ddfd3dbe6b12ac5bc08ba6b Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 31 Mar 2022 12:05:56 +0100 Subject: [PATCH 2/2] Update TiddlyDesktop repository URL --- .../de-AT/tiddlers/howto/TiddlyWiki und TiddlyDesktop.tid | 2 +- editions/es-ES/tiddlers/TiddlyDesktop.tid | 4 ++-- editions/fr-FR/tiddlers/TiddlyDesktop.tid | 4 ++-- editions/fr-FR/tiddlers/TiddlyDesktop_Releases.tid | 2 +- editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid | 2 +- editions/tw5.com/tiddlers/saving/Saving on TiddlyDesktop.tid | 4 ++-- .../tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/editions/de-AT/tiddlers/howto/TiddlyWiki und TiddlyDesktop.tid b/editions/de-AT/tiddlers/howto/TiddlyWiki und TiddlyDesktop.tid index a64460e1d..e1fd62b20 100644 --- a/editions/de-AT/tiddlers/howto/TiddlyWiki und TiddlyDesktop.tid +++ b/editions/de-AT/tiddlers/howto/TiddlyWiki und TiddlyDesktop.tid @@ -8,7 +8,7 @@ type: text/vnd.tiddlywiki TiddlyDesktop ist ein Programm für Windows, Mac OS X und Linux, mit dem Sie TiddlyWiki Dateien bearbeiten können. -# Installieren Sie die aktuelle ~TiddlyDesktop Version von: https://github.com/Jermolene/TiddlyDesktop/releases +# Installieren Sie die aktuelle ~TiddlyDesktop Version von: https://github.com/TiddlyWiki/TiddlyDesktop/releases # Starten Sie TiddlyDesktop # Verwenden Sie den "browse button" um TiddlyWiki Dateien zu öffnen. # Speichern der Änderungen funktioniert wie gewohnt. diff --git a/editions/es-ES/tiddlers/TiddlyDesktop.tid b/editions/es-ES/tiddlers/TiddlyDesktop.tid index 97220a0b5..601d70ec1 100644 --- a/editions/es-ES/tiddlers/TiddlyDesktop.tid +++ b/editions/es-ES/tiddlers/TiddlyDesktop.tid @@ -12,7 +12,7 @@ Aquí hay un video de [[introducción a TiddlyDesktop|Introducing TiddlyDesktop ! Instrucciones -# Descarga la última versión de TiddlyDesktop de https://github.com/Jermolene/TiddlyDesktop/releases +# Descarga la última versión de TiddlyDesktop de https://github.com/TiddlyWiki/TiddlyDesktop/releases # Ejecuta TiddlyDesktop @@ -24,6 +24,6 @@ Aquí hay un video de [[introducción a TiddlyDesktop|Introducing TiddlyDesktop ~TiddlyDesktop se basa en [[NW.js]], proyecto [[de código abierto|OpenSource]] y la fuente se encuentra en GitHub: -https://github.com/Jermolene/TiddlyDesktop/ +https://github.com/TiddlyWiki/TiddlyDesktop/ Consulta las [[versiones de TiddlyDesktop|TiddlyDesktop Releases]] diff --git a/editions/fr-FR/tiddlers/TiddlyDesktop.tid b/editions/fr-FR/tiddlers/TiddlyDesktop.tid index b9443f92e..994630920 100644 --- a/editions/fr-FR/tiddlers/TiddlyDesktop.tid +++ b/editions/fr-FR/tiddlers/TiddlyDesktop.tid @@ -10,7 +10,7 @@ Visualisez la vidéo [[Introduction à TiddlyDesktop|Introducing TiddlyDesktop V ! Instructions -# Installer la dernière version de TiddlyDesktop à partir de https://github.com/Jermolene/TiddlyDesktop/releases +# Installer la dernière version de TiddlyDesktop à partir de https://github.com/TiddlyWiki/TiddlyDesktop/releases # Lancez TiddlyDesktop # Utilisez le bouton de l'explorateur de fichier pour ouvrir les fichiers TiddlyWiki # Sauvegardez les modifications de la façon habituelle dans TiddlyWiki @@ -18,6 +18,6 @@ Visualisez la vidéo [[Introduction à TiddlyDesktop|Introducing TiddlyDesktop V ! Source TiddlyDesktop est basé sur le projet OpenSource [[node-webkit]]. Les sources sont sur GitHub<<:>> -https://github.com/Jermolene/TiddlyDesktop/ +https://github.com/TiddlyWiki/TiddlyDesktop/ Voir les [[Versions de TiddlyDesktop|TiddlyDesktop Releases]] \ No newline at end of file diff --git a/editions/fr-FR/tiddlers/TiddlyDesktop_Releases.tid b/editions/fr-FR/tiddlers/TiddlyDesktop_Releases.tid index 0265b3adb..e3f7a9949 100644 --- a/editions/fr-FR/tiddlers/TiddlyDesktop_Releases.tid +++ b/editions/fr-FR/tiddlers/TiddlyDesktop_Releases.tid @@ -6,4 +6,4 @@ tags: Releases title: TiddlyDesktop Releases type: text/vnd.tiddlywiki -[[TiddlyDesktop|https://github.com/Jermolene/TiddlyDesktop/releases/latest]] +[[TiddlyDesktop|https://github.com/TiddlyWiki/TiddlyDesktop/releases/latest]] diff --git a/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid b/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid index 4bc1715d8..926f2cc20 100644 --- a/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid +++ b/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid @@ -14,6 +14,6 @@ TiddlyDesktop is an app for working with TiddlyWiki files (both TiddlyWikiClassi TiddlyDesktop is based on the OpenSource project [[NW.js]]. The source is on GitHub: -https://github.com/Jermolene/TiddlyDesktop/ +https://github.com/TiddlyWiki/TiddlyDesktop/ See [[TiddlyDesktop Releases]] and [[How to Customize TiddlyDesktop]] \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/saving/Saving on TiddlyDesktop.tid b/editions/tw5.com/tiddlers/saving/Saving on TiddlyDesktop.tid index fc31284e4..15c1ad253 100644 --- a/editions/tw5.com/tiddlers/saving/Saving on TiddlyDesktop.tid +++ b/editions/tw5.com/tiddlers/saving/Saving on TiddlyDesktop.tid @@ -9,11 +9,11 @@ modified: 20200507104332791 tags: Saving Mac Windows Linux title: Saving on TiddlyDesktop type: text/vnd.tiddlywiki -url: https://github.com/Jermolene/TiddlyDesktop/releases +url: https://github.com/TiddlyWiki/TiddlyDesktop/releases See the [[Introducing TiddlyDesktop Video]] -# Install the latest release of TiddlyDesktop from https://github.com/Jermolene/TiddlyDesktop/releases +# Install the latest release of TiddlyDesktop from https://github.com/TiddlyWiki/TiddlyDesktop/releases # Run TiddlyDesktop # Use the browse button to open TiddlyWiki files # Save changes within TiddlyWiki in the usual way diff --git a/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid index 13046d780..d7517a43d 100644 --- a/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid +++ b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid @@ -5,4 +5,4 @@ tags: Releases title: TiddlyDesktop Releases type: text/vnd.tiddlywiki -The latest release of TiddlyDesktop can be found at https://github.com/Jermolene/TiddlyDesktop/releases/latest, or you can see a [[list of all releases|https://github.com/Jermolene/TiddlyDesktop/releases]]. +The latest release of TiddlyDesktop can be found at https://github.com/TiddlyWiki/TiddlyDesktop/releases/latest, or you can see a [[list of all releases|https://github.com/TiddlyWiki/TiddlyDesktop/releases]].